Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DumpItem

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datacatalog_v1beta1/classes.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb,
lib/google/apis/datacatalog_v1beta1/representations.rb

Overview

Wrapper for any item that can be contained in the dump.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDatacatalogV1DumpItem

Returns a new instance of GoogleCloudDatacatalogV1DumpItem.



951
952
953
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 951

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#tagged_entryGoogle::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1TaggedEntry

Wrapper containing Entry and information about Tags that should and should not be attached to it. Corresponds to the JSON property taggedEntry



949
950
951
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 949

def tagged_entry
  @tagged_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



956
957
958
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 956

def update!(**args)
  @tagged_entry = args[:tagged_entry] if args.key?(:tagged_entry)
end