All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.janusgraph.graphdb.grpc.schema.GetVertexLabelByNameResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.2.0-20241116-110554.8064ac9
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: janusgraph/schema/v1/schema_manager.proto

package org.janusgraph.graphdb.grpc.schema;

public interface GetVertexLabelByNameResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:janusgraph.schema.v1.GetVertexLabelByNameResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .janusgraph.types.v1.VertexLabel vertex_label = 1;
   * @return Whether the vertexLabel field is set.
   */
  boolean hasVertexLabel();
  /**
   * .janusgraph.types.v1.VertexLabel vertex_label = 1;
   * @return The vertexLabel.
   */
  org.janusgraph.graphdb.grpc.types.VertexLabel getVertexLabel();
  /**
   * .janusgraph.types.v1.VertexLabel vertex_label = 1;
   */
  org.janusgraph.graphdb.grpc.types.VertexLabelOrBuilder getVertexLabelOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy