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 TypeMethodDescriptionThe id of the async operation that is updating the account, if any.com.google.protobuf.ByteStringThe id of the async operation that is updating the account, if any.getId()The id of the account.com.google.protobuf.ByteStringThe id of the account.Information related to metrics.Information related to metrics.The current version of the account specification.com.google.protobuf.ByteStringThe current version of the account specification.getSpec()The account specification.The account specification.getState()The current state of the account.intThe current state of the account.booleanInformation related to metrics.booleanhasSpec()The account specification.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getId
-
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;
-