Interface NamespaceCapacityInfo.StatsOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Actions-per-second measurements summarized over the last 7 days.
    Actions-per-second measurements summarized over the last 7 days.
    boolean
    Actions-per-second measurements summarized over the last 7 days.

    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

    • hasAps

      boolean hasAps()
       Actions-per-second measurements summarized over the last 7 days.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.Stats.Summary aps = 1;
      Returns:
      Whether the aps field is set.
    • getAps

       Actions-per-second measurements summarized over the last 7 days.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.Stats.Summary aps = 1;
      Returns:
      The aps.
    • getApsOrBuilder

       Actions-per-second measurements summarized over the last 7 days.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo.Stats.Summary aps = 1;