AI-generated Key Takeaways
-
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
, andtitle
fields are all output-only.
A video.
Fields | |
---|---|
|
Output only. The resource name of the video. Video resource names have the form:
|
|
Output only. The ID of the video. |
|
Output only. The owner channel id of the video. |
|
Output only. The duration of the video in milliseconds. |
|
Output only. The title of the video. |