Class: Google::Cloud::DataCatalog::V1::CrossRegionalSource

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#taxonomy::String

Returns Required. The resource name of the source taxonomy to import.

Returns:

  • (::String)

    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