Method: projects.locations.liveSessions.liveAdTagDetails.list

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

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

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

Query parameters

Parameters
pageSize

integer

The maximum number of items to return.

pageToken

string

The pagination token returned from a previous List request.

Request body

The request body must be empty.

Response body

Response message for VideoStitcherService.listLiveAdTagDetails.

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

JSON representation
{
  "liveAdTagDetails": [
    {
      object (LiveAdTagDetail)
    }
  ],
  "nextPageToken": string
}
Fields
liveAdTagDetails[]

object (LiveAdTagDetail)

A list of live session 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.liveAdTagDetails.list

For more information, see the IAM documentation.