Enum CommonDataSource
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
GemeinsameDatenquelle
Eine Datenquelle, die von allen Google Workspace-Anwendungen gemeinsam genutzt wird.
Nur für Google Chat-Apps verfügbar. Nicht verfügbar für Google Workspace-Add-ons.
Attribute
Attribut | Typ | Beschreibung |
UNKNOWN | Enum | Standardwert. Nicht verwenden. |
USER | Enum | Google Workspace-Nutzer |
Sofern nicht anders angegeben, sind die Inhalte dieser Seite unter der Creative Commons Attribution 4.0 License und Codebeispiele unter der Apache 2.0 License lizenziert. Weitere Informationen finden Sie in den Websiterichtlinien von Google Developers. Java ist eine eingetragene Marke von Oracle und/oder seinen Partnern.
Zuletzt aktualisiert: 2025-07-26 (UTC).
[null,null,["Zuletzt aktualisiert: 2025-07-26 (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. |"]]