Interface UpdateCustomRoleRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateCustomRoleRequest,UpdateCustomRoleRequest.Builder
@Generated(value="protoc",
comments="annotations:UpdateCustomRoleRequestOrBuilder.java.pb.meta")
public interface UpdateCustomRoleRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe ID to use for this async operation.com.google.protobuf.ByteStringThe ID to use for this async operation.The version of the custom role for which this update is intended.com.google.protobuf.ByteStringThe version of the custom role for which this update is intended.The ID of the custom role to update.com.google.protobuf.ByteStringThe ID of the custom role to update.getSpec()The new custom role specification.The new custom role specification.booleanhasSpec()The new 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
-
getRoleId
-
getRoleIdBytes
com.google.protobuf.ByteString getRoleIdBytes()The ID of the custom role to update.
string role_id = 1;- Returns:
- The bytes for roleId.
-
hasSpec
boolean hasSpec()The new custom role specification.
.temporal.api.cloud.identity.v1.CustomRoleSpec spec = 2;- Returns:
- Whether the spec field is set.
-
getSpec
CustomRoleSpec getSpec()The new custom role specification.
.temporal.api.cloud.identity.v1.CustomRoleSpec spec = 2;- Returns:
- The spec.
-
getSpecOrBuilder
CustomRoleSpecOrBuilder getSpecOrBuilder()The new custom role specification.
.temporal.api.cloud.identity.v1.CustomRoleSpec spec = 2; -
getResourceVersion
String getResourceVersion()The version of the custom role for which this update is intended. The latest version can be found in the GetCustomRole operation response.
string resource_version = 3;- Returns:
- The resourceVersion.
-
getResourceVersionBytes
com.google.protobuf.ByteString getResourceVersionBytes()The version of the custom role for which this update is intended. The latest version can be found in the GetCustomRole operation response.
string resource_version = 3;- Returns:
- The bytes for resourceVersion.
-
getAsyncOperationId
String getAsyncOperationId()The ID to use for this async operation. Optional, if not provided a random ID will be generated.
string async_operation_id = 4;- Returns:
- The asyncOperationId.
-
getAsyncOperationIdBytes
com.google.protobuf.ByteString getAsyncOperationIdBytes()The ID to use for this async operation. Optional, if not provided a random ID will be generated.
string async_operation_id = 4;- Returns:
- The bytes for asyncOperationId.
-