Reference documentation and code samples for the Google Cloud Artifact Registry V1 Client class CreateRepositoryRequest.
The request to create a new repository.
Generated from protobuf message google.devtools.artifactregistry.v1.CreateRepositoryRequest
Namespace
Google \ Cloud \ ArtifactRegistry \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. The name of the parent resource where the repository will be created. |
↳ repository_id |
string
Required. The repository id to use for this repository. |
↳ repository |
Repository
Required. The repository to be created. |
getParent
Required. The name of the parent resource where the repository will be created.
| Returns | |
|---|---|
| Type | Description |
string |
|
setParent
Required. The name of the parent resource where the repository will be created.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRepositoryId
Required. The repository id to use for this repository.
| Returns | |
|---|---|
| Type | Description |
string |
|
setRepositoryId
Required. The repository id to use for this repository.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRepository
Required. The repository to be created.
| Returns | |
|---|---|
| Type | Description |
Repository|null |
|
hasRepository
clearRepository
setRepository
Required. The repository to be created.
| Parameter | |
|---|---|
| Name | Description |
var |
Repository
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameters | |
|---|---|
| Name | Description |
parent |
string
Required. The name of the parent resource where the repository will be created. Please see ArtifactRegistryClient::locationName() for help formatting this field. |
repository |
Repository
Required. The repository to be created. |
repositoryId |
string
Required. The repository id to use for this repository. |
| Returns | |
|---|---|
| Type | Description |
CreateRepositoryRequest |
|