Google Cloud Artifact Registry V1beta2 Client - Class Repository (0.5.1)

Reference documentation and code samples for the Google Cloud Artifact Registry V1beta2 Client class Repository.

A Repository for storing artifacts with a specific format.

Generated from protobuf message google.devtools.artifactregistry.v1beta2.Repository

Namespace

Google \ Cloud \ ArtifactRegistry \ V1beta2

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ maven_config Google\Cloud\ArtifactRegistry\V1beta2\Repository\MavenRepositoryConfig

Maven repository config contains repository level configuration for the repositories of maven type.

↳ name string

The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".

↳ format int

The format of packages that are stored in the repository.

↳ description string

The user-provided description of the repository.

↳ labels array|Google\Protobuf\Internal\MapField

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

The time when the repository was created.

↳ update_time Google\Protobuf\Timestamp

The time when the repository was last updated.

↳ kms_key_name string

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.

getMavenConfig

Maven repository config contains repository level configuration for the repositories of maven type.

Returns
TypeDescription
Google\Cloud\ArtifactRegistry\V1beta2\Repository\MavenRepositoryConfig|null

hasMavenConfig

setMavenConfig

Maven repository config contains repository level configuration for the repositories of maven type.

Parameter
NameDescription
var Google\Cloud\ArtifactRegistry\V1beta2\Repository\MavenRepositoryConfig
Returns
TypeDescription
$this

getName

The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".

Returns
TypeDescription
string

setName

The name of the repository, for example: "projects/p1/locations/us-central1/repositories/repo1".

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFormat

The format of packages that are stored in the repository.

Returns
TypeDescription
int

setFormat

The format of packages that are stored in the repository.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getDescription

The user-provided description of the repository.

Returns
TypeDescription
string

setDescription

The user-provided description of the repository.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLabels

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.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

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.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getCreateTime

The time when the repository was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The time when the repository was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

The time when the repository was last updated.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

The time when the repository was last updated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getKmsKeyName

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.

Returns
TypeDescription
string

setKmsKeyName

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.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getFormatConfig

Returns
TypeDescription
string