public interface QueryTestablePermissionsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFullResourceName()
Required.
|
com.google.protobuf.ByteString |
getFullResourceNameBytes()
Required.
|
int |
getPageSize()
Optional limit on the number of permissions to include in the response.
|
String |
getPageToken()
Optional pagination token returned in an earlier
QueryTestablePermissionsRequest.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional pagination token returned in an earlier
QueryTestablePermissionsRequest.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFullResourceName()
Required. The full resource name to query from the list of testable permissions. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id `my-project` will be named `//cloudresourcemanager.googleapis.com/projects/my-project`.
string full_resource_name = 1;com.google.protobuf.ByteString getFullResourceNameBytes()
Required. The full resource name to query from the list of testable permissions. The name follows the Google Cloud Platform resource format. For example, a Cloud Platform project with id `my-project` will be named `//cloudresourcemanager.googleapis.com/projects/my-project`.
string full_resource_name = 1;int getPageSize()
Optional limit on the number of permissions to include in the response. The default is 100, and the maximum is 1,000.
int32 page_size = 2;String getPageToken()
Optional pagination token returned in an earlier QueryTestablePermissionsRequest.
string page_token = 3;com.google.protobuf.ByteString getPageTokenBytes()
Optional pagination token returned in an earlier QueryTestablePermissionsRequest.
string page_token = 3;Copyright © 2025 Google LLC. All rights reserved.