Interface GetCustomRolesResponseOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getCustomRoles(int index)
    The list of custom roles in ascending ID order.
    int
    The list of custom roles in ascending ID order.
    The list of custom roles in ascending ID order.
    The list of custom roles in ascending ID order.
    The list of custom roles in ascending ID order.
    The next page token.
    com.google.protobuf.ByteString
    The next page token.

    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

    • getCustomRolesList

      List<CustomRole> getCustomRolesList()
       The list of custom roles in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.CustomRole custom_roles = 1;
    • getCustomRoles

      CustomRole getCustomRoles(int index)
       The list of custom roles in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.CustomRole custom_roles = 1;
    • getCustomRolesCount

      int getCustomRolesCount()
       The list of custom roles in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.CustomRole custom_roles = 1;
    • getCustomRolesOrBuilderList

      List<? extends CustomRoleOrBuilder> getCustomRolesOrBuilderList()
       The list of custom roles in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.CustomRole custom_roles = 1;
    • getCustomRolesOrBuilder

      CustomRoleOrBuilder getCustomRolesOrBuilder(int index)
       The list of custom roles in ascending ID order.
       
      repeated .temporal.api.cloud.identity.v1.CustomRole custom_roles = 1;
    • getNextPageToken

      String getNextPageToken()
       The next page token.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       The next page token.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.