Reference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ListEventsRequest.
Request message for "LivestreamService.ListEvents".
Generated from protobuf messagegoogle.cloud.video.livestream.v1.ListEventsRequest
Namespace
Google \ Cloud \ Video \ LiveStream \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The parent channel for the resource, in the form of:projects/{project}/locations/{location}/channels/{channelId}.
↳ page_size
int
The maximum number of items to return. If unspecified, server will pick an appropriate default. Server may return fewer items than requested. A caller should only rely on response'snext_page_tokento determine if there are more items left to be queried.
↳ page_token
string
The next_page_token value returned from a previous List request, if any.
Required. The parent channel for the resource, in the form of:projects/{project}/locations/{location}/channels/{channelId}.
Returns
Type
Description
string
setParent
Required. The parent channel for the resource, in the form of:projects/{project}/locations/{location}/channels/{channelId}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of items to return. If unspecified, server
will pick an appropriate default. Server may return fewer items than
requested. A caller should only rely on response'snext_page_tokento determine if there are more items left to be queried.
Returns
Type
Description
int
setPageSize
The maximum number of items to return. If unspecified, server
will pick an appropriate default. Server may return fewer items than
requested. A caller should only rely on response'snext_page_tokento determine if there are more items left to be queried.
Parameter
Name
Description
var
int
Returns
Type
Description
$this
getPageToken
The next_page_token value returned from a previous List request, if any.
Returns
Type
Description
string
setPageToken
The next_page_token value returned from a previous List request, if any.
Required. The parent channel for the resource, in the form of:projects/{project}/locations/{location}/channels/{channelId}. Please seeLivestreamServiceClient::channelName()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-09-04 UTC."],[],[],null,["# Google Cloud Video Live Stream V1 Client - Class ListEventsRequest (1.2.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.1 (latest)](/php/docs/reference/cloud-video-live-stream/latest/V1.ListEventsRequest)\n- [1.2.0](/php/docs/reference/cloud-video-live-stream/1.2.0/V1.ListEventsRequest)\n- [1.1.3](/php/docs/reference/cloud-video-live-stream/1.1.3/V1.ListEventsRequest)\n- [1.0.0](/php/docs/reference/cloud-video-live-stream/1.0.0/V1.ListEventsRequest)\n- [0.7.5](/php/docs/reference/cloud-video-live-stream/0.7.5/V1.ListEventsRequest)\n- [0.6.2](/php/docs/reference/cloud-video-live-stream/0.6.2/V1.ListEventsRequest)\n- [0.5.0](/php/docs/reference/cloud-video-live-stream/0.5.0/V1.ListEventsRequest)\n- [0.4.2](/php/docs/reference/cloud-video-live-stream/0.4.2/V1.ListEventsRequest)\n- [0.3.2](/php/docs/reference/cloud-video-live-stream/0.3.2/V1.ListEventsRequest)\n- [0.2.6](/php/docs/reference/cloud-video-live-stream/0.2.6/V1.ListEventsRequest) \nReference documentation and code samples for the Google Cloud Video Live Stream V1 Client class ListEventsRequest.\n\nRequest message for \"LivestreamService.ListEvents\".\n\nGenerated from protobuf message `google.cloud.video.livestream.v1.ListEventsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ LiveStream \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The parent channel for the resource, in the form of:\n`projects/{project}/locations/{location}/channels/{channelId}`.\n\n### setParent\n\nRequired. The parent channel for the resource, in the form of:\n`projects/{project}/locations/{location}/channels/{channelId}`.\n\n### getPageSize\n\nThe maximum number of items to return. If unspecified, server\nwill pick an appropriate default. Server may return fewer items than\nrequested. A caller should only rely on response's\n[next_page_token](/php/docs/reference/cloud-video-live-stream/latest/V1.ListEventsResponse#_Google_Cloud_Video_LiveStream_V1_ListEventsResponse__getNextPageToken__)\nto determine if there are more items left to be queried.\n\n### setPageSize\n\nThe maximum number of items to return. If unspecified, server\nwill pick an appropriate default. Server may return fewer items than\nrequested. A caller should only rely on response's\n[next_page_token](/php/docs/reference/cloud-video-live-stream/latest/V1.ListEventsResponse#_Google_Cloud_Video_LiveStream_V1_ListEventsResponse__getNextPageToken__)\nto determine if there are more items left to be queried.\n\n### getPageToken\n\nThe next_page_token value returned from a previous List request, if any.\n\n### setPageToken\n\nThe next_page_token value returned from a previous List request, if any.\n\n### getFilter\n\nThe filter to apply to list results.\n\n### setFilter\n\nThe filter to apply to list results.\n\n### getOrderBy\n\nSpecifies the ordering of results following syntax at\n\u003chttps://cloud.google.com/apis/design/design_patterns#sorting_order\u003e.\n\n### setOrderBy\n\nSpecifies the ordering of results following syntax at\n\u003chttps://cloud.google.com/apis/design/design_patterns#sorting_order\u003e.\n\n### static::build"]]