Interface FeatureFlagsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
FeatureFlags, FeatureFlags.Builder

public interface FeatureFlagsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Notify the server that the client enables batch write flow control by requesting RateLimitInfo from MutateRowsResponse.
    boolean
    Notify the server that the client supports reverse scans.

    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

    • getReverseScans

      boolean getReverseScans()
       Notify the server that the client supports reverse scans. The server will
       reject ReadRowsRequests with the reverse bit set when this is absent.
       
      bool reverse_scans = 1;
      Returns:
      The reverseScans.
    • getMutateRowsRateLimit

      boolean getMutateRowsRateLimit()
       Notify the server that the client enables batch write flow control by
       requesting RateLimitInfo from MutateRowsResponse.
       
      bool mutate_rows_rate_limit = 3;
      Returns:
      The mutateRowsRateLimit.