Google Cloud Data Catalog V1 Client - Class ExportTaxonomiesRequest (1.5.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
NameDescription
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
TypeDescription
string

setParent

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTaxonomies

Required. Resource names of the taxonomies to export.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setTaxonomies

Required. Resource names of the taxonomies to export.

Parameter
NameDescription
var string[]
Returns
TypeDescription
$this

getSerializedTaxonomies

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

Returns
TypeDescription
bool

hasSerializedTaxonomies

setSerializedTaxonomies

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

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

getDestination

Returns
TypeDescription
string