GoogleApi.ArtifactRegistry.V1beta1.Model.Repository (google_api_artifact_registry v0.6.1) View Source

A Repository for storing artifacts with a specific format.

Attributes

  • createTime (type: DateTime.t, default: nil) - The time when the repository was created.
  • description (type: String.t, default: nil) - The user-provided description of the repository.
  • format (type: String.t, default: nil) - The format of packages that are stored in the repository.
  • kmsKeyName (type: String.t, default: nil) - The Cloud KMS resource name of the customer managed encryption key that’s used to encrypt the contents of the Repository. Has the form: projects/my-project/locations/my-region/keyRings/my-kr/cryptoKeys/my-key. This value may not be changed after the Repository has been created.
  • labels (type: map(), default: nil) - Labels with user-defined metadata. This field may contain up to 64 entries. Label keys and values may be no longer than 63 characters. Label keys must begin with a lowercase letter and may only contain lowercase letters, numeric characters, underscores, and dashes.
  • name (type: String.t, default: nil) - The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".
  • updateTime (type: DateTime.t, default: nil) - The time when the repository was last updated.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.ArtifactRegistry.V1beta1.Model.Repository{
  createTime: DateTime.t() | nil,
  description: String.t() | nil,
  format: String.t() | nil,
  kmsKeyName: String.t() | nil,
  labels: map() | nil,
  name: String.t() | nil,
  updateTime: DateTime.t() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.