Class: Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/logs.rb
Overview
Details about the entity.
Instance Attribute Summary collapse
-
#entity ⇒ ::String
The name of the entity resource.
-
#type ⇒ ::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType
The type of the entity resource.
Instance Attribute Details
#entity ⇒ ::String
Returns The name of the entity resource. The name is the fully-qualified resource name.
88 89 90 91 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 88 class EntityDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityType
Returns The type of the entity resource.
88 89 90 91 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 88 class EntityDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |