Elemento enum Audience.OWNER_ONLY
Firma
OWNER_ONLY = 'ownerOnly'
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-09-20 UTC.
[null,null,["Ultimo aggiornamento 2024-09-20 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"]]