View Source GoogleApi.ArtifactRegistry.V1beta1.Model.Repository (google_api_artifact_registry v0.23.0)
A Repository for storing artifacts with a specific format.
Attributes
-
createTime(type:DateTime.t, default:nil) - Output only. 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) - Optional. 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. For each location in a project, repository names must be unique. -
satisfiesPzi(type:boolean(), default:nil) - Output only. If set, the repository satisfies physical zone isolation. -
satisfiesPzs(type:boolean(), default:nil) - Output only. If set, the repository satisfies physical zone separation. -
sizeBytes(type:String.t, default:nil) - Output only. The size, in bytes, of all artifact storage in this repository. Repositories that are generally available or in public preview use this to calculate storage costs. -
updateTime(type:DateTime.t, default:nil) - Output only. The time when the repository was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type 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, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil, sizeBytes: String.t() | nil, updateTime: DateTime.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.