Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListLiveConfigsRequest.
Request message for VideoStitcherService.listLiveConfig.
Generated from protobuf messagegoogle.cloud.video.stitcher.v1.ListLiveConfigsRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project that contains the list of live configs, in the form ofprojects/{project_number}/locations/{location}.
↳ page_size
int
The maximum number of items to return.
↳ page_token
string
The next_page_token value returned from a previous List request, if any.
↳ filter
string
Optional. The filter to apply to list results (seeFiltering).
↳ order_by
string
Optional. Specifies the ordering of results followingCloud API syntax.
getParent
Required. The project that contains the list of live configs, in the
form ofprojects/{project_number}/locations/{location}.
Returns
Type
Description
string
setParent
Required. The project that contains the list of live configs, in the
form ofprojects/{project_number}/locations/{location}.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getPageSize
The maximum number of items to return.
Returns
Type
Description
int
setPageSize
The maximum number of items to return.
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.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getFilter
Optional. The filter to apply to list results (seeFiltering).
Returns
Type
Description
string
setFilter
Optional. The filter to apply to list results (seeFiltering).
Parameter
Name
Description
var
string
Returns
Type
Description
$this
getOrderBy
Optional. Specifies the ordering of results followingCloud API
syntax.
Returns
Type
Description
string
setOrderBy
Optional. Specifies the ordering of results followingCloud API
syntax.
Parameter
Name
Description
var
string
Returns
Type
Description
$this
static::build
Parameter
Name
Description
parent
string
Required. The project that contains the list of live configs, in the
form ofprojects/{project_number}/locations/{location}. Please seeVideoStitcherServiceClient::locationName()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 Stitcher V1 Client - Class ListLiveConfigsRequest (1.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.4 (latest)](/php/docs/reference/cloud-video-stitcher/latest/V1.ListLiveConfigsRequest)\n- [1.0.3](/php/docs/reference/cloud-video-stitcher/1.0.3/V1.ListLiveConfigsRequest)\n- [0.9.1](/php/docs/reference/cloud-video-stitcher/0.9.1/V1.ListLiveConfigsRequest)\n- [0.8.4](/php/docs/reference/cloud-video-stitcher/0.8.4/V1.ListLiveConfigsRequest)\n- [0.7.3](/php/docs/reference/cloud-video-stitcher/0.7.3/V1.ListLiveConfigsRequest)\n- [0.6.2](/php/docs/reference/cloud-video-stitcher/0.6.2/V1.ListLiveConfigsRequest)\n- [0.5.1](/php/docs/reference/cloud-video-stitcher/0.5.1/V1.ListLiveConfigsRequest)\n- [0.3.4](/php/docs/reference/cloud-video-stitcher/0.3.4/V1.ListLiveConfigsRequest) \nReference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListLiveConfigsRequest.\n\nRequest message for VideoStitcherService.listLiveConfig.\n\nGenerated from protobuf message `google.cloud.video.stitcher.v1.ListLiveConfigsRequest`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Video \\\\ Stitcher \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getParent\n\nRequired. The project that contains the list of live configs, in the\nform of `projects/{project_number}/locations/{location}`.\n\n### setParent\n\nRequired. The project that contains the list of live configs, in the\nform of `projects/{project_number}/locations/{location}`.\n\n### getPageSize\n\nThe maximum number of items to return.\n\n### setPageSize\n\nThe maximum number of items to return.\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\nOptional. The filter to apply to list results (see\n[Filtering](https://google.aip.dev/160)).\n\n### setFilter\n\nOptional. The filter to apply to list results (see\n[Filtering](https://google.aip.dev/160)).\n\n### getOrderBy\n\nOptional. Specifies the ordering of results following\n[Cloud API\nsyntax](https://cloud.google.com/apis/design/design_patterns#sorting_order).\n\n### setOrderBy\n\nOptional. Specifies the ordering of results following\n[Cloud API\nsyntax](https://cloud.google.com/apis/design/design_patterns#sorting_order).\n\n### static::build"]]