Enum CommonDataSource
Stay organized with collections
Save and categorize content based on your preferences.
CommonDataSource
A data source shared by all Google Workspace applications.
Only available for Google Chat apps. Not available for Google Workspace add-ons.
Properties
Property | Type | Description |
UNKNOWN | Enum | Default value. Don't use. |
USER | Enum | Google Workspace users. |
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 2025-01-30 UTC.
[null,null,["Last updated 2025-01-30 UTC."],[[["\u003cp\u003e\u003ccode\u003eCommonDataSource\u003c/code\u003e is a data source that can be accessed by all Google Workspace applications, exclusively for Google Chat apps.\u003c/p\u003e\n"],["\u003cp\u003eIt offers two properties: \u003ccode\u003eUNKNOWN\u003c/code\u003e, a default value that shouldn't be used, and \u003ccode\u003eUSER\u003c/code\u003e, representing Google Workspace users.\u003c/p\u003e\n"]]],["The `CommonDataSource` is a data source utilized by Google Workspace applications, specifically Google Chat apps, but not Workspace add-ons. It has two properties: `UNKNOWN`, which is a default value and should not be used, and `USER`, which represents Google Workspace users. This data source is a shared resource among various Google services.\n"],null,["# Enum CommonDataSource\n\nCommonDataSource\n\nA data source shared by all Google Workspace applications.\n\nOnly available for Google Chat apps. Not available for Google Workspace add-ons. \n\n### Properties\n\n| Property | Type | Description |\n|-----------|--------|---------------------------|\n| `UNKNOWN` | `Enum` | Default value. Don't use. |\n| `USER` | `Enum` | Google Workspace users. |"]]