Interface CustomRoleOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CustomRole,CustomRole.Builder
@Generated(value="protoc",
comments="annotations:CustomRoleOrBuilder.java.pb.meta")
public interface CustomRoleOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe id of the async operation that is creating/updating/deleting the custom role, if any.com.google.protobuf.ByteStringThe id of the async operation that is creating/updating/deleting the custom role, if any.com.google.protobuf.TimestampThe date and time when the custom role was created.com.google.protobuf.TimestampOrBuilderThe date and time when the custom role was created.getId()The id of the custom role.com.google.protobuf.ByteStringThe id of the custom role.com.google.protobuf.TimestampThe date and time when the custom role was last modified.com.google.protobuf.TimestampOrBuilderThe date and time when the custom role was last modified.The current version of the custom role specification.com.google.protobuf.ByteStringThe current version of the custom role specification.getSpec()The custom role specification.The custom role specification.getState()The current state of the custom role.intThe current state of the custom role.booleanThe date and time when the custom role was created.booleanThe date and time when the custom role was last modified.booleanhasSpec()The custom role 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 custom role.
string id = 1;- Returns:
- The bytes for id.
-
getResourceVersion
String getResourceVersion()The current version of the custom role 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 custom role specification. The next update operation will have to include this version.
string resource_version = 2;- Returns:
- The bytes for resourceVersion.
-
hasSpec
boolean hasSpec()The custom role specification.
.temporal.api.cloud.identity.v1.CustomRoleSpec spec = 3;- Returns:
- Whether the spec field is set.
-
getSpec
CustomRoleSpec getSpec()The custom role specification.
.temporal.api.cloud.identity.v1.CustomRoleSpec spec = 3;- Returns:
- The spec.
-
getSpecOrBuilder
CustomRoleSpecOrBuilder getSpecOrBuilder()The custom role specification.
.temporal.api.cloud.identity.v1.CustomRoleSpec spec = 3; -
getStateValue
int getStateValue()The current state of the custom role. For any failed state, reach out to Temporal Cloud support for remediation.
.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 custom role. For any failed state, reach out to Temporal Cloud support for remediation.
.temporal.api.cloud.resource.v1.ResourceState state = 4;- Returns:
- The state.
-
getAsyncOperationId
String getAsyncOperationId()The id of the async operation that is creating/updating/deleting the custom role, 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 custom role, if any.
string async_operation_id = 5;- Returns:
- The bytes for asyncOperationId.
-
hasCreatedTime
boolean hasCreatedTime()The date and time when the custom role 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 custom role was created.
.google.protobuf.Timestamp created_time = 6;- Returns:
- The createdTime.
-
getCreatedTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getCreatedTimeOrBuilder()The date and time when the custom role was created.
.google.protobuf.Timestamp created_time = 6; -
hasLastModifiedTime
boolean hasLastModifiedTime()The date and time when the custom role was last modified. Will not be set if the custom role 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 custom role was last modified. Will not be set if the custom role 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 custom role was last modified. Will not be set if the custom role has never been modified.
.google.protobuf.Timestamp last_modified_time = 7;
-