Google Cloud Data Catalog V1 Client - Class ImportTaxonomiesRequest (1.7.1)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
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 | |
|---|---|
| Type | Description |
string |
|
setParent
Required. Resource name of project that the imported taxonomies will belong to.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getInlineSource
Inline source taxonomy to import.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\DataCatalog\V1\InlineSource|null |
|
hasInlineSource
setInlineSource
Inline source taxonomy to import.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\DataCatalog\V1\InlineSource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCrossRegionalSource
Cross-regional source taxonomy to import.
| Returns | |
|---|---|
| Type | Description |
Google\Cloud\DataCatalog\V1\CrossRegionalSource|null |
|
hasCrossRegionalSource
setCrossRegionalSource
Cross-regional source taxonomy to import.
| Parameter | |
|---|---|
| Name | Description |
var |
Google\Cloud\DataCatalog\V1\CrossRegionalSource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
| Returns | |
|---|---|
| Type | Description |
string |
|