org.janusgraph.graphdb.grpc.GetJanusGraphContextsResponseOrBuilder Maven / Gradle / Ivy
// 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 extends org.janusgraph.graphdb.grpc.types.JanusGraphContextOrBuilder>
getContextsOrBuilderList();
/**
* repeated .janusgraph.types.v1.JanusGraphContext contexts = 1;
*/
org.janusgraph.graphdb.grpc.types.JanusGraphContextOrBuilder getContextsOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy