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
-
(::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
-
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.
-
(::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
-
(::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
-
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.
-
(::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
- (::String) — Required. Resource name of project that the imported taxonomies will belong to.
#parent=
def parent=(value) -> ::String
- value (::String) — Required. Resource name of project that the imported taxonomies will belong to.
- (::String) — Required. Resource name of project that the imported taxonomies will belong to.