Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class CommonRemoteRepository.
Common remote repository settings type.
Generated from protobuf message google.devtools.artifactregistry.v1.RemoteRepositoryConfig.CommonRemoteRepository
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ RemoteRepositoryConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uri |
string
Required. A common public repository base for remote repository. |
getUri
Required. A common public repository base for remote repository.
Returns | |
---|---|
Type | Description |
string |
setUri
Required. A common public repository base for remote repository.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |