CustomerLabel
Stay organized with collections
Save and categorize content based on your preferences.
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.
Fields |
resource_name
|
string
Immutable. Name of the resource. Customer label resource names have the form: customers/{customer_id}/customerLabels/{label_id}
|
customer
|
string
Output only. The resource name of the customer to which the label is attached. Read only.
|
label
|
string
Output only. The resource name of the label assigned to the customer. Note: the Customer ID portion of the label resource name is not validated when creating a new CustomerLabel.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 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 2024-11-25 UTC."],[[["CustomerLabels represent the relationship between a customer and a label, indicating assigned labels but not guaranteeing full access to all labels linked to the customer."],["The `resource_name` field uniquely identifies the CustomerLabel and follows a specific format: `customers/{customer_id}/customerLabels/{label_id}`."],["Customer and label resource names are provided for reference, with the `customer` field indicating the linked customer and the `label` field indicating the assigned label."],["Limited access to labels might occur; increased permissions, achieved by including the `login-customer-id`, can reveal additional CustomerLabels."]]],[]]