列挙型ドキュメント
Document
は、DocumentObject
のフィールドの記述に使用される列挙型です。
署名
export enum Document
メンバー
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-11-23 UTC。
[null,null,["最終更新日 2024-11-23 UTC。"],[[["`Document` is an enumerated type that outlines the available fields within a `DocumentObject`."],["These fields offer descriptive information about a document, such as its name, ID, type, location, and other metadata."],["Each field of the `Document` enum is linked to further documentation for a deeper understanding."]]],["`Document` is an enumerated type defining fields within a `DocumentObject`. It includes members such as `ADDRESS_LINES`, `AUDIENCE`, `DESCRIPTION`, `DURATION`, `EMBEDDABLE_URL`, `ICON_URL`, `ID`, and `IS_NEW`. Other members cover aspects like `LAST_EDITED_UTC`, `LATITUDE`, `LONGITUDE`, `MIME_TYPE`, `NAME`, `NUM_CHILDREN`, `PARENT_ID`, `PHONE_NUMBERS`, `READ_ONLY`, `SERVICE_ID`, `THUMBNAILS`, `TYPE`, `URL`, and `VERSION`, each corresponding to a specific data point or characteristic of a document.\n"]]