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

org.janusgraph.graphdb.grpc.GetJanusGraphContextsResponseOrBuilder 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/v1/graph_manager.proto

package org.janusgraph.graphdb.grpc;

public interface GetJanusGraphContextsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:janusgraph.v1.GetJanusGraphContextsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .janusgraph.types.v1.JanusGraphContext contexts = 1;
   */
  java.util.List 
      getContextsList();
  /**
   * repeated .janusgraph.types.v1.JanusGraphContext contexts = 1;
   */
  org.janusgraph.graphdb.grpc.types.JanusGraphContext getContexts(int index);
  /**
   * repeated .janusgraph.types.v1.JanusGraphContext contexts = 1;
   */
  int getContextsCount();
  /**
   * repeated .janusgraph.types.v1.JanusGraphContext contexts = 1;
   */
  java.util.List 
      getContextsOrBuilderList();
  /**
   * repeated .janusgraph.types.v1.JanusGraphContext contexts = 1;
   */
  org.janusgraph.graphdb.grpc.types.JanusGraphContextOrBuilder getContextsOrBuilder(
      int index);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy