Interface QueryGrantableRolesRequestOrBuilder (3.31.0)

public interface QueryGrantableRolesRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFullResourceName()

public abstract 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
TypeDescription
String

The fullResourceName.

getFullResourceNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for fullResourceName.

getPageSize()

public abstract 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
TypeDescription
int

The pageSize.

getPageToken()

public abstract String getPageToken()

Optional pagination token returned in an earlier QueryGrantableRolesResponse.

string page_token = 4;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

Optional pagination token returned in an earlier QueryGrantableRolesResponse.

string page_token = 4;

Returns
TypeDescription
ByteString

The bytes for pageToken.

getView()

public abstract RoleView getView()

.google.iam.admin.v1.RoleView view = 2;

Returns
TypeDescription
RoleView

The view.

getViewValue()

public abstract int getViewValue()

.google.iam.admin.v1.RoleView view = 2;

Returns
TypeDescription
int

The enum numeric value on the wire for view.