Package io.temporal.api.cloud.account.v1
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAsyncOperationId()The id of the async operation that is updating the account, if any.com.google.protobuf.ByteStringgetAsyncOperationIdBytes()The id of the async operation that is updating the account, if any.java.lang.StringgetId()The id of the account.com.google.protobuf.ByteStringgetIdBytes()The id of the account.MetricsgetMetrics()Information related to metrics.MetricsOrBuildergetMetricsOrBuilder()Information related to metrics.java.lang.StringgetResourceVersion()The current version of the account specification.com.google.protobuf.ByteStringgetResourceVersionBytes()The current version of the account specification.AccountSpecgetSpec()The account specification.AccountSpecOrBuildergetSpecOrBuilder()The account specification.ResourceStategetState()The current state of the account.intgetStateValue()The current state of the account.booleanhasMetrics()Information related to metrics.booleanhasSpec()The account specification.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getId
java.lang.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
java.lang.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
java.lang.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;
-
-