GoogleApi.CloudBuild.V1.Model.UploadedGoModule (google_api_cloud_build v0.54.0)

View Source

A Go module artifact uploaded to Artifact Registry using the GoModule directive.

Attributes

  • fileHashes (type: GoogleApi.CloudBuild.V1.Model.FileHashes.t, default: nil) - Hash types and values of the Go Module 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

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.