class ListSinksRequest extends Message

The parameters to ListSinks.

Protobuf type Google\Logging\V2\ListSinksRequest

Methods

__construct()

No description

string
getParent()

Required. The parent resource whose sinks are to be listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]"

setParent(string $var)

Required. The parent resource whose sinks are to be listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]"

string
getPageToken()

Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.

setPageToken(string $var)

Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.

int
getPageSize()

Optional. The maximum number of results to return from this request.

setPageSize(int $var)

Optional. The maximum number of results to return from this request.

Details

at line 46
__construct()

at line 61
string getParent()

Required. The parent resource whose sinks are to be listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]"

Generated from protobuf field string parent = 1;

Return Value

string

at line 76
setParent(string $var)

Required. The parent resource whose sinks are to be listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]"

Generated from protobuf field string parent = 1;

Parameters

string $var

at line 91
string getPageToken()

Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.

Generated from protobuf field string page_token = 2;

Return Value

string

at line 105
setPageToken(string $var)

Optional. If present, then retrieve the next batch of results from the preceding call to this method. pageToken must be the value of nextPageToken from the previous response. The values of other method parameters should be identical to those in the previous call.

Generated from protobuf field string page_token = 2;

Parameters

string $var

at line 119
int getPageSize()

Optional. The maximum number of results to return from this request.

Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.

Generated from protobuf field int32 page_size = 3;

Return Value

int

at line 132
setPageSize(int $var)

Optional. The maximum number of results to return from this request.

Non-positive values are ignored. The presence of nextPageToken in the response indicates that more results might be available.

Generated from protobuf field int32 page_size = 3;

Parameters

int $var