Interface Capacity.ProvisionedOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Capacity.Provisioned, Capacity.Provisioned.Builder
Enclosing class:
Capacity

public static interface Capacity.ProvisionedOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    The current provisioned capacity for the namespace in Temporal Resource Units.

    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

    • getCurrentValue

      double getCurrentValue()
       The current provisioned capacity for the namespace in Temporal Resource Units.
       Can be different from the requested capacity in latest_request if the request is still in progress.
       
      double current_value = 1;
      Returns:
      The currentValue.