Class Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult (v0.8.1)

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

#code=

def code=(value) -> ::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode
Parameter

#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.