Class: Google::Cloud::Dataplex::V1::DiscoveryEvent::ActionDetails
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::DiscoveryEvent::ActionDetails
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/logs.rb
Overview
Details about the action.
Instance Attribute Summary collapse
-
#type ⇒ ::String
The type of action.
Instance Attribute Details
#type ⇒ ::String
Returns The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat.
119 120 121 122 |
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 119 class ActionDetails include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |