Package com.google.iam.admin.v1
Interface QueryTestablePermissionsResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryTestablePermissionsResponse
,QueryTestablePermissionsResponse.Builder
public interface QueryTestablePermissionsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getNextPageToken()
To retrieve the next page of results, set `QueryTestableRolesRequest.page_token` to this value.com.google.protobuf.ByteString
getNextPageTokenBytes()
To retrieve the next page of results, set `QueryTestableRolesRequest.page_token` to this value.Permission
getPermissions(int index)
The Permissions testable on the requested resource.int
getPermissionsCount()
The Permissions testable on the requested resource.List<Permission>
getPermissionsList()
The Permissions testable on the requested resource.PermissionOrBuilder
getPermissionsOrBuilder(int index)
The Permissions testable on the requested resource.List<? extends PermissionOrBuilder>
getPermissionsOrBuilderList()
The Permissions testable on the requested resource.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getPermissionsList
List<Permission> getPermissionsList()
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;
-
getPermissions
Permission getPermissions(int index)
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;
-
getPermissionsCount
int getPermissionsCount()
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;
-
getPermissionsOrBuilderList
List<? extends PermissionOrBuilder> getPermissionsOrBuilderList()
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;
-
getPermissionsOrBuilder
PermissionOrBuilder getPermissionsOrBuilder(int index)
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;
-
getNextPageToken
String getNextPageToken()
To retrieve the next page of results, set `QueryTestableRolesRequest.page_token` to this value.
string next_page_token = 2;
- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.ByteString getNextPageTokenBytes()
To retrieve the next page of results, set `QueryTestableRolesRequest.page_token` to this value.
string next_page_token = 2;
- Returns:
- The bytes for nextPageToken.
-
-