Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class NpmRepository.
Configuration for a Npm remote repository.
Generated from protobuf message google.devtools.artifactregistry.v1.RemoteRepositoryConfig.NpmRepository
Namespace
Google \ Cloud \ ArtifactRegistry \ V1 \ RemoteRepositoryConfigMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ public_repository |
int
One of the publicly available Npm repositories supported by Artifact Registry. |
↳ custom_repository |
NpmRepository\CustomRepository
Customer-specified remote repository. |
getPublicRepository
One of the publicly available Npm repositories supported by Artifact Registry.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type PublicRepository. |
hasPublicRepository
setPublicRepository
One of the publicly available Npm repositories supported by Artifact Registry.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type PublicRepository. |
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCustomRepository
Customer-specified remote repository.
| Returns | |
|---|---|
| Type | Description |
NpmRepository\CustomRepository|null |
|
hasCustomRepository
setCustomRepository
Customer-specified remote repository.
| Parameter | |
|---|---|
| Name | Description |
var |
NpmRepository\CustomRepository
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUpstream
| Returns | |
|---|---|
| Type | Description |
string |
|