会話型アクションのサポートは 2023 年 6 月 13 日に終了しました。詳細については、
会話型アクションの廃止をご覧ください。
Method: projects.draft.read
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
HTTP リクエスト
POST https://actions.googleapis.com/v2/{name=projects/*/draft}:read
この URL は gRPC Transcoding 構文を使用します。
パスパラメータ
パラメータ |
name |
string
必須。リソースの名前(projects/{project}/draft 形式)。{project} は、プロジェクトに関連付けられた Cloud プロジェクト ID です。
|
リクエスト本文
リクエストの本文には、次の構造のデータが含まれます。
JSON 表現 |
{
"clientSecretEncryptionKeyVersion": string
} |
フィールド |
clientSecretEncryptionKeyVersion |
string
省略可。アカウント リンクの OAuth クライアント シークレットの暗号化に使用される暗号鍵のバージョン。指定しない場合、主キーのバージョンが暗号化に使用されます。クライアント シークレットを使用してアカウントをリンクしたプロジェクトにのみ関連します。
|
レスポンスの本文
成功した場合、レスポンスの本文には次の構造のデータが含まれます。
draft.read に対するストリーミング RPC レスポンス。
JSON 表現 |
{
"files": {
object (Files )
}
} |
フィールド |
files |
object (Files )
サーバーから一度に送信されるファイルのリスト。
|
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンスにより使用許諾されます。コードサンプルは Apache 2.0 ライセンスにより使用許諾されます。詳しくは、Google Developers サイトのポリシーをご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2024-08-22 UTC。
[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["必要な情報がない","missingTheInformationINeed","thumb-down"],["複雑すぎる / 手順が多すぎる","tooComplicatedTooManySteps","thumb-down"],["最新ではない","outOfDate","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["サンプル / コードに問題がある","samplesCodeIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 2024-08-22 UTC。"],[[["This documentation outlines how to read the entire content of a project draft using an HTTP POST request."],["The request requires specifying the project name as a path parameter and optionally providing an encryption key version for account linking client secrets."],["The response provides a stream of files contained within the project draft."],["The content is structured using JSON for both request and response bodies, with detailed descriptions of their respective fields."]]],[]]