HostApp
Google Workspace アドオンまたは Google Chat アプリの Google Workspace アプリケーション。
アドオンの場合は、Google Workspace アドオンを起動する Workspace アプリケーション。Chat アプリの場合、ホストアプリは常に CHAT
です。
列挙型 |
UNSPECIFIED_HOST_APP |
ホストアプリを特定できない。 |
GMAIL |
アドオンは Gmail から起動します。 |
CALENDAR |
アドオンは Google カレンダーから起動します。 |
DRIVE |
アドオンは Google ドライブから起動されます。 |
DEMO |
使用されません。 |
DOCS |
アドオンは Google ドキュメントから起動されます。 |
MEET |
アドオンは Google Meet から起動します。 |
SHEETS |
アドオンは Google スプレッドシートから起動します。 |
SLIDES |
アドオンは Google スライドから起動します。 |
DRAWINGS |
アドオンは Google 図形描画から起動します。 |
CHAT |
Google Chat アプリ。Google Workspace アドオンには使用されません。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-04 UTC。
[null,null,["最終更新日 2025-02-04 UTC。"],[[["The `HostApp` enum indicates the Google Workspace application from which a Google Workspace Add-on or Google Chat app launches."],["For add-ons, the `HostApp` specifies the originating application like Gmail, Calendar, or Drive, while for Chat apps, it's always `CHAT`."],["`UNSPECIFIED_HOST_APP` is used when Google cannot identify the host app, and `DEMO` is not utilized."]]],["The content defines the host applications for Google Workspace add-ons and Google Chat apps. For add-ons, host apps include Gmail, Calendar, Drive, Docs, Meet, Sheets, Slides, and Drawings. Each of these indicates where the add-on is launched from. For Chat apps, the host app is always `CHAT`. An `UNSPECIFIED_HOST_APP` means Google can't identify the host. `DEMO` is listed but not used for either add-ons or Chat apps.\n"]]