Class: Google::Cloud::Dlp::V2::TransformationResultStatus

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

Overview

The outcome of a transformation.

Instance Attribute Summary collapse

Instance Attribute Details

#details::Google::Rpc::Status

Returns Detailed error codes and messages.

Returns:



3107
3108
3109
3110
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3107

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

#result_status_type::Google::Cloud::Dlp::V2::TransformationResultStatusType

Returns Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.

Returns:



3107
3108
3109
3110
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3107

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