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

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
NameDescription
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
TypeDescription
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
NameDescription
var bool
Returns
TypeDescription
$this