列挙型オーディエンス
Audience
は、対象のオーディエンスを記述するために使用される列挙型です。
DocumentObject
。
署名
export enum Audience
メンバー
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-10-15 UTC。
[null,null,["最終更新日 2024-10-15 UTC。"],[[["`Audience` is an enumerated type that defines who can access a `DocumentObject`."],["It includes four options: `LIMITED`, `DOMAIN_PUBLIC`, `PUBLIC`, and `OWNER_ONLY`."],["Each option specifies a different level of access, ranging from restricted to open."]]],["`Audience` is an enumerated type defining the visibility scope of a `DocumentObject`. It includes four members: `LIMITED`, `DOMAIN_PUBLIC`, `PUBLIC`, and `OWNER_ONLY`. These members specify the access level to the document, ranging from restricted access (`LIMITED`, `OWNER_ONLY`) to broader sharing (`DOMAIN_PUBLIC`, `PUBLIC`). Each member has a specific description in a separate markdown file.\n"]]