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.



909
910
911
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 909

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



907
908
909
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 907

def tagged_entry
  @tagged_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



914
915
916
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 914

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