View Source GoogleApi.CloudBuild.V1.Model.UploadedPythonPackage (google_api_cloud_build v0.50.1)

Artifact uploaded using the PythonPackage directive.

Attributes

  • fileHashes (type: GoogleApi.CloudBuild.V1.Model.FileHashes.t, default: nil) - Hash types and values of the Python Artifact.
  • pushTiming (type: GoogleApi.CloudBuild.V1.Model.TimeSpan.t, default: nil) - Output only. Stores timing information for pushing the specified artifact.
  • uri (type: String.t, default: nil) - URI of the uploaded artifact.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudBuild.V1.Model.UploadedPythonPackage{
  fileHashes: GoogleApi.CloudBuild.V1.Model.FileHashes.t() | nil,
  pushTiming: GoogleApi.CloudBuild.V1.Model.TimeSpan.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.