Class: Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#code::Google::Cloud::Dlp::V2::TransformationSummary::TransformationResultCode

Returns Outcome of the transformation.



2966
2967
2968
2969
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2966

class SummaryResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#count::Integer

Returns Number of transformations counted by this result.

Returns:

  • (::Integer)

    Number of transformations counted by this result.



2966
2967
2968
2969
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2966

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.

Returns:

  • (::String)

    A place for warnings or errors to show up if a transformation didn't work as expected.



2966
2967
2968
2969
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 2966

class SummaryResult
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end