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.

    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

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