Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::TransformationResultStatus.
The outcome of a transformation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#details
def details() -> ::Google::Rpc::Status
Returns
- (::Google::Rpc::Status) — Detailed error codes and messages
#details=
def details=(value) -> ::Google::Rpc::Status
Parameter
- value (::Google::Rpc::Status) — Detailed error codes and messages
Returns
- (::Google::Rpc::Status) — Detailed error codes and messages
#result_status_type
def result_status_type() -> ::Google::Cloud::Dlp::V2::TransformationResultStatusType
Returns
- (::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.
#result_status_type=
def result_status_type=(value) -> ::Google::Cloud::Dlp::V2::TransformationResultStatusType
Parameter
- value (::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.
Returns
- (::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.