Interface DeleteCustomRoleRequestOrBuilder

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

@Generated(value="protoc", comments="annotations:DeleteCustomRoleRequestOrBuilder.java.pb.meta") public interface DeleteCustomRoleRequestOrBuilder 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 version of the custom role for which this delete is intended.
    com.google.protobuf.ByteString
    The version of the custom role for which this delete is intended.
    The ID of the custom role to delete.
    com.google.protobuf.ByteString
    The ID of the custom role to delete.

    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 to delete.
       
      string role_id = 1;
      Returns:
      The roleId.
    • getRoleIdBytes

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

      String getResourceVersion()
       The version of the custom role for which this delete is intended.
       The latest version can be found in the GetCustomRole operation response.
       
      string resource_version = 2;
      Returns:
      The resourceVersion.
    • getResourceVersionBytes

      com.google.protobuf.ByteString getResourceVersionBytes()
       The version of the custom role for which this delete is intended.
       The latest version can be found in the GetCustomRole operation response.
       
      string resource_version = 2;
      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 = 3;
      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 = 3;
      Returns:
      The bytes for asyncOperationId.