Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the REST Introduction for details.
Represents a relationship between a customer and a label. This customer may not have access to all the labels attached to it. Additional CustomerLabels may be returned by increasing permissions with login-customer-id.
[[["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-03-06 UTC."],[[["CustomerLabels represent the relationship between a customer and a label, though customer access to all linked labels may be limited."],["The JSON structure for CustomerLabels includes resourceName, customer, and label fields."],["`resourceName` is immutable and uniquely identifies the CustomerLabel, while `customer` and `label` fields indicate the linked customer and label resources."],["When creating a CustomerLabel, the Customer ID within the label resource name is not validated."]]],["The JSON structure defines a customer-label relationship, where a customer may not access all associated labels. A `CustomerLabel` resource includes `resourceName`, `customer`, and `label` fields. `resourceName` uniquely identifies the relationship. `customer` indicates the customer to which the label is linked. `label` specifies the resource name of the assigned label. Customer ID validation within the label is omitted during new `CustomerLabel` creation.\n"]]