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 TypeMethodDescriptiongetCustomRoles(int index) The list of custom roles in ascending ID order.intThe list of custom roles in ascending ID order.The list of custom roles in ascending ID order.getCustomRolesOrBuilder(int index) The list of custom roles in ascending ID order.List<? extends CustomRoleOrBuilder> The list of custom roles in ascending ID order.The next page token.com.google.protobuf.ByteStringThe next page token.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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.
-