Google Cloud Data Catalog V1 Client - Class ExportTaxonomiesRequest (1.7.1)

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

Request message for ExportTaxonomies.

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

Namespace

Google \ Cloud \ DataCatalog \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Resource name of the project that the exported taxonomies belong to.

↳ taxonomies array

Required. Resource names of the taxonomies to export.

↳ serialized_taxonomies bool

Serialized export taxonomies that contain all the policy tags as nested protocol buffers.

getParent

Required. Resource name of the project that the exported taxonomies belong to.

Returns
Type Description
string

setParent

Required. Resource name of the project that the exported taxonomies belong to.

Parameter
Name Description
var string
Returns
Type Description
$this

getTaxonomies

Required. Resource names of the taxonomies to export.

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setTaxonomies

Required. Resource names of the taxonomies to export.

Parameter
Name Description
var string[]
Returns
Type Description
$this

getSerializedTaxonomies

Serialized export taxonomies that contain all the policy tags as nested protocol buffers.

Returns
Type Description
bool

hasSerializedTaxonomies

setSerializedTaxonomies

Serialized export taxonomies that contain all the policy tags as nested protocol buffers.

Parameter
Name Description
var bool
Returns
Type Description
$this

getDestination

Returns
Type Description
string

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.