Class: Google::Cloud::Dlp::V2::Error

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

Details information about an error encountered during job execution or the results of an unsuccessful activation of the JobTrigger.

Instance Attribute Summary collapse

Instance Attribute Details

#details::Google::Rpc::Status

Returns Detailed error codes and messages.

Returns:



3221
3222
3223
3224
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3221

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

#timestamps::Array<::Google::Protobuf::Timestamp>

Returns The times the error occurred. List includes the oldest timestamp and the last 9 timestamps.

Returns:



3221
3222
3223
3224
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3221

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