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

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

Request message for ReplaceTaxonomy.

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Required. Resource name of the taxonomy to update.

↳ serialized_taxonomy Google\Cloud\DataCatalog\V1\SerializedTaxonomy

Required. Taxonomy to update along with its child policy tags.

getName

Required. Resource name of the taxonomy to update.

Returns
TypeDescription
string

setName

Required. Resource name of the taxonomy to update.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSerializedTaxonomy

Required. Taxonomy to update along with its child policy tags.

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

hasSerializedTaxonomy

clearSerializedTaxonomy

setSerializedTaxonomy

Required. Taxonomy to update along with its child policy tags.

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