Google Cloud Data Catalog Lineage V1 Client - Class DeleteRunRequest (0.4.0)

Reference documentation and code samples for the Google Cloud Data Catalog Lineage V1 Client class DeleteRunRequest.

Request message for DeleteRun.

Generated from protobuf message google.cloud.datacatalog.lineage.v1.DeleteRunRequest

Namespace

Google \ Cloud \ DataCatalog \ Lineage \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. The name of the run to delete.

↳ allow_missing bool

If set to true and the run is not found, the request succeeds but the server doesn't perform any actions.

getName

Required. The name of the run to delete.

Returns
TypeDescription
string

setName

Required. The name of the run to delete.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAllowMissing

If set to true and the run is not found, the request succeeds but the server doesn't perform any actions.

Returns
TypeDescription
bool

setAllowMissing

If set to true and the run is not found, the request succeeds but the server doesn't perform any actions.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
name string

Required. The name of the run to delete. Please see Google\Cloud\DataCatalog\Lineage\V1\LineageClient::runName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\DataCatalog\Lineage\V1\DeleteRunRequest