Class: Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
A collection that informs the user the number of times a particular
TransformationResultCode
and error details occurred.
Instance Attribute Summary collapse
-
#code ⇒ ::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode
Outcome of the transformation.
-
#count ⇒ ::Integer
Number of transformations counted by this result.
-
#details ⇒ ::String
A place for warnings or errors to show up if a transformation didn't work as expected.
Instance Attribute Details
#code ⇒ ::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode
Returns Outcome of the transformation.
3017 3018 3019 3020 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3017 class SummaryResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#count ⇒ ::Integer
Returns Number of transformations counted by this result.
3017 3018 3019 3020 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3017 class SummaryResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#details ⇒ ::String
Returns A place for warnings or errors to show up if a transformation didn't work as expected.
3017 3018 3019 3020 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 3017 class SummaryResult include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |