Interface AccountOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The id of the async operation that is updating the account, if any.
    com.google.protobuf.ByteString
    The id of the async operation that is updating the account, if any.
    The id of the account.
    com.google.protobuf.ByteString
    The id of the account.
    Information related to metrics.
    Information related to metrics.
    The current version of the account specification.
    com.google.protobuf.ByteString
    The current version of the account specification.
    The account specification.
    The account specification.
    The current state of the account.
    int
    The current state of the account.
    boolean
    Information related to metrics.
    boolean
    The account specification.

    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

    • getId

      String getId()
       The id of the account.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       The id of the account.
       
      string id = 1;
      Returns:
      The bytes for id.
    • hasSpec

      boolean hasSpec()
       The account specification.
       
      .temporal.api.cloud.account.v1.AccountSpec spec = 2;
      Returns:
      Whether the spec field is set.
    • getSpec

      AccountSpec getSpec()
       The account specification.
       
      .temporal.api.cloud.account.v1.AccountSpec spec = 2;
      Returns:
      The spec.
    • getSpecOrBuilder

      AccountSpecOrBuilder getSpecOrBuilder()
       The account specification.
       
      .temporal.api.cloud.account.v1.AccountSpec spec = 2;
    • getResourceVersion

      String getResourceVersion()
       The current version of the account specification.
       The next update operation will have to include this version.
       
      string resource_version = 3;
      Returns:
      The resourceVersion.
    • getResourceVersionBytes

      com.google.protobuf.ByteString getResourceVersionBytes()
       The current version of the account specification.
       The next update operation will have to include this version.
       
      string resource_version = 3;
      Returns:
      The bytes for resourceVersion.
    • getStateValue

      int getStateValue()
       The current state of the account.
       
      .temporal.api.cloud.resource.v1.ResourceState state = 4;
      Returns:
      The enum numeric value on the wire for state.
    • getState

      ResourceState getState()
       The current state of the account.
       
      .temporal.api.cloud.resource.v1.ResourceState state = 4;
      Returns:
      The state.
    • getAsyncOperationId

      String getAsyncOperationId()
       The id of the async operation that is updating the account, if any.
       
      string async_operation_id = 5;
      Returns:
      The asyncOperationId.
    • getAsyncOperationIdBytes

      com.google.protobuf.ByteString getAsyncOperationIdBytes()
       The id of the async operation that is updating the account, if any.
       
      string async_operation_id = 5;
      Returns:
      The bytes for asyncOperationId.
    • hasMetrics

      boolean hasMetrics()
       Information related to metrics.
       
      .temporal.api.cloud.account.v1.Metrics metrics = 6;
      Returns:
      Whether the metrics field is set.
    • getMetrics

      Metrics getMetrics()
       Information related to metrics.
       
      .temporal.api.cloud.account.v1.Metrics metrics = 6;
      Returns:
      The metrics.
    • getMetricsOrBuilder

      MetricsOrBuilder getMetricsOrBuilder()
       Information related to metrics.
       
      .temporal.api.cloud.account.v1.Metrics metrics = 6;