Retrieves a list of all asset labels for an owner.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 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-08-20 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"]]