Class: Google::Cloud::Dlp::V2::TransformationResultStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TransformationResultStatus
- 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
-
#details ⇒ ::Google::Rpc::Status
Detailed error codes and messages.
-
#result_status_type ⇒ ::Google::Cloud::Dlp::V2::TransformationResultStatusType
Transformation result status type, this will be either SUCCESS, or it will be the reason for why the transformation was not completely successful.
Instance Attribute Details
#details ⇒ ::Google::Rpc::Status
Returns Detailed error codes and messages.
3145 3146 3147 3148 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3145 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.
3145 3146 3147 3148 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3145 class TransformationResultStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |