Google Cloud Data Catalog V1 Client - Class ImportTaxonomiesRequest (1.10.1)

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

Request message for ImportTaxonomies.

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

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 project that the imported taxonomies will belong to.

↳ inline_source Google\Cloud\DataCatalog\V1\InlineSource

Inline source taxonomy to import.

↳ cross_regional_source Google\Cloud\DataCatalog\V1\CrossRegionalSource

Cross-regional source taxonomy to import.

getParent

Required. Resource name of project that the imported taxonomies will belong to.

Returns
TypeDescription
string

setParent

Required. Resource name of project that the imported taxonomies will belong to.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getInlineSource

Inline source taxonomy to import.

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

hasInlineSource

setInlineSource

Inline source taxonomy to import.

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

getCrossRegionalSource

Cross-regional source taxonomy to import.

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

hasCrossRegionalSource

setCrossRegionalSource

Cross-regional source taxonomy to import.

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

getSource

Returns
TypeDescription
string