- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Full name: projects.locations.instances.legacyPublisher.download
Legacy endpoint for getting a task data.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The name of the legacy publisher. Format: projects/{project}/locations/{location}/instances/{instance}/legacyPublisher |
Query parameters
Parameters | |
---|---|
task_id |
Required. // The task id to get the data for. |
Request body
The request body must be empty.
Response body
Response message for legacyPublisher.download.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"media": {
object ( |
Fields | |
---|---|
media |
Required. The media object to be downloaded containing the task data. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.