Method: projects.locations.vodSessions.vodAdTagDetails.list

Return the list of ad tag details for the specified VOD session.

HTTP request

GET https://videostitcher.googleapis.com/v1/{parent=projects/*/locations/*/vodSessions/*}/vodAdTagDetails

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
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}.

Query parameters

Parameters
pageSize

integer

The maximum number of items to return.

pageToken

string

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

Request body

The request body must be empty.

Response body

Response message for VideoStitcherService.listVodAdTagDetails.

If successful, the response body contains data with the following structure:

JSON representation
{
  "vodAdTagDetails": [
    {
      object (VodAdTagDetail)
    }
  ],
  "nextPageToken": string
}
Fields
vodAdTagDetails[]

object (VodAdTagDetail)

A List of ad tag details.

nextPageToken

string

The pagination token.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the parent resource:

  • videostitcher.vodAdTagDetails.list

For more information, see the IAM documentation.