Enum 잠재고객
Audience
는 다음 항목의 잠재고객을 설명하는 데 사용되는 열거 유형입니다.
DocumentObject
서명
export enum Audience
회원
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 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"]]