Interface CreateCustomRoleRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CreateCustomRoleRequest, CreateCustomRoleRequest.Builder

@Generated(value="protoc", comments="annotations:CreateCustomRoleRequestOrBuilder.java.pb.meta") public interface CreateCustomRoleRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The ID to use for this async operation.
    com.google.protobuf.ByteString
    The ID to use for this async operation.
    The specification for the custom role to create.
    The specification for the custom role to create.
    boolean
    The specification for the custom role to create.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasSpec

      boolean hasSpec()
       The specification for the custom role to create.
       
      .temporal.api.cloud.identity.v1.CustomRoleSpec spec = 1;
      Returns:
      Whether the spec field is set.
    • getSpec

      CustomRoleSpec getSpec()
       The specification for the custom role to create.
       
      .temporal.api.cloud.identity.v1.CustomRoleSpec spec = 1;
      Returns:
      The spec.
    • getSpecOrBuilder

      CustomRoleSpecOrBuilder getSpecOrBuilder()
       The specification for the custom role to create.
       
      .temporal.api.cloud.identity.v1.CustomRoleSpec spec = 1;
    • 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 = 2;
      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 = 2;
      Returns:
      The bytes for asyncOperationId.