DirectoryMergeSourceType
Stay organized with collections
Save and categorize content based on your preferences.
Data source type to merge into directory people.
Enums |
DIRECTORY_MERGE_SOURCE_TYPE_UNSPECIFIED |
Unspecified. |
DIRECTORY_MERGE_SOURCE_TYPE_CONTACT |
User owned contact. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-06 UTC.
[null,null,["Last updated 2024-08-06 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. |"]]