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

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

  /**
   * .janusgraph.types.v1.JanusGraphContext context = 1;
   * @return Whether the context field is set.
   */
  boolean hasContext();
  /**
   * .janusgraph.types.v1.JanusGraphContext context = 1;
   * @return The context.
   */
  org.janusgraph.graphdb.grpc.types.JanusGraphContext getContext();
  /**
   * .janusgraph.types.v1.JanusGraphContext context = 1;
   */
  org.janusgraph.graphdb.grpc.types.JanusGraphContextOrBuilder getContextOrBuilder();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy