Package gql
Interface GqlServiceOuterClass.DatabaseOptionsOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlServiceOuterClass.DatabaseOptions,GqlServiceOuterClass.DatabaseOptions.Builder
- Enclosing class:
- GqlServiceOuterClass
public static interface GqlServiceOuterClass.DatabaseOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanoptional bool backward_edges = 2;longoptional uint64 memory_limit_bytes = 1;intoptional uint32 threads = 3;optional string wal_durability = 5;com.google.protobuf.ByteStringoptional string wal_durability = 5;booleanoptional bool wal_enabled = 4;booleanoptional bool backward_edges = 2;booleanoptional uint64 memory_limit_bytes = 1;booleanoptional uint32 threads = 3;booleanoptional string wal_durability = 5;booleanoptional bool wal_enabled = 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
-
hasMemoryLimitBytes
boolean hasMemoryLimitBytes()optional uint64 memory_limit_bytes = 1;- Returns:
- Whether the memoryLimitBytes field is set.
-
getMemoryLimitBytes
long getMemoryLimitBytes()optional uint64 memory_limit_bytes = 1;- Returns:
- The memoryLimitBytes.
-
hasBackwardEdges
boolean hasBackwardEdges()optional bool backward_edges = 2;- Returns:
- Whether the backwardEdges field is set.
-
getBackwardEdges
boolean getBackwardEdges()optional bool backward_edges = 2;- Returns:
- The backwardEdges.
-
hasThreads
boolean hasThreads()optional uint32 threads = 3;- Returns:
- Whether the threads field is set.
-
getThreads
int getThreads()optional uint32 threads = 3;- Returns:
- The threads.
-
hasWalEnabled
boolean hasWalEnabled()optional bool wal_enabled = 4;- Returns:
- Whether the walEnabled field is set.
-
getWalEnabled
boolean getWalEnabled()optional bool wal_enabled = 4;- Returns:
- The walEnabled.
-
hasWalDurability
boolean hasWalDurability()optional string wal_durability = 5;- Returns:
- Whether the walDurability field is set.
-
getWalDurability
String getWalDurability()optional string wal_durability = 5;- Returns:
- The walDurability.
-
getWalDurabilityBytes
com.google.protobuf.ByteString getWalDurabilityBytes()optional string wal_durability = 5;- Returns:
- The bytes for walDurability.
-