Class: Google::Cloud::Dataplex::V1::DiscoveryEvent::ActionDetails

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

Instance Attribute Summary collapse

Instance Attribute Details

#type::String

Returns The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat.

Returns:

  • (::String)

    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