Interface CreateCustomRoleResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The async operation.
    The async operation.
    The ID of the custom role created.
    com.google.protobuf.ByteString
    The ID of the custom role created.
    boolean
    The async operation.

    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

    • getRoleId

      String getRoleId()
       The ID of the custom role created.
       
      string role_id = 1;
      Returns:
      The roleId.
    • getRoleIdBytes

      com.google.protobuf.ByteString getRoleIdBytes()
       The ID of the custom role created.
       
      string role_id = 1;
      Returns:
      The bytes for roleId.
    • hasAsyncOperation

      boolean hasAsyncOperation()
       The async operation.
       
      .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
      Returns:
      Whether the asyncOperation field is set.
    • getAsyncOperation

      AsyncOperation getAsyncOperation()
       The async operation.
       
      .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;
      Returns:
      The asyncOperation.
    • getAsyncOperationOrBuilder

      AsyncOperationOrBuilder getAsyncOperationOrBuilder()
       The async operation.
       
      .temporal.api.cloud.operation.v1.AsyncOperation async_operation = 2;