Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class CustomRepository.
Customer-specified publicly available remote repository.
Generated from protobuf message google.devtools.artifactregistry.v1.RemoteRepositoryConfig.DockerRepository.CustomRepository
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ RemoteRepositoryConfig \ DockerRepositoryMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
An http/https uri reference to the custom remote repository, for ex: "https://registry-1.docker.io". |
getUri
An http/https uri reference to the custom remote repository, for ex: "https://registry-1.docker.io".
Returns | |
---|---|
Type | Description |
string |
setUri
An http/https uri reference to the custom remote repository, for ex: "https://registry-1.docker.io".
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |