Reference documentation and code samples for the Google Cloud Dataform V1 Client class CreateRepositoryRequest.
CreateRepository
request message.
Generated from protobuf message google.cloud.dataform.v1.CreateRepositoryRequest
Namespace
Google \ Cloud \ Dataform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The location in which to create the repository. Must be in the format projects/*/locations/*
.
↳ repository
↳ repository_id
string
Required. The ID to use for the repository, which will become the final component of the repository's resource name.
getParent
Required. The location in which to create the repository. Must be in the
format projects/*/locations/*
.
string
setParent
Required. The location in which to create the repository. Must be in the
format projects/*/locations/*
.
var
string
$this
getRepository
Required. The repository to create.
hasRepository
clearRepository
setRepository
Required. The repository to create.
$this
getRepositoryId
Required. The ID to use for the repository, which will become the final component of the repository's resource name.
string
setRepositoryId
Required. The ID to use for the repository, which will become the final component of the repository's resource name.
var
string
$this
static::build
parent
string
Required. The location in which to create the repository. Must be in the
format projects/*/locations/*
. Please see DataformClient::locationName()
for help formatting this field.
repository
repositoryId
string
Required. The ID to use for the repository, which will become the final component of the repository's resource name.