会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
LinkingType
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
列挙型 |
LINKING_TYPE_UNSPECIFIED |
(指定なし) |
GOOGLE_SIGN_IN |
Google ログインのリンクの種類。このリンクタイプを使用する場合、以下で OAuth 関連フィールドを設定する必要はありません。 |
OAUTH_AND_GOOGLE_SIGN_IN |
OAuth と Google ログインのリンクの種類。 |
OAUTH |
OAuth リンクタイプ。 |
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2025-07-26 UTC。
[null,null,["最終更新日 2025-07-26 UTC。"],[[["\u003cp\u003eEncrypts the OAuth client secret used in account linking flows for initial encryption or re-encryption with the latest primary key.\u003c/p\u003e\n"],["\u003cp\u003eSends an HTTP POST request to \u003ccode\u003ehttps://actions.googleapis.com/v2:encryptSecret\u003c/code\u003e with the client secret in the request body.\u003c/p\u003e\n"],["\u003cp\u003eThe request body requires a JSON object containing the \u003ccode\u003eclientSecret\u003c/code\u003e string.\u003c/p\u003e\n"],["\u003cp\u003eThe response body contains the encrypted \u003ccode\u003eaccountLinkingSecret\u003c/code\u003e and the \u003ccode\u003ekeyVersion\u003c/code\u003e used for encryption within a JSON object.\u003c/p\u003e\n"]]],[],null,["# LinkingType\n\nThe type of Account Linking to perform.\n\n| Enums ||\n|----------------------------|--------------------------------------------------------------------------------------------------------|\n| `LINKING_TYPE_UNSPECIFIED` | Unspecified. |\n| `GOOGLE_SIGN_IN` | Google Sign In linking type. If using this linking type, no OAuth-related fields need to be set below. |\n| `OAUTH_AND_GOOGLE_SIGN_IN` | OAuth and Google Sign In linking type. |\n| `OAUTH` | OAuth linking type. |"]]