View Source GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1PythonPackage (google_api_run v0.30.0)

Python package to upload to Artifact Registry upon successful completion of all build steps. A package can encapsulate multiple objects to be uploaded to a single repository.

Attributes

  • paths (type: list(String.t), default: nil) - Path globs used to match files in the build's workspace. For Python/ Twine, this is usually dist/*, and sometimes additionally an .asc file.
  • repository (type: String.t, default: nil) - Artifact Registry repository, in the form "https://$REGION-python.pkg.dev/$PROJECT/$REPOSITORY" Files in the workspace matching any path pattern will be uploaded to Artifact Registry with this location as a prefix.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V2.Model.GoogleDevtoolsCloudbuildV1PythonPackage{
  paths: [String.t()] | nil,
  repository: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.