com.gu.contentatom.thrift.atom.media.Metadata
YouTube video category https://developers.google.com/youtube/v3/docs/videos#snippet.categoryId *
the channel the YouTube video is in *
are comments enabled on the YouTube video *
when the PrivacyStatus will change to Private *
Gets a field value encoded as a binary blob using TCompactProtocol.
Gets a field value encoded as a binary blob using TCompactProtocol. If the specified field is present in the passthrough map, that value is returned. Otherwise, if the specified field is known and not optional and set to None, then the field is serialized and returned.
Collects TCompactProtocol-encoded field values according to getFieldBlob
into a map.
Collects TCompactProtocol-encoded field values according to getFieldBlob
into a map.
where the master is in Pluto *
how a YouTube video can be watched *
Sets a field using a TCompactProtocol-encoded binary blob.
Sets a field using a TCompactProtocol-encoded binary blob. If the field is a known field, the blob is decoded and the field is set to the decoded value. If the field is unknown and passthrough fields are enabled, then the blob will be stored in _passthroughFields.
tags to be applied to the YouTube video https://developers.google.com/youtube/v3/docs/videos#snippet.tags[] *
If the specified field is optional, it is set to None.
If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.
If the specified field is optional, it is set to None.
If the specified field is optional, it is set to None. Otherwise, if the field is known, it is reverted to its default value; if the field is unknown, it is removed from the passthroughFields map, if present.
The default read-only implementation of Metadata. You typically should not need to directly reference this class; instead, use the Metadata.apply method to construct new instances.