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

#issue::String

Returns The human readable issue associated with the action.

Returns:

  • (::String)

    The human readable issue associated with the action.



140
141
142
143
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 140

class ActionDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#type::String

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

Returns:

  • (::String)

    The type of action. Eg. IncompatibleDataSchema, InvalidDataFormat



140
141
142
143
# File 'proto_docs/google/cloud/dataplex/v1/logs.rb', line 140

class ActionDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end