Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListLiveAdTagDetailsRequest.
Request message for VideoStitcherService.listLiveAdTagDetails.
Generated from protobuf message google.cloud.video.stitcher.v1.ListLiveAdTagDetailsRequest
Namespace
Google \ Cloud \ Video \ Stitcher \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The resource parent in the form of |
↳ page_size |
int
The maximum number of items to return. |
↳ page_token |
string
The pagination token returned from a previous List request. |
getParent
Required. The resource parent in the form of
projects/{project}/locations/{location}/liveSessions/{live_session}
.
Returns | |
---|---|
Type | Description |
string |
setParent
Required. The resource parent in the form of
projects/{project}/locations/{location}/liveSessions/{live_session}
.
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 pagination token returned from a previous List request.
Returns | |
---|---|
Type | Description |
string |
setPageToken
The pagination token returned from a previous List request.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
parent |
string
Required. The resource parent in the form of
|
Returns | |
---|---|
Type | Description |
ListLiveAdTagDetailsRequest |