Package gql
Interface GqlServiceOuterClass.GetDatabaseInfoResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlServiceOuterClass.GetDatabaseInfoResponse,GqlServiceOuterClass.GetDatabaseInfoResponse.Builder
- Enclosing class:
- GqlServiceOuterClass
public static interface GqlServiceOuterClass.GetDatabaseInfoResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbool backward_edges = 8;string database_type = 5;com.google.protobuf.ByteStringstring database_type = 5;longuint64 edge_count = 3;longuint64 memory_limit_bytes = 7;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;longuint64 node_count = 2;booleanbool persistent = 4;string storage_mode = 6;com.google.protobuf.ByteStringstring storage_mode = 6;intuint32 threads = 9;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.
-
getNodeCount
long getNodeCount()uint64 node_count = 2;- Returns:
- The nodeCount.
-
getEdgeCount
long getEdgeCount()uint64 edge_count = 3;- Returns:
- The edgeCount.
-
getPersistent
boolean getPersistent()bool persistent = 4;- Returns:
- The persistent.
-
getDatabaseType
String getDatabaseType()string database_type = 5;- Returns:
- The databaseType.
-
getDatabaseTypeBytes
com.google.protobuf.ByteString getDatabaseTypeBytes()string database_type = 5;- Returns:
- The bytes for databaseType.
-
getStorageMode
String getStorageMode()string storage_mode = 6;- Returns:
- The storageMode.
-
getStorageModeBytes
com.google.protobuf.ByteString getStorageModeBytes()string storage_mode = 6;- Returns:
- The bytes for storageMode.
-
getMemoryLimitBytes
long getMemoryLimitBytes()uint64 memory_limit_bytes = 7;- Returns:
- The memoryLimitBytes.
-
getBackwardEdges
boolean getBackwardEdges()bool backward_edges = 8;- Returns:
- The backwardEdges.
-
getThreads
int getThreads()uint32 threads = 9;- Returns:
- The threads.
-