Package com.google.iam.admin.v1
Interface QueryTestablePermissionsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryTestablePermissionsRequest,QueryTestablePermissionsRequest.Builder
public interface QueryTestablePermissionsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFullResourceName()Required.com.google.protobuf.ByteStringgetFullResourceNameBytes()Required.intgetPageSize()Optional limit on the number of permissions to include in the response.StringgetPageToken()Optional pagination token returned in an earlier QueryTestablePermissionsRequest.com.google.protobuf.ByteStringgetPageTokenBytes()Optional pagination token returned in an earlier QueryTestablePermissionsRequest.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFullResourceName
String 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;- Returns:
- The fullResourceName.
-
getFullResourceNameBytes
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;- Returns:
- The bytes for fullResourceName.
-
getPageSize
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;- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
Optional pagination token returned in an earlier QueryTestablePermissionsRequest.
string page_token = 3;- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Optional pagination token returned in an earlier QueryTestablePermissionsRequest.
string page_token = 3;- Returns:
- The bytes for pageToken.
-
-