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.
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
getParent
Required. The name of the parent resource where the repository will be created.
string
setParent
Required. The name of the parent resource where the repository will be created.
var
string
$this
getRepositoryId
Required. The repository id to use for this repository.
string
setRepositoryId
Required. The repository id to use for this repository.
var
string
$this
getRepository
Required. The repository to be created.
hasRepository
clearRepository
setRepository
Required. The repository to be created.
$this
static::build
parent
string
Required. The name of the parent resource where the repository will be created. Please see Google\Cloud\ArtifactRegistry\V1\ArtifactRegistryClient::locationName() for help formatting this field.
repository
repositoryId
string
Required. The repository id to use for this repository.