View Source GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects (google_api_container_analysis v0.28.0)

Files in the workspace to upload to Cloud Storage upon successful completion of all build steps.

Attributes

  • location (type: String.t, default: nil) - Cloud Storage bucket and optional object path, in the form "gs://bucket/path/to/somewhere/". (see Bucket Name Requirements). Files in the workspace matching any path pattern will be uploaded to Cloud Storage with this location as a prefix.
  • paths (type: list(String.t), default: nil) - Path globs used to match files in the build's workspace.
  • timing (type: GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan.t, default: nil) - Output only. Stores timing information for pushing all artifact objects.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1ArtifactsArtifactObjects{
    location: String.t() | nil,
    paths: [String.t()] | nil,
    timing:
      GoogleApi.ContainerAnalysis.V1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1TimeSpan.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.