Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ExportTaxonomiesRequest (v0.23.0)

Reference documentation and code samples for the Data Catalog V1 API class Google::Cloud::DataCatalog::V1::ExportTaxonomiesRequest.

Request message for ExportTaxonomies.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#parent

def parent() -> ::String
Returns
  • (::String) — Required. Resource name of the project that the exported taxonomies belong to.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. Resource name of the project that the exported taxonomies belong to.
Returns
  • (::String) — Required. Resource name of the project that the exported taxonomies belong to.

#serialized_taxonomies

def serialized_taxonomies() -> ::Boolean
Returns
  • (::Boolean) — Serialized export taxonomies that contain all the policy tags as nested protocol buffers.

#serialized_taxonomies=

def serialized_taxonomies=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Serialized export taxonomies that contain all the policy tags as nested protocol buffers.
Returns
  • (::Boolean) — Serialized export taxonomies that contain all the policy tags as nested protocol buffers.

#taxonomies

def taxonomies() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. Resource names of the taxonomies to export.

#taxonomies=

def taxonomies=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. Resource names of the taxonomies to export.
Returns
  • (::Array<::String>) — Required. Resource names of the taxonomies to export.