Interface GetNamespaceCapacityInfoResponseOrBuilder

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

@Generated(value="protoc", comments="annotations:GetNamespaceCapacityInfoResponseOrBuilder.java.pb.meta") public interface GetNamespaceCapacityInfoResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Capacity information for the namespace.
    Capacity information for the namespace.
    boolean
    Capacity information for the namespace.

    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

    • hasCapacityInfo

      boolean hasCapacityInfo()
       Capacity information for the namespace.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo capacity_info = 1;
      Returns:
      Whether the capacityInfo field is set.
    • getCapacityInfo

      NamespaceCapacityInfo getCapacityInfo()
       Capacity information for the namespace.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo capacity_info = 1;
      Returns:
      The capacityInfo.
    • getCapacityInfoOrBuilder

      NamespaceCapacityInfoOrBuilder getCapacityInfoOrBuilder()
       Capacity information for the namespace.
       
      .temporal.api.cloud.namespace.v1.NamespaceCapacityInfo capacity_info = 1;