View Source GoogleApi.ArtifactRegistry.V1.Model.ImportYumArtifactsGcsSource (google_api_artifact_registry v0.15.0)

Google Cloud Storage location where the artifacts currently reside.

Attributes

  • uris (type: list(String.t), default: nil) - Cloud Storage paths URI (e.g., gs://my_bucket//my_object).
  • useWildcards (type: boolean(), default: nil) - Supports URI wildcards for matching multiple objects from a single URI.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ImportYumArtifactsGcsSource{
  uris: [String.t()] | nil,
  useWildcards: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.