Google uses AI technology to translate content into your preferred language. AI translations can contain errors.
REST Resource: assetLabels
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
リソース: AssetLabel
assetLabel リソースは、特定のコンテンツ所有者のアセットラベルを表します。
| JSON 表現 |
{
"labelName": string,
"kind": string
} |
| フィールド |
labelName |
string
アセットラベルの名前。
|
kind |
string
API リソースのタイプ。assetLabel リソースの場合、この値は youtubePartner#assetLabel です。
|
メソッド |
|
|
所有者のアセットラベルを挿入します。 |
|
|
所有者のすべてのアセットラベルのリストを取得します。 |
All rights reserved. Java は Oracle および関連会社の登録商標です。
最終更新日 2025-08-21 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2025-08-21 UTC。"],[],["The core content defines the `assetLabel` resource, which represents an Asset Label for a content owner. Its JSON structure includes `labelName` and `kind`. The `labelName` field is a string that specifies the name of the asset label. The `kind` field, also a string, indicates the resource type as `youtubePartner#assetLabel`. Key actions include the ability to insert a new asset label for an owner using the `insert` method and to retrieve all existing asset labels for an owner using the `list` method.\n"]]