Class: Google::Cloud::Dataplex::V1::DiscoveryEvent::TableDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataplex/v1/logs.rb

Overview

Details about the published table.

Instance Attribute Summary collapse

Instance Attribute Details

#table::String

Returns The fully-qualified resource name of the table resource.

Returns:

  • (::String)

    The fully-qualified resource name of the table resource.



106
107
108
109
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 106

class TableDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::Google::Cloud::Dataplex::V1::DiscoveryEvent::TableType

Returns The type of the table resource.

Returns:



106
107
108
109
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 106

class TableDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end