Package lgraph
Interface Lgraph.AddGraphRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Lgraph.AddGraphRequest,Lgraph.AddGraphRequest.Builder
- Enclosing class:
- Lgraph
public static interface Lgraph.AddGraphRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Lgraph.ProtoDBConfiggetConfig()required .lgraph.ProtoDBConfig config = 2;Lgraph.ProtoDBConfigOrBuildergetConfigOrBuilder()required .lgraph.ProtoDBConfig config = 2;StringgetName()required string name = 1;com.google.protobuf.ByteStringgetNameBytes()required string name = 1;booleanhasConfig()required .lgraph.ProtoDBConfig config = 2;booleanhasName()required string name = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasName
boolean hasName()
required string name = 1;
-
getName
String getName()
required string name = 1;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
required string name = 1;
-
hasConfig
boolean hasConfig()
required .lgraph.ProtoDBConfig config = 2;
-
getConfig
Lgraph.ProtoDBConfig getConfig()
required .lgraph.ProtoDBConfig config = 2;
-
getConfigOrBuilder
Lgraph.ProtoDBConfigOrBuilder getConfigOrBuilder()
required .lgraph.ProtoDBConfig config = 2;
-
-