Class Repository (0.4.1)

Repository(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A Repository for storing artifacts with a specific format.

Attributes

NameDescription
name str
The name of the repository, for example: "projects/p1/locations/us- central1/repositories/repo1".
format_ google.cloud.artifactregistry_v1beta2.types.Repository.Format
The format of packages that are stored in the repository.
description str
The user-provided description of the repository.
labels Sequence[google.cloud.artifactregistry_v1beta2.types.Repository.LabelsEntry]
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.
create_time google.protobuf.timestamp_pb2.Timestamp
The time when the repository was created.
update_time google.protobuf.timestamp_pb2.Timestamp
The time when the repository was last updated.
kms_key_name str
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.

Classes

Format

Format(value)

A package format.

LabelsEntry

LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
NameDescription
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.