Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult.
A collection that informs the user the number of times a particular
TransformationResultCode
and error details occurred.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#code
def code() -> ::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode
Returns
- (::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode) — Outcome of the transformation.
#code=
def code=(value) -> ::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode
Parameter
- value (::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode) — Outcome of the transformation.
Returns
- (::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode) — Outcome of the transformation.
#count
def count() -> ::Integer
Returns
- (::Integer) — Number of transformations counted by this result.
#count=
def count=(value) -> ::Integer
Parameter
- value (::Integer) — Number of transformations counted by this result.
Returns
- (::Integer) — Number of transformations counted by this result.
#details
def details() -> ::String
Returns
- (::String) — A place for warnings or errors to show up if a transformation didn't work as expected.
#details=
def details=(value) -> ::String
Parameter
- value (::String) — A place for warnings or errors to show up if a transformation didn't work as expected.
Returns
- (::String) — A place for warnings or errors to show up if a transformation didn't work as expected.