Google Cloud Cloud Controls Partner V1beta Client - Class ListAccessApprovalRequestsRequest (0.1.4)

Reference documentation and code samples for the Google Cloud Cloud Controls Partner V1beta Client class ListAccessApprovalRequestsRequest.

Request for getting the access requests associated with a workload.

Generated from protobuf message google.cloud.cloudcontrolspartner.v1beta.ListAccessApprovalRequestsRequest

Namespace

Google \ Cloud \ CloudControlsPartner \ V1beta

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Parent resource Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

↳ page_size int

Optional. The maximum number of access requests to return. The service may return fewer than this value. If unspecified, at most 500 access requests will be returned.

↳ page_token string

Optional. A page token, received from a previous ListAccessApprovalRequests call. Provide this to retrieve the subsequent page.

↳ filter string

Optional. Filtering results.

↳ order_by string

Optional. Hint for how to order the results.

getParent

Required. Parent resource Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

Returns
Type Description
string

setParent

Required. Parent resource Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload}

Parameter
Name Description
var string
Returns
Type Description
$this

getPageSize

Optional. The maximum number of access requests to return. The service may return fewer than this value. If unspecified, at most 500 access requests will be returned.

Returns
Type Description
int

setPageSize

Optional. The maximum number of access requests to return. The service may return fewer than this value. If unspecified, at most 500 access requests will be returned.

Parameter
Name Description
var int
Returns
Type Description
$this

getPageToken

Optional. A page token, received from a previous ListAccessApprovalRequests call. Provide this to retrieve the subsequent page.

Returns
Type Description
string

setPageToken

Optional. A page token, received from a previous ListAccessApprovalRequests call. Provide this to retrieve the subsequent page.

Parameter
Name Description
var string
Returns
Type Description
$this

getFilter

Optional. Filtering results.

Returns
Type Description
string

setFilter

Optional. Filtering results.

Parameter
Name Description
var string
Returns
Type Description
$this

getOrderBy

Optional. Hint for how to order the results.

Returns
Type Description
string

setOrderBy

Optional. Hint for how to order the results.

Parameter
Name Description
var string
Returns
Type Description
$this

static::build

Parameter
Name Description
parent string

Required. Parent resource Format: organizations/{organization}/locations/{location}/customers/{customer}/workloads/{workload} Please see Google\Cloud\CloudControlsPartner\V1beta\CloudControlsPartnerCoreClient::workloadName() for help formatting this field.

Returns
Type Description
Google\Cloud\CloudControlsPartner\V1beta\ListAccessApprovalRequestsRequest