Google Cloud Data Catalog V1 Client - Class UpdateTaxonomyRequest (1.5.1)

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

Request message for UpdateTaxonomy.

Generated from protobuf message google.cloud.datacatalog.v1.UpdateTaxonomyRequest

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ taxonomy Google\Cloud\DataCatalog\V1\Taxonomy

The taxonomy to update. You can update only its description, display name, and activated policy types.

↳ update_mask Google\Protobuf\FieldMask

Specifies fields to update. If not set, defaults to all fields you can update. For more information, see FieldMask.

getTaxonomy

The taxonomy to update. You can update only its description, display name, and activated policy types.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\Taxonomy|null

hasTaxonomy

clearTaxonomy

setTaxonomy

The taxonomy to update. You can update only its description, display name, and activated policy types.

Parameter
NameDescription
var Google\Cloud\DataCatalog\V1\Taxonomy
Returns
TypeDescription
$this

getUpdateMask

Specifies fields to update. If not set, defaults to all fields you can update.

For more information, see FieldMask.

Returns
TypeDescription
Google\Protobuf\FieldMask|null

hasUpdateMask

clearUpdateMask

setUpdateMask

Specifies fields to update. If not set, defaults to all fields you can update.

For more information, see FieldMask.

Parameter
NameDescription
var Google\Protobuf\FieldMask
Returns
TypeDescription
$this

static::build

Parameter
NameDescription
taxonomy Google\Cloud\DataCatalog\V1\Taxonomy

The taxonomy to update. You can update only its description, display name, and activated policy types.

Returns
TypeDescription
Google\Cloud\DataCatalog\V1\UpdateTaxonomyRequest