Method: integrations.downloadDependency

Full name: projects.locations.instances.integrations.downloadDependency

Download integration dependency.

HTTP request


Path parameters

Parameters
name

string

Required. The unique name of the integration. Format: projects/{project}/locations/{location}/instances/{instance}/integrations/{integration}

Request body

The request body contains data with the following structure:

JSON representation
{
  "dependency": string
}
Fields
dependency

string

Required. The dependency name to download. It can contain the version or the repository.

Response body

Response message for downloading a Python dependency to be used by a specific integration.

If successful, the response body contains data with the following structure:

JSON representation
{
  "error": string,
  "successful": boolean
}
Fields
error

string

Optional. An error message in case of an error.

successful

boolean

Required. True if the installation was successful.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.