Package gql
Interface GqlServiceOuterClass.CreateDatabaseRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlServiceOuterClass.CreateDatabaseRequest,GqlServiceOuterClass.CreateDatabaseRequest.Builder
- Enclosing class:
- GqlServiceOuterClass
public static interface GqlServiceOuterClass.CreateDatabaseRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription"Lpg", "Rdf", etc.com.google.protobuf.ByteString"Lpg", "Rdf", etc.getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;.gql.DatabaseOptions options = 4;.gql.DatabaseOptions options = 4;"InMemory" or "Persistent"com.google.protobuf.ByteString"InMemory" or "Persistent"boolean.gql.DatabaseOptions options = 4;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getName
String getName()string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()string name = 1;- Returns:
- The bytes for name.
-
getDatabaseType
String getDatabaseType()"Lpg", "Rdf", etc.
string database_type = 2;- Returns:
- The databaseType.
-
getDatabaseTypeBytes
com.google.protobuf.ByteString getDatabaseTypeBytes()"Lpg", "Rdf", etc.
string database_type = 2;- Returns:
- The bytes for databaseType.
-
getStorageMode
String getStorageMode()"InMemory" or "Persistent"
string storage_mode = 3;- Returns:
- The storageMode.
-
getStorageModeBytes
com.google.protobuf.ByteString getStorageModeBytes()"InMemory" or "Persistent"
string storage_mode = 3;- Returns:
- The bytes for storageMode.
-
hasOptions
boolean hasOptions().gql.DatabaseOptions options = 4;- Returns:
- Whether the options field is set.
-
getOptions
GqlServiceOuterClass.DatabaseOptions getOptions().gql.DatabaseOptions options = 4;- Returns:
- The options.
-
getOptionsOrBuilder
GqlServiceOuterClass.DatabaseOptionsOrBuilder getOptionsOrBuilder().gql.DatabaseOptions options = 4;
-