Artifact Registry API . media

Instance Methods

close()

Close httplib2 connections.

download(name, x__xgafv=None)

Download a file.

download_media(name, x__xgafv=None)

Download a file.

Method Details

close()
Close httplib2 connections.
download(name, x__xgafv=None)
Download a file.

Args:
  name: string, Required. The name of the file to download. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  An object of the form:

    { # The response to download a file.
}
download_media(name, x__xgafv=None)
Download a file.

Args:
  name: string, Required. The name of the file to download. (required)
  x__xgafv: string, V1 error format.
    Allowed values
      1 - v1 error format
      2 - v2 error format

Returns:
  The media object as a string.