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

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
Name Description
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
Type Description
Google\Cloud\ArtifactRegistry\V1beta2\Repository\MavenRepositoryConfig|null

hasMavenConfig

setMavenConfig

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

Parameter
Name Description
var Google\Cloud\ArtifactRegistry\V1beta2\Repository\MavenRepositoryConfig
Returns
Type Description
$this

getName

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

Returns
Type Description
string

setName

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

Parameter
Name Description
var string
Returns
Type Description
$this

getFormat

The format of packages that are stored in the repository.

Returns
Type Description
int

setFormat

The format of packages that are stored in the repository.

Parameter
Name Description
var int
Returns
Type Description
$this

getDescription

The user-provided description of the repository.

Returns
Type Description
string

setDescription

The user-provided description of the repository.

Parameter
Name Description
var string
Returns
Type Description
$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
Type Description
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
Name Description
var array|Google\Protobuf\Internal\MapField
Returns
Type Description
$this

getCreateTime

The time when the repository was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

The time when the repository was created.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getUpdateTime

The time when the repository was last updated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

The time when the repository was last updated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getFormatConfig

Returns
Type Description
string