Package com.google.iam.admin.v1
Interface QueryGrantableRolesRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
QueryGrantableRolesRequest
,QueryGrantableRolesRequest.Builder
public interface QueryGrantableRolesRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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;
-
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 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];
- Returns:
- The fullResourceName.
-
getFullResourceNameBytes
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];
- Returns:
- The bytes for fullResourceName.
-
getViewValue
int getViewValue()
.google.iam.admin.v1.RoleView view = 2;
- Returns:
- The enum numeric value on the wire for view.
-
getView
RoleView getView()
.google.iam.admin.v1.RoleView view = 2;
- Returns:
- The view.
-
getPageSize
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;
- Returns:
- The pageSize.
-
getPageToken
String getPageToken()
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
string page_token = 4;
- Returns:
- The pageToken.
-
getPageTokenBytes
com.google.protobuf.ByteString getPageTokenBytes()
Optional pagination token returned in an earlier QueryGrantableRolesResponse.
string page_token = 4;
- Returns:
- The bytes for pageToken.
-
-