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

org.janusgraph.graphdb.grpc.schema.GetVertexCompositeGraphIndexByNameResponseOrBuilder 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 GetVertexCompositeGraphIndexByNameResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:janusgraph.schema.v1.GetVertexCompositeGraphIndexByNameResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * .janusgraph.types.v1.VertexCompositeGraphIndex index = 1;
   * @return Whether the index field is set.
   */
  boolean hasIndex();
  /**
   * .janusgraph.types.v1.VertexCompositeGraphIndex index = 1;
   * @return The index.
   */
  org.janusgraph.graphdb.grpc.types.VertexCompositeGraphIndex getIndex();
  /**
   * .janusgraph.types.v1.VertexCompositeGraphIndex index = 1;
   */
  org.janusgraph.graphdb.grpc.types.VertexCompositeGraphIndexOrBuilder getIndexOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy