Google Cloud Video Stitcher V1 Client - Class ListVodAdTagDetailsRequest (0.8.3)

Reference documentation and code samples for the Google Cloud Video Stitcher V1 Client class ListVodAdTagDetailsRequest.

Request message for VideoStitcherService.listVodAdTagDetails.

Generated from protobuf message google.cloud.video.stitcher.v1.ListVodAdTagDetailsRequest

Namespace

Google \ Cloud \ Video \ Stitcher \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The VOD session which the ad tag details belong to, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}.

↳ 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 which the ad tag details belong to, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}.

Returns
TypeDescription
string

setParent

Required. The VOD session which the ad tag details belong to, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPageSize

The maximum number of items to return.

Returns
TypeDescription
int

setPageSize

The maximum number of items to return.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getPageToken

The next_page_token value returned from a previous List request, if any.

Returns
TypeDescription
string

setPageToken

The next_page_token value returned from a previous List request, if any.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The VOD session which the ad tag details belong to, in the form of projects/{project}/locations/{location}/vodSessions/{vod_session_id}. Please see Google\Cloud\Video\Stitcher\V1\VideoStitcherServiceClient::vodSessionName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\Video\Stitcher\V1\ListVodAdTagDetailsRequest