Package gql
Interface GqlServiceOuterClass.DatabaseSummaryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GqlServiceOuterClass.DatabaseSummary,GqlServiceOuterClass.DatabaseSummary.Builder
- Enclosing class:
- GqlServiceOuterClass
public static interface GqlServiceOuterClass.DatabaseSummaryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring database_type = 5;com.google.protobuf.ByteStringstring database_type = 5;longuint64 edge_count = 3;getName()string name = 1;com.google.protobuf.ByteStringstring name = 1;longuint64 node_count = 2;booleanbool persistent = 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.
-
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.
-