Data Catalog V1 API - Class Google::Cloud::DataCatalog::V1::ImportTaxonomiesRequest (v1.4.0)

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

Request message for ImportTaxonomies.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#cross_regional_source

def cross_regional_source() -> ::Google::Cloud::DataCatalog::V1::CrossRegionalSource
Returns
  • (::Google::Cloud::DataCatalog::V1::CrossRegionalSource) — Cross-regional source taxonomy to import.

    Note: The following fields are mutually exclusive: cross_regional_source, inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#cross_regional_source=

def cross_regional_source=(value) -> ::Google::Cloud::DataCatalog::V1::CrossRegionalSource
Parameter
  • value (::Google::Cloud::DataCatalog::V1::CrossRegionalSource) — Cross-regional source taxonomy to import.

    Note: The following fields are mutually exclusive: cross_regional_source, inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataCatalog::V1::CrossRegionalSource) — Cross-regional source taxonomy to import.

    Note: The following fields are mutually exclusive: cross_regional_source, inline_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#inline_source

def inline_source() -> ::Google::Cloud::DataCatalog::V1::InlineSource
Returns
  • (::Google::Cloud::DataCatalog::V1::InlineSource) — Inline source taxonomy to import.

    Note: The following fields are mutually exclusive: inline_source, cross_regional_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#inline_source=

def inline_source=(value) -> ::Google::Cloud::DataCatalog::V1::InlineSource
Parameter
  • value (::Google::Cloud::DataCatalog::V1::InlineSource) — Inline source taxonomy to import.

    Note: The following fields are mutually exclusive: inline_source, cross_regional_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

Returns
  • (::Google::Cloud::DataCatalog::V1::InlineSource) — Inline source taxonomy to import.

    Note: The following fields are mutually exclusive: inline_source, cross_regional_source. If a field in that set is populated, all other fields in the set will automatically be cleared.

#parent

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

#parent=

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