public interface QueryGrantableRolesRequestOrBuilder
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 roles to include in the response.
|
String |
getPageToken()
Optional pagination token returned in an earlier
QueryGrantableRolesResponse.
|
com.google.protobuf.ByteString |
getPageTokenBytes()
Optional pagination token returned in an earlier
QueryGrantableRolesResponse.
|
RoleView |
getView()
.google.iam.admin.v1.RoleView view = 2; |
int |
getViewValue()
.google.iam.admin.v1.RoleView view = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getFullResourceName()
Required. The full resource name to query from the list of grantable roles. 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 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getFullResourceNameBytes()
Required. The full resource name to query from the list of grantable roles. 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 [(.google.api.field_behavior) = REQUIRED];int getViewValue()
.google.iam.admin.v1.RoleView view = 2;RoleView getView()
.google.iam.admin.v1.RoleView view = 2;int getPageSize()
Optional limit on the number of roles to include in the response. The default is 300, and the maximum is 1,000.
int32 page_size = 3;String getPageToken()
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
string page_token = 4;com.google.protobuf.ByteString getPageTokenBytes()
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
string page_token = 4;Copyright © 2025 Google LLC. All rights reserved.