Method: legacyPublisher.download

Full name: projects.locations.instances.legacyPublisher.download

Legacy endpoint for getting a task data.

HTTP request


Path parameters

Parameters
instance

string

Required. The name of the legacy publisher. Format: projects/{project}/locations/{location}/instances/{instance}/legacyPublisher

Query parameters

Parameters
task_id

string (int64 format)

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 (Media)
  }
}
Fields
media

object (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.