Interface RoleAssignmentOrBuilder

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

public interface RoleAssignmentOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getRoles(int index)
    repeated string roles = 1;
    com.google.protobuf.ByteString
    getRolesBytes(int index)
    repeated string roles = 1;
    int
    repeated string roles = 1;
    repeated string roles = 1;

    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

    • getRolesList

      List<String> getRolesList()
      repeated string roles = 1;
      Returns:
      A list containing the roles.
    • getRolesCount

      int getRolesCount()
      repeated string roles = 1;
      Returns:
      The count of roles.
    • getRoles

      String getRoles(int index)
      repeated string roles = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The roles at the given index.
    • getRolesBytes

      com.google.protobuf.ByteString getRolesBytes(int index)
      repeated string roles = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the roles at the given index.