Method: projects.draft.read
Mit Sammlungen den Überblick behalten
Sie können Inhalte basierend auf Ihren Einstellungen speichern und kategorisieren.
Den gesamten Inhalt des Projektentwurfs lesen.
HTTP-Anfrage
POST https://actions.googleapis.com/v2/{name=projects/*/draft}:read
Die URL verwendet die Syntax der gRPC-Transcodierung.
Pfadparameter
Parameter |
name |
string
Erforderlich. Der Name der Ressource im Format projects/{project}/draft . {project} ist die mit dem Projekt verknüpfte Cloud-Projekt-ID.
|
Anfragetext
Der Anfragetext enthält Daten mit folgender Struktur:
JSON-Darstellung |
{
"clientSecretEncryptionKeyVersion": string
} |
Felder |
clientSecretEncryptionKeyVersion |
string
Optional. Die Version des kryptografischen Schlüssels, die zum Verschlüsseln des OAuth-Clientschlüssels zur Kontoverknüpfung verwendet wird. Wenn nicht angegeben, wird die Primärschlüsselversion für die Verschlüsselung verwendet. Nur relevant für Projekte mit Kontoverknüpfung mit Clientschlüssel.
|
Antworttext
Bei Erfolg enthält der Antworttext Daten mit der folgenden Struktur:
Streaming-RPC-Antwort für draft.read.
JSON-Darstellung |
{
"files": {
object (Files )
}
} |
Felder |
files |
object (Files )
Liste der Dateien, die jeweils vom Server gesendet werden.
|
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\u003eThis documentation outlines how to read the entire content of a project draft using an HTTP POST request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires specifying the project name as a path parameter and optionally providing an encryption key version for account linking client secrets.\u003c/p\u003e\n"],["\u003cp\u003eThe response provides a stream of files contained within the project draft.\u003c/p\u003e\n"],["\u003cp\u003eThe content is structured using JSON for both request and response bodies, with detailed descriptions of their respective fields.\u003c/p\u003e\n"]]],[],null,["# Method: projects.draft.read\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ReadDraftResponse.SCHEMA_REPRESENTATION)\n\nReads the entire content of the project draft.\n\n### HTTP request\n\n`POST https://actions.googleapis.com/v2/{name=projects/*/draft}:read`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the resource in the format `projects/{project}/draft`. The `{project}` is the cloud project ID associated with the project. |\n\n### Request body\n\nThe request body contains data with the following structure:\n\n| JSON representation ||\n|--------------------------------------------------------|---|\n| ``` { \"clientSecretEncryptionKeyVersion\": string } ``` |\n\n| Fields ||\n|------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `clientSecretEncryptionKeyVersion` | `string` Optional. The version of the crypto key used to encrypt the account linking OAuth client secret. If not specified, the primary key version is used for encryption. Only relevant for projects with account linking with client secret. |\n\n### Response body\n\nIf successful, the response body contains data with the following structure:\nStreaming RPC response for draft.read.\n\n| JSON representation ||\n|----------------------------------------------------------------------------------|---|\n| ``` { \"files\": { object (/assistant/actions/api/reference/rest/v2/Files) } } ``` |\n\n| Fields ||\n|---------|--------------------------------------------------------------------------------------------------------------------|\n| `files` | `object (`[Files](/assistant/actions/api/reference/rest/v2/Files)`)` List of files sent from the server at a time. |"]]