DirectoryMergeSourceType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED |
(指定なし) |
DIRECTORY_MERGE_SOURCE_TYPE_CONTACT |
ユーザー所有の連絡先。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-25 UTC。
[null,null,["最終更新日 2025-07-25 UTC。"],[[["\u003cp\u003e\u003ccode\u003eDIRECTORY_MERGE_SOURCE_TYPE\u003c/code\u003e is an enum used to specify the data source type to merge into directory people.\u003c/p\u003e\n"],["\u003cp\u003eIt has two possible values, \u003ccode\u003eDIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED\u003c/code\u003e, representing an unspecified source and \u003ccode\u003eDIRECTORY_MERGE_SOURCE_TYPE_CONTACT\u003c/code\u003e representing a user-owned contact as a data source.\u003c/p\u003e\n"]]],["The provided data outlines the types of sources that can be merged into a directory of people. There are two defined source types: `DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED`, representing an unspecified source, and `DIRECTORY_MERGE_SOURCE_TYPE_CONTACT`, which indicates a user-owned contact. These enums categorize the origins of data that can be integrated into the directory.\n"],null,["# DirectoryMergeSourceType\n\nData source type to merge into directory people.\n\n| Enums ||\n|-------------------------------------------|---------------------|\n| `DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED` | Unspecified. |\n| `DIRECTORY_MERGE_SOURCE_TYPE_CONTACT` | User owned contact. |"]]