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 Type
    Method
    Description
    boolean
    optional bool backward_edges = 2;
    long
    optional uint64 memory_limit_bytes = 1;
    int
    optional uint32 threads = 3;
    optional string wal_durability = 5;
    com.google.protobuf.ByteString
    optional string wal_durability = 5;
    boolean
    optional bool wal_enabled = 4;
    boolean
    optional bool backward_edges = 2;
    boolean
    optional uint64 memory_limit_bytes = 1;
    boolean
    optional uint32 threads = 3;
    boolean
    optional string wal_durability = 5;
    boolean
    optional bool wal_enabled = 4;

    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

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