Class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DiscoveryEventTableDetails

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

Overview

Details about the published table.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudDataplexV1DiscoveryEventTableDetails

Returns a new instance of GoogleCloudDataplexV1DiscoveryEventTableDetails.



4528
4529
4530
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4528

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

Instance Attribute Details

#tableString

The fully-qualified resource name of the table resource. Corresponds to the JSON property table

Returns:

  • (String)


4521
4522
4523
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4521

def table
  @table
end

#typeString

The type of the table resource. Corresponds to the JSON property type

Returns:

  • (String)


4526
4527
4528
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4526

def type
  @type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



4533
4534
4535
4536
# File 'lib/google/apis/dataplex_v1/classes.rb', line 4533

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