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 |
InlineSource
Inline source taxonomy to import. |
↳ cross_regional_source |
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 |
InlineSource|null |
|
hasInlineSource
setInlineSource
Inline source taxonomy to import.
| Parameter | |
|---|---|
| Name | Description |
var |
InlineSource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getCrossRegionalSource
Cross-regional source taxonomy to import.
| Returns | |
|---|---|
| Type | Description |
CrossRegionalSource|null |
|
hasCrossRegionalSource
setCrossRegionalSource
Cross-regional source taxonomy to import.
| Parameter | |
|---|---|
| Name | Description |
var |
CrossRegionalSource
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getSource
| Returns | |
|---|---|
| Type | Description |
string |
|