Class: Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DumpItem
- Inherits:
-
Object
- Object
- Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1DumpItem
- 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
-
#tagged_entry ⇒ Google::Apis::DatacatalogV1beta1::GoogleCloudDatacatalogV1TaggedEntry
Wrapper containing Entry and information about Tags that should and should not be attached to it.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudDatacatalogV1DumpItem
constructor
A new instance of GoogleCloudDatacatalogV1DumpItem.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudDatacatalogV1DumpItem
Returns a new instance of GoogleCloudDatacatalogV1DumpItem.
979 980 981 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 979 def initialize(**args) update!(**args) end |
Instance Attribute Details
#tagged_entry ⇒ Google::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
977 978 979 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 977 def tagged_entry @tagged_entry end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
984 985 986 |
# File 'lib/google/apis/datacatalog_v1beta1/classes.rb', line 984 def update!(**args) @tagged_entry = args[:tagged_entry] if args.key?(:tagged_entry) end |