Interface ServiceAccountOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ServiceAccount,ServiceAccount.Builder
@Generated(value="protoc", comments="annotations:ServiceAccountOrBuilder.java.pb.meta") public interface ServiceAccountOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetAsyncOperationId()The id of the async operation that is creating/updating/deleting the service account, if any.com.google.protobuf.ByteStringgetAsyncOperationIdBytes()The id of the async operation that is creating/updating/deleting the service account, if any.com.google.protobuf.TimestampgetCreatedTime()The date and time when the service account was created.com.google.protobuf.TimestampOrBuildergetCreatedTimeOrBuilder()The date and time when the service account was created.java.lang.StringgetId()The id of the service account.com.google.protobuf.ByteStringgetIdBytes()The id of the service account.com.google.protobuf.TimestampgetLastModifiedTime()The date and time when the service account was last modified Will not be set if the service account has never been modified.com.google.protobuf.TimestampOrBuildergetLastModifiedTimeOrBuilder()The date and time when the service account was last modified Will not be set if the service account has never been modified.java.lang.StringgetResourceVersion()The current version of the service account specification.com.google.protobuf.ByteStringgetResourceVersionBytes()The current version of the service account specification.ServiceAccountSpecgetSpec()The service account specification.ServiceAccountSpecOrBuildergetSpecOrBuilder()The service account specification.ResourceStategetState()The current state of the service account.java.lang.StringgetStateDeprecated()Deprecated.temporal.api.cloud.identity.v1.ServiceAccount.state_deprecated is deprecated.com.google.protobuf.ByteStringgetStateDeprecatedBytes()Deprecated.temporal.api.cloud.identity.v1.ServiceAccount.state_deprecated is deprecated.intgetStateValue()The current state of the service account.booleanhasCreatedTime()The date and time when the service account was created.booleanhasLastModifiedTime()The date and time when the service account was last modified Will not be set if the service account has never been modified.booleanhasSpec()The service 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 service account.
string id = 1;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
The id of the service account.
string id = 1;- Returns:
- The bytes for id.
-
getResourceVersion
java.lang.String getResourceVersion()
The current version of the service account specification. The next update operation will have to include this version.
string resource_version = 2;- Returns:
- The resourceVersion.
-
getResourceVersionBytes
com.google.protobuf.ByteString getResourceVersionBytes()
The current version of the service account specification. The next update operation will have to include this version.
string resource_version = 2;- Returns:
- The bytes for resourceVersion.
-
hasSpec
boolean hasSpec()
The service account specification.
.temporal.api.cloud.identity.v1.ServiceAccountSpec spec = 3;- Returns:
- Whether the spec field is set.
-
getSpec
ServiceAccountSpec getSpec()
The service account specification.
.temporal.api.cloud.identity.v1.ServiceAccountSpec spec = 3;- Returns:
- The spec.
-
getSpecOrBuilder
ServiceAccountSpecOrBuilder getSpecOrBuilder()
The service account specification.
.temporal.api.cloud.identity.v1.ServiceAccountSpec spec = 3;
-
getStateDeprecated
@Deprecated java.lang.String getStateDeprecated()
Deprecated.temporal.api.cloud.identity.v1.ServiceAccount.state_deprecated is deprecated. See temporal/api/cloud/identity/v1/message.proto;l=172The current state of the service account. Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended. For any failed state, reach out to Temporal Cloud support for remediation. Deprecated: Not supported after 2024-10-01-00 api version. Use state instead. temporal:versioning:max_version=2024-10-01-00
string state_deprecated = 4 [deprecated = true];- Returns:
- The stateDeprecated.
-
getStateDeprecatedBytes
@Deprecated com.google.protobuf.ByteString getStateDeprecatedBytes()
Deprecated.temporal.api.cloud.identity.v1.ServiceAccount.state_deprecated is deprecated. See temporal/api/cloud/identity/v1/message.proto;l=172The current state of the service account. Possible values: activating, activationfailed, active, updating, updatefailed, deleting, deletefailed, deleted, suspending, suspendfailed, suspended. For any failed state, reach out to Temporal Cloud support for remediation. Deprecated: Not supported after 2024-10-01-00 api version. Use state instead. temporal:versioning:max_version=2024-10-01-00
string state_deprecated = 4 [deprecated = true];- Returns:
- The bytes for stateDeprecated.
-
getStateValue
int getStateValue()
The current state of the service account. For any failed state, reach out to Temporal Cloud support for remediation. temporal:versioning:min_version=2024-10-01-00 temporal:enums:replaces=state_deprecated
.temporal.api.cloud.resource.v1.ResourceState state = 8;- Returns:
- The enum numeric value on the wire for state.
-
getState
ResourceState getState()
The current state of the service account. For any failed state, reach out to Temporal Cloud support for remediation. temporal:versioning:min_version=2024-10-01-00 temporal:enums:replaces=state_deprecated
.temporal.api.cloud.resource.v1.ResourceState state = 8;- Returns:
- The state.
-
getAsyncOperationId
java.lang.String getAsyncOperationId()
The id of the async operation that is creating/updating/deleting the service 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 creating/updating/deleting the service account, if any.
string async_operation_id = 5;- Returns:
- The bytes for asyncOperationId.
-
hasCreatedTime
boolean hasCreatedTime()
The date and time when the service account was created.
.google.protobuf.Timestamp created_time = 6;- Returns:
- Whether the createdTime field is set.
-
getCreatedTime
com.google.protobuf.Timestamp getCreatedTime()
The date and time when the service account was created.
.google.protobuf.Timestamp created_time = 6;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeOrBuilder()
The date and time when the service account was created.
.google.protobuf.Timestamp created_time = 6;
-
hasLastModifiedTime
boolean hasLastModifiedTime()
The date and time when the service account was last modified Will not be set if the service account has never been modified.
.google.protobuf.Timestamp last_modified_time = 7;- Returns:
- Whether the lastModifiedTime field is set.
-
getLastModifiedTime
com.google.protobuf.Timestamp getLastModifiedTime()
The date and time when the service account was last modified Will not be set if the service account has never been modified.
.google.protobuf.Timestamp last_modified_time = 7;- Returns:
- The lastModifiedTime.
-
getLastModifiedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getLastModifiedTimeOrBuilder()
The date and time when the service account was last modified Will not be set if the service account has never been modified.
.google.protobuf.Timestamp last_modified_time = 7;
-
-