Output only. The resource name for the brand in the format accounts/{account_id}/brands/{brandId}. The brandId corresponds to the partner's brand identifier used for landing page matching and the property-level brand identifier.
A default brand is applied to properties that do not have a brand. The brandId of the default brand is NO_BRAND_ID. It can be fetched and updated like any configured brand.
Required. The field to update. Only the displayNames and icon fields can be updated. Use the syntax shown in the example URI below and provide the new value in the request body.
The information above is sufficient for forming the URI and request body. The sentence below is auto-generated, supplemental information about the FieldMask format in general.
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".
allowMissing
boolean
When true, and the Brand is not found, a new Brand will be created. In this situation, updateMask is ignored.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-14 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-14 UTC."],[[["Updates an existing brand or creates a new one if it doesn't exist using a PATCH request."],["Requires specifying the brand name in the URL path and the fields to update using `updateMask` in the query parameters."],["The request body should contain the updated brand information in JSON format as defined by the `Brand` object."],["Successful responses will return the updated `Brand` object, and the request needs `https://www.googleapis.com/auth/travelpartner` OAuth scope for authorization."]]],[]]