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 Type
    Method
    Description
    boolean
    bool backward_edges = 8;
    string database_type = 5;
    com.google.protobuf.ByteString
    string database_type = 5;
    long
    uint64 edge_count = 3;
    long
    uint64 memory_limit_bytes = 7;
    string name = 1;
    com.google.protobuf.ByteString
    string name = 1;
    long
    uint64 node_count = 2;
    boolean
    bool persistent = 4;
    string storage_mode = 6;
    com.google.protobuf.ByteString
    string storage_mode = 6;
    int
    uint32 threads = 9;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.