Package lgraph
Interface Lgraph.ListGraphsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.ListGraphsResponse,Lgraph.ListGraphsResponse.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.ListGraphsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.ProtoDBConfiggetConfigs(int index)repeated .lgraph.ProtoDBConfig configs = 2;intgetConfigsCount()repeated .lgraph.ProtoDBConfig configs = 2;List<Lgraph.ProtoDBConfig>getConfigsList()repeated .lgraph.ProtoDBConfig configs = 2;Lgraph.ProtoDBConfigOrBuildergetConfigsOrBuilder(int index)repeated .lgraph.ProtoDBConfig configs = 2;List<? extends Lgraph.ProtoDBConfigOrBuilder>getConfigsOrBuilderList()repeated .lgraph.ProtoDBConfig configs = 2;StringgetNames(int index)repeated string names = 1;com.google.protobuf.ByteStringgetNamesBytes(int index)repeated string names = 1;intgetNamesCount()repeated string names = 1;List<String>getNamesList()repeated string names = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNamesCount
int getNamesCount()
repeated string names = 1;
-
getNames
String getNames(int index)
repeated string names = 1;
-
getNamesBytes
com.google.protobuf.ByteString getNamesBytes(int index)
repeated string names = 1;
-
getConfigsList
List<Lgraph.ProtoDBConfig> getConfigsList()
repeated .lgraph.ProtoDBConfig configs = 2;
-
getConfigs
Lgraph.ProtoDBConfig getConfigs(int index)
repeated .lgraph.ProtoDBConfig configs = 2;
-
getConfigsCount
int getConfigsCount()
repeated .lgraph.ProtoDBConfig configs = 2;
-
getConfigsOrBuilderList
List<? extends Lgraph.ProtoDBConfigOrBuilder> getConfigsOrBuilderList()
repeated .lgraph.ProtoDBConfig configs = 2;
-
getConfigsOrBuilder
Lgraph.ProtoDBConfigOrBuilder getConfigsOrBuilder(int index)
repeated .lgraph.ProtoDBConfig configs = 2;
-
-