Interface NamespaceCapacityInfo.CapacityModeOptions.OnDemandOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
NamespaceCapacityInfo.CapacityModeOptions.OnDemand, NamespaceCapacityInfo.CapacityModeOptions.OnDemand.Builder
Enclosing class:
NamespaceCapacityInfo.CapacityModeOptions

public static interface NamespaceCapacityInfo.CapacityModeOptions.OnDemandOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    The APS limit that would apply to this namespace in on-demand mode.

    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

    • getApsLimit

      double getApsLimit()
       The APS limit that would apply to this namespace in on-demand mode.
       See: https://docs.temporal.io/cloud/limits#actions-per-second
       
      double aps_limit = 1;
      Returns:
      The apsLimit.