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 \ V1Methods
__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 |
|