View Source GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings (google_api_artifact_registry v0.22.0)

The Artifact Registry settings that apply to a Project.

Attributes

  • legacyRedirectionState (type: String.t, default: nil) - The redirection state of the legacy repositories in this project.
  • name (type: String.t, default: nil) - The name of the project's settings. Always of the form: projects/{project-id}/projectSettings In update request: never set In response: always set
  • pullPercent (type: integer(), default: nil) - The percentage of pull traffic to redirect from GCR to AR when using partial redirection.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ArtifactRegistry.V1.Model.ProjectSettings{
  legacyRedirectionState: String.t() | nil,
  name: String.t() | nil,
  pullPercent: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.