Class: Google::Cloud::ArtifactRegistry::V1::Repository::DockerRepositoryConfig
- Inherits:
-
Object
- Object
- Google::Cloud::ArtifactRegistry::V1::Repository::DockerRepositoryConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/artifactregistry/v1/repository.rb
Overview
DockerRepositoryConfig is docker related repository details. Provides additional configuration details for repositories of the docker format type.
Instance Attribute Summary collapse
-
#immutable_tags ⇒ ::Boolean
The repository which enabled this flag prevents all tags from being modified, moved or deleted.
Instance Attribute Details
#immutable_tags ⇒ ::Boolean
618 619 620 621 |
# File 'proto_docs/google/devtools/artifactregistry/v1/repository.rb', line 618 class DockerRepositoryConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |