Class: Google::Cloud::Dataplex::V1::DiscoveryEvent::EntityDetails

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 entity.

Instance Attribute Summary collapse

Instance Attribute Details

#entity::String

Returns The name of the entity resource. The name is the fully-qualified resource name.

Returns:

  • (::String)

    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.

Returns:



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