Package google.chat.logging.v1
ChatAppLogEntry
エラー メッセージの JSON ペイロード。Cloud Logging API が有効になっている場合、これらのエラー メッセージは Google Cloud Logging に記録されます。
フィールド |
deployment |
string
エラーの原因となったデプロイ。Apps Script で作成された Chat アプリの場合、これは Apps Script で定義されたデプロイ ID です。
|
error |
Status
エラーコードとメッセージ。
|
deployment_function |
string
エラーが発生したときに実行されていた暗号化されていない callback_method 名。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-02-27 UTC。
[null,null,["最終更新日 2025-02-27 UTC。"],[[["ChatAppLogEntry provides a JSON payload containing error messages for Chat apps."],["If enabled, these error messages are sent to Google Cloud Logging for analysis and debugging."],["The payload includes information about the deployment, error code and message, and the specific function where the error occurred."]]],["The `ChatAppLogEntry` message logs error details to Google Cloud Logging when enabled. It captures the `deployment` (e.g., deployment ID for Apps Script), the associated `error` (code and message), and the `deployment_function` (callback method name) where the error occurred. This structure allows for detailed tracking and analysis of errors within a Chat app.\n"]]