Reference documentation and code samples for the Google Cloud Dataform V1beta1 Client class DeleteRepositoryRequest.
DeleteRepository
request message.
Generated from protobuf message google.cloud.dataform.v1beta1.DeleteRepositoryRequest
Namespace
Google \ Cloud \ Dataform \ V1beta1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. The repository's name.
↳ force
bool
If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)
getName
Required. The repository's name.
string
setName
Required. The repository's name.
var
string
$this
getForce
If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)
bool
setForce
If set to true, any child resources of this repository will also be deleted. (Otherwise, the request will only succeed if the repository has no child resources.)
var
bool
$this
static::build
name
string
Required. The repository's name. Please see Google\Cloud\Dataform\V1beta1\DataformClient::repositoryName() for help formatting this field.