Video

  • Video resources are identified by a resource name in the format customers/{customer_id}/videos/{video_id}.

  • Each video has a unique ID, owner channel ID, duration in milliseconds, and title.

  • The resource_name, id, channel_id, duration_millis, and title fields are all output-only.

A video.

Fields

resource_name

string

Output only. The resource name of the video. Video resource names have the form:

customers/{customer_id}/videos/{video_id}

id

string

Output only. The ID of the video.

channel_id

string

Output only. The owner channel id of the video.

duration_millis

int64

Output only. The duration of the video in milliseconds.

title

string

Output only. The title of the video.