Reference documentation and code samples for the Google Cloud Data Catalog V1BETA1 API class Google::Cloud::DataCatalog::V1beta1::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 taxonomies to be exported will share.
#parent=
def parent=(value) -> ::String
Parameter
- value (::String) — Required. Resource name of the project that taxonomies to be exported will share.
Returns
- (::String) — Required. Resource name of the project that taxonomies to be exported will share.
#serialized_taxonomies
def serialized_taxonomies() -> ::Boolean
Returns
- (::Boolean) — Export taxonomies as serialized taxonomies.
#serialized_taxonomies=
def serialized_taxonomies=(value) -> ::Boolean
Parameter
- value (::Boolean) — Export taxonomies as serialized taxonomies.
Returns
- (::Boolean) — Export taxonomies as serialized taxonomies.
#taxonomies
def taxonomies() -> ::Array<::String>
Returns
- (::Array<::String>) — Required. Resource names of the taxonomies to be exported.
#taxonomies=
def taxonomies=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — Required. Resource names of the taxonomies to be exported.
Returns
- (::Array<::String>) — Required. Resource names of the taxonomies to be exported.