Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class DeleteProcessRequest.
Request message for DeleteProcess.
Generated from protobuf message google.cloud.datacatalog.lineage.v1.DeleteProcessRequest
Namespace
Google \ Cloud \ DataCatalog \ Lineage \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Required. The name of the process to delete. |
↳ allow_missing |
bool
If set to true and the process is not found, the request succeeds but the server doesn't perform any actions. |
getName
Required. The name of the process to delete.
Returns | |
---|---|
Type | Description |
string |
setName
Required. The name of the process to delete.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getAllowMissing
If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.
Returns | |
---|---|
Type | Description |
bool |
setAllowMissing
If set to true and the process is not found, the request succeeds but the server doesn't perform any actions.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameter | |
---|---|
Name | Description |
name |
string
Required. The name of the process to delete. Please see Google\Cloud\DataCatalog\Lineage\V1\LineageClient::processName() for help formatting this field. |
Returns | |
---|---|
Type | Description |
Google\Cloud\DataCatalog\Lineage\V1\DeleteProcessRequest |