Class: Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DumpItem

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/datacatalog_v1/classes.rb,
lib/google/apis/datacatalog_v1/representations.rb,
lib/google/apis/datacatalog_v1/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.



999
1000
1001
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 999

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

Instance Attribute Details

#tagged_entryGoogle::Apis::DatacatalogV1::GoogleCloudDatacatalogV1TaggedEntry

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



997
998
999
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 997

def tagged_entry
  @tagged_entry
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1004
1005
1006
# File 'lib/google/apis/datacatalog_v1/classes.rb', line 1004

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