Reference documentation and code samples for the Stackdriver Logging V2 Client class ListSinksRequest.
The parameters to ListSinks.
Generated from protobuf message google.logging.v2.ListSinksRequest
Namespace
Google \ Cloud \ Logging \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent resource whose sinks are to be listed: "projects/[PROJECT_ID]" "organizations/[ORGANIZATION_ID]" "billingAccounts/[BILLING_ACCOUNT_ID]" "folders/[FOLDER_ID]"
↳ page_token
string
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.
↳ page_size
int
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.
getParent
Required. The parent resource whose sinks are to be listed:
"projects/[PROJECT_ID]"
"organizations/[ORGANIZATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]"
"folders/[FOLDER_ID]"
Returns
Type
Description
string
setParent
Required. The parent resource whose sinks are to be listed:
"projects/[PROJECT_ID]"
"organizations/[ORGANIZATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]"
"folders/[FOLDER_ID]"
Parameter
Name
Description
var
string
Returns
Type
Description
$this
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.
Returns
Type
Description
string
setPageToken
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
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.
Returns
Type
Description
int
setPageSize
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.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The parent resource whose sinks are to be listed:
"projects/[PROJECT_ID]"
"organizations/[ORGANIZATION_ID]"
"billingAccounts/[BILLING_ACCOUNT_ID]"
"folders/[FOLDER_ID]"
Please see ConfigServiceV2Client::projectName() for help formatting this field.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-28 UTC."],[],[],null,["# Stackdriver Logging V2 Client - Class ListSinksRequest (1.32.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.32.3 (latest)](/php/docs/reference/cloud-logging/latest/V2.ListSinksRequest)\n- [1.32.2](/php/docs/reference/cloud-logging/1.32.2/V2.ListSinksRequest)\n- [1.31.3](/php/docs/reference/cloud-logging/1.31.3/V2.ListSinksRequest)\n- [1.30.3](/php/docs/reference/cloud-logging/1.30.3/V2.ListSinksRequest)\n- [1.29.0](/php/docs/reference/cloud-logging/1.29.0/V2.ListSinksRequest)\n- [1.28.5](/php/docs/reference/cloud-logging/1.28.5/V2.ListSinksRequest)\n- [1.27.1](/php/docs/reference/cloud-logging/1.27.1/V2.ListSinksRequest)\n- [1.26.0](/php/docs/reference/cloud-logging/1.26.0/V2.ListSinksRequest)\n- [1.25.5](/php/docs/reference/cloud-logging/1.25.5/V2.ListSinksRequest)\n- [1.24.10](/php/docs/reference/cloud-logging/1.24.10/V2.ListSinksRequest) \nReference documentation and code samples for the Stackdriver Logging V2 Client class ListSinksRequest.\n\nThe parameters to `ListSinks`.\n\nGenerated from protobuf message `google.logging.v2.ListSinksRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Logging \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent resource whose sinks are to be listed:\n\"projects/\\[PROJECT_ID\\]\"\n\"organizations/\\[ORGANIZATION_ID\\]\"\n\"billingAccounts/\\[BILLING_ACCOUNT_ID\\]\"\n\"folders/\\[FOLDER_ID\\]\"\n\n### setParent\n\nRequired. The parent resource whose sinks are to be listed:\n\"projects/\\[PROJECT_ID\\]\"\n\"organizations/\\[ORGANIZATION_ID\\]\"\n\"billingAccounts/\\[BILLING_ACCOUNT_ID\\]\"\n\"folders/\\[FOLDER_ID\\]\"\n\n### getPageToken\n\nOptional. If present, then retrieve the next batch of results from the\npreceding call to this method. `pageToken` must be the value of\n`nextPageToken` from the previous response. The values of other method\nparameters should be identical to those in the previous call.\n\n### setPageToken\n\nOptional. If present, then retrieve the next batch of results from the\npreceding call to this method. `pageToken` must be the value of\n`nextPageToken` from the previous response. The values of other method\nparameters should be identical to those in the previous call.\n\n### getPageSize\n\nOptional. The maximum number of results to return from this request.\n\nNon-positive values are ignored. The presence of `nextPageToken` in the\nresponse indicates that more results might be available.\n\n### setPageSize\n\nOptional. The maximum number of results to return from this request.\n\nNon-positive values are ignored. The presence of `nextPageToken` in the\nresponse indicates that more results might be available.\n\n### static::build"]]