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.
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.
string
setParent
Required. Resource name of the project that the exported taxonomies belong to.
var
string
$this
getTaxonomies
Required. Resource names of the taxonomies to export.
setTaxonomies
Required. Resource names of the taxonomies to export.
var
string[]
$this
getSerializedTaxonomies
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
bool
hasSerializedTaxonomies
setSerializedTaxonomies
Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
var
bool
$this
getDestination
string