Class: Google::Cloud::Dataplex::V1::DiscoveryEvent::TableDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DiscoveryEvent::TableDetails
- 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
-
#table ⇒ ::String
The fully-qualified resource name of the table resource.
-
#type ⇒ ::Google::Cloud::Dataplex::V1::DiscoveryEvent::TableType
The type of the table resource.
Instance Attribute Details
#table ⇒ ::String
Returns 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.
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 |