Class: Google::Cloud::DataCatalog::V1::CrossRegionalSource
- Inherits:
-
Object
- Object
- Google::Cloud::DataCatalog::V1::CrossRegionalSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb
Overview
Cross-regional source used to import an existing taxonomy into a different region.
Instance Attribute Summary collapse
-
#taxonomy ⇒ ::String
Required.
Instance Attribute Details
#taxonomy ⇒ ::String
Returns Required. The resource name of the source taxonomy to import.
114 115 116 117 |
# File 'proto_docs/google/cloud/datacatalog/v1/policytagmanagerserialization.rb', line 114 class CrossRegionalSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |