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.
PolicyApprovalStatus
The possible policy approval statuses. When there are several approval statuses available the most severe one will be used. The order of severity is DISAPPROVED, AREA_OF_INTEREST_ONLY, APPROVED_LIMITED and APPROVED.
Enums |
UNSPECIFIED |
No value has been specified. |
UNKNOWN |
The received value is not known in this version. This is a response-only value. |
DISAPPROVED |
Will not serve. |
APPROVED_LIMITED |
Serves with restrictions. |
APPROVED |
Serves without restrictions. |
AREA_OF_INTEREST_ONLY |
Will not serve in targeted countries, but may serve for users who are searching for information about the targeted countries. |
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-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["Policy approval statuses determine how content is served, with `DISAPPROVED` being the most restrictive and `APPROVED` being the least restrictive."],["Statuses range from `DISAPPROVED`, `AREA_OF_INTEREST_ONLY`, `APPROVED_LIMITED` to `APPROVED`, dictating the extent of content serving."],["`AREA_OF_INTEREST_ONLY` allows serving content to users specifically seeking information about targeted countries, even if serving is restricted in those countries."],["While `DISAPPROVED` content won't serve at all, `APPROVED_LIMITED` content serves with limitations, and `APPROVED` content serves without restrictions."]]],["Policy approval statuses range in severity and determine serving capability. `DISAPPROVED` items will not serve. `AREA_OF_INTEREST_ONLY` items serve only for users seeking information about targeted countries. `APPROVED_LIMITED` items serve with restrictions, and `APPROVED` items serve without restrictions. When multiple statuses apply, the most severe, following the order `DISAPPROVED`, `AREA_OF_INTEREST_ONLY`, `APPROVED_LIMITED`, and `APPROVED`, takes precedence. `UNSPECIFIED` means no value was set, and `UNKNOWN` means the response is not recognized.\n"]]