GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGoModule (google_api_container_analysis v0.34.0)

View Source

Go module to upload to Artifact Registry upon successful completion of all build steps. A module refers to all dependencies in a go.mod file.

Attributes

  • modulePath (type: String.t, default: nil) - Optional. The Go module's "module path". e.g. example.com/foo/v2
  • moduleVersion (type: String.t, default: nil) - Optional. The Go module's semantic version in the form vX.Y.Z. e.g. v0.1.1 Pre-release identifiers can also be added by appending a dash and dot separated ASCII alphanumeric characters and hyphens. e.g. v0.2.3-alpha.x.12m.5
  • repositoryLocation (type: String.t, default: nil) - Optional. Location of the Artifact Registry repository. i.e. us-east1 Defaults to the build’s location.
  • repositoryName (type: String.t, default: nil) - Optional. Artifact Registry repository name. Specified Go modules will be zipped and uploaded to Artifact Registry with this location as a prefix. e.g. my-go-repo
  • repositoryProjectId (type: String.t, default: nil) - Optional. Project ID of the Artifact Registry repository. Defaults to the build project.
  • sourcePath (type: String.t, default: nil) - Optional. Source path of the go.mod file in the build's workspace. If not specified, this will default to the current directory. e.g. ~/code/go/mypackage

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsGoModule{
    modulePath: String.t() | nil,
    moduleVersion: String.t() | nil,
    repositoryLocation: String.t() | nil,
    repositoryName: String.t() | nil,
    repositoryProjectId: String.t() | nil,
    sourcePath: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.