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

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 \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource parent in the form of projects/{project}/locations/{location}/liveSessions/{live_session}.

↳ 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
TypeDescription
string

setParent

Required. The resource parent in the form of projects/{project}/locations/{location}/liveSessions/{live_session}.

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 pagination token returned from a previous List request.

Returns
TypeDescription
string

setPageToken

The pagination token returned from a previous List request.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
parent string

Required. The resource parent in the form of projects/{project}/locations/{location}/liveSessions/{live_session}. Please see Google\Cloud\Video\Stitcher\V1\VideoStitcherServiceClient::liveSessionName() for help formatting this field.

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