Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListLiveConfigsRequest.
Request message for VideoStitcherService.listLiveConfig.
Generated from protobuf message google.cloud.video.stitcher.v1.ListLiveConfigsRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The project that contains the list of live configs, in the form of projects/{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
↳ order_by
getParent
Required. The project that contains the list of live configs, in the
form of projects/{project_number}/locations/{location}
.
string
setParent
Required. The project that contains the list of live configs, in the
form of projects/{project_number}/locations/{location}
.
var
string
$this
getPageSize
The maximum number of items to return.
int
setPageSize
The maximum number of items to return.
var
int
$this
getPageToken
The next_page_token value returned from a previous List request, if any.
string
setPageToken
The next_page_token value returned from a previous List request, if any.
var
string
$this
getFilter
Optional. The filter to apply to list results (see Filtering ).
string
setFilter
Optional. The filter to apply to list results (see Filtering ).
var
string
$this
getOrderBy
Optional. Specifies the ordering of results following Cloud API syntax .
string
setOrderBy
Optional. Specifies the ordering of results following Cloud API syntax .
var
string
$this