class Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1CrossRegionalSource

Cross-regional source used to import an existing taxonomy into a different region.

Attributes

taxonomy[RW]

Required. The resource name of the source taxonomy to import. Corresponds to the JSON property `taxonomy` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datacatalog_v1/classes.rb, line 421
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datacatalog_v1/classes.rb, line 426
def update!(**args)
  @taxonomy = args[:taxonomy] if args.key?(:taxonomy)
end