BrandRequestRejectionReason
Enumeration of different brand request rejection reasons.
Enums |
UNSPECIFIED
|
No value has been specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
EXISTING_BRAND
|
Brand is already present in the commercial brand set. |
EXISTING_BRAND_VARIANT
|
Brand is already present in the commercial brand set, but is a variant. |
|
Brand information is not correct (eg: URL and name don't match). |
NOT_A_BRAND
|
Not a valid brand as per Google policy. |
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-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["Brand requests can be rejected for various reasons, including the brand already existing, incorrect information, or not meeting Google's brand policy."],["Rejections are categorized using specific codes like `EXISTING_BRAND`, `INCORRECT_INFORMATION`, or `NOT_A_BRAND` for easier understanding."],["If a brand is a variant of an existing brand, it will be rejected with the code `EXISTING_BRAND_VARIANT`."],["Generic rejection codes such as `UNSPECIFIED` and `UNKNOWN` are used for unspecified or unknown rejection reasons."]]],[]]