View Source GoogleApi.ContainerAnalysis.V1beta1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest (google_api_container_analysis v0.28.0)

Location of the source manifest in Cloud Storage. This feature is in Preview; see description here.

Attributes

  • bucket (type: String.t, default: nil) - Cloud Storage bucket containing the source manifest (see Bucket Name Requirements).
  • generation (type: String.t, default: nil) - Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used.
  • object (type: String.t, default: nil) - Cloud Storage object containing the source manifest. This object must be a JSON file.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContainerAnalysis.V1beta1.Model.ContaineranalysisGoogleDevtoolsCloudbuildV1StorageSourceManifest{
    bucket: String.t() | nil,
    generation: String.t() | nil,
    object: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.