Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListVodStitchDetailsRequest.
Request message for VideoStitcherService.listVodStitchDetails.
Generated from protobuf message google.cloud.video.stitcher.v1.ListVodStitchDetailsRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The VOD session where the stitch details belong to, in the form of |
↳ 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. |
getParent
Required. The VOD session where the stitch details belong to, in the form
of projects/{project}/locations/{location}/vodSessions/{id}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The VOD session where the stitch details belong to, in the form
of projects/{project}/locations/{location}/vodSessions/{id}
.
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 |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The VOD session where the stitch details belong to, in the form
of |
Returns | |
---|---|
Type | Description |
Google\Cloud\Video\Stitcher\V1\ListVodStitchDetailsRequest |