Interface QueryTestablePermissionsRequestOrBuilder (3.12.0)

public interface QueryTestablePermissionsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFullResourceName()

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

The fullResourceName.

getFullResourceNameBytes()

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

The bytes for fullResourceName.

getPageSize()

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

The pageSize.

getPageToken()

public abstract String getPageToken()

Optional pagination token returned in an earlier QueryTestablePermissionsRequest.

string page_token = 3;

Returns
TypeDescription
String

The pageToken.

getPageTokenBytes()

public abstract ByteString getPageTokenBytes()

Optional pagination token returned in an earlier QueryTestablePermissionsRequest.

string page_token = 3;

Returns
TypeDescription
ByteString

The bytes for pageToken.