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

Artifact policy configuration for the repository contents.

Attributes

  • id (type: String.t, default: nil) - The user-provided ID of the upstream policy.
  • priority (type: integer(), default: nil) - Entries with a greater priority value take precedence in the pull order.
  • repository (type: String.t, default: nil) - A reference to the repository resource, for example: projects/p1/locations/us-central1/repositories/repo1.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.UpstreamPolicy{
  id: String.t() | nil,
  priority: integer() | nil,
  repository: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.