REST Resource: metadataHistory
Stay organized with collections
Save and categorize content based on your preferences.
Resource: MetadataHistory
This resource represents a set of metadata values provided for an asset.
JSON representation |
{
"metadata": {
object (Metadata )
},
"origination": {
object (Origination )
},
"timeProvided": string,
"kind": string
} |
Fields |
metadata |
object (Metadata )
The metadata object contains the metadata provided by the specified source (origination ) at the specified time (timeProvided ).
|
origination |
object (Origination )
The origination object contains information that describes the metadata source.
|
timeProvided |
string
The time the metadata was provided.
|
kind |
string
The type of the API resource. For metadata history resources, the value is youtubePartner#metadataHistory .
|
Methods |
|
Retrieves a list of all metadata provided for an asset, regardless of which content owner provided the data. |
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-23 UTC."],[[["MetadataHistory represents a collection of metadata values for an asset."],["The resource includes `metadata`, `origination`, `timeProvided`, and `kind` fields to describe the data's source, content, and time of provision."],["The `metadata` field contains the actual metadata, while `origination` specifies the source of this metadata."],["The `list` method allows retrieval of all metadata provided for a given asset by any content owner."]]],[]]