Reference documentation and code samples for the Stackdriver Logging V2 Client class ListViewsRequest.
The parameters toListViews.
Generated from protobuf messagegoogle.logging.v2.ListViewsRequest
Namespace
Google \ Cloud \ Logging \ V2
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The bucket whose views are to be listed: "projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
↳ page_token
string
Optional. If present, then retrieve the next batch of results from the preceding call to this method.pageTokenmust be the value ofnextPageTokenfrom 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 ofnextPageTokenin the response indicates that more results might be available.
getParent
Required. The bucket whose views are to be listed:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_ID]"
Returns
Type
Description
string
setParent
Required. The bucket whose views are to be listed:
"projects/[PROJECT_ID]/locations/[LOCATION_ID]/buckets/[BUCKET_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.pageTokenmust be the value ofnextPageTokenfrom 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.pageTokenmust be the value ofnextPageTokenfrom 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 ofnextPageTokenin 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 ofnextPageTokenin 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 bucket whose views are to be listed:
[[["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-09-04 UTC."],[],[],null,["# Stackdriver Logging V2 Client - Class ListViewsRequest (1.32.3)\n\nVersion latestkeyboard_arrow_down\n\n- [1.32.3 (latest)](/php/docs/reference/cloud-logging/latest/V2.ListViewsRequest)\n- [1.32.2](/php/docs/reference/cloud-logging/1.32.2/V2.ListViewsRequest)\n- [1.31.3](/php/docs/reference/cloud-logging/1.31.3/V2.ListViewsRequest)\n- [1.30.3](/php/docs/reference/cloud-logging/1.30.3/V2.ListViewsRequest)\n- [1.29.0](/php/docs/reference/cloud-logging/1.29.0/V2.ListViewsRequest)\n- [1.28.5](/php/docs/reference/cloud-logging/1.28.5/V2.ListViewsRequest)\n- [1.27.1](/php/docs/reference/cloud-logging/1.27.1/V2.ListViewsRequest)\n- [1.26.0](/php/docs/reference/cloud-logging/1.26.0/V2.ListViewsRequest)\n- [1.25.5](/php/docs/reference/cloud-logging/1.25.5/V2.ListViewsRequest)\n- [1.24.10](/php/docs/reference/cloud-logging/1.24.10/V2.ListViewsRequest) \nReference documentation and code samples for the Stackdriver Logging V2 Client class ListViewsRequest.\n\nThe parameters to `ListViews`.\n\nGenerated from protobuf message `google.logging.v2.ListViewsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Logging \\\\ V2\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The bucket whose views are to be listed:\n\"projects/\\[PROJECT_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_ID\\]\"\n\n### setParent\n\nRequired. The bucket whose views are to be listed:\n\"projects/\\[PROJECT_ID\\]/locations/\\[LOCATION_ID\\]/buckets/\\[BUCKET_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"]]