Google Cloud Artifact Registry V1 Client - Class DockerRepositoryConfig (0.6.5)

Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class DockerRepositoryConfig.

DockerRepositoryConfig is docker related repository details.

Provides additional configuration details for repositories of the docker format type.

Generated from protobuf message google.devtools.artifactregistry.v1.Repository.DockerRepositoryConfig

Namespace

Google \ Cloud \ ArtifactRegistry \ V1 \ Repository

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ immutable_tags bool

The repository which enabled this flag prevents all tags from being modified, moved or deleted. This does not prevent tags from being created.

getImmutableTags

The repository which enabled this flag prevents all tags from being modified, moved or deleted. This does not prevent tags from being created.

Returns
Type Description
bool

setImmutableTags

The repository which enabled this flag prevents all tags from being modified, moved or deleted. This does not prevent tags from being created.

Parameter
Name Description
var bool
Returns
Type Description
$this