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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The repository's name. |
↳ force |
bool
Optional. If set to true, child resources of this repository (compilation results and workflow invocations) will also be deleted. Otherwise, the request will only succeed if the repository has no child resources. Note: This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail.. |
getName
Required. The repository's name.
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Required. The repository's name.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getForce
Optional. If set to true, child resources of this repository (compilation results and workflow invocations) will also be deleted. Otherwise, the request will only succeed if the repository has no child resources.
Note: This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail..
| Returns | |
|---|---|
| Type | Description |
bool |
|
setForce
Optional. If set to true, child resources of this repository (compilation results and workflow invocations) will also be deleted. Otherwise, the request will only succeed if the repository has no child resources.
Note: This flag doesn't support deletion of workspaces, release configs or workflow configs. If any of such resources exists in the repository, the request will fail..
| Parameter | |
|---|---|
| Name | Description |
var |
bool
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
static::build
| Parameter | |
|---|---|
| Name | Description |
name |
string
Required. The repository's name. Please see DataformClient::repositoryName() for help formatting this field. |
| Returns | |
|---|---|
| Type | Description |
DeleteRepositoryRequest |
|