Class: Google::Cloud::DataCatalog::V1::ImportTaxonomiesRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::ImportTaxonomiesRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb
Overview
Request message for ImportTaxonomies.
Instance Attribute Summary collapse
-
#cross_regional_source ⇒ ::Google::Cloud::DataCatalog::V1::CrossRegionalSource
Cross-regional source taxonomy to import.
-
#inline_source ⇒ ::Google::Cloud::DataCatalog::V1::InlineSource
Inline source taxonomy to import.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#cross_regional_source ⇒ ::Google::Cloud::DataCatalog::V1::CrossRegionalSource
Returns 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.
99 100 101 102 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 99 class ImportTaxonomiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#inline_source ⇒ ::Google::Cloud::DataCatalog::V1::InlineSource
Returns 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.
99 100 101 102 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 99 class ImportTaxonomiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of project that the imported taxonomies will belong to.
99 100 101 102 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 99 class ImportTaxonomiesRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |