Interface GetCustomRoleRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The ID of the custom role to retrieve.
    com.google.protobuf.ByteString
    The ID of the custom role to retrieve.

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

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