Enum member Audience.OWNER_ONLY
Signature
OWNER_ONLY = 'ownerOnly'
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-09-17 UTC.
[null,null,["Last updated 2024-09-17 UTC."],[[["`OWNER_ONLY` is a signature constant that is used to define permissions or access control related to the owner."],["The value of the `OWNER_ONLY` constant is 'ownerOnly', which is likely used for comparison or identification purposes in code."]]],["The core content defines a constant, `OWNER_ONLY`, and assigns it the string value 'ownerOnly'. This suggests a system where actions or data might be restricted based on ownership. The presence of \"Signature\" above this definition implies it is part of a larger code base, potentially outlining specific access control or authorization mechanisms.\n"]]