Class: Google::Privacy::Dlp::V2beta1::TransformationSummary
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::TransformationSummary
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Summary of a single tranformation.
Defined Under Namespace
Modules: TransformationResultCode Classes: SummaryResult
Instance Attribute Summary collapse
-
#field ⇒ Google::Privacy::Dlp::V2beta1::FieldId
Set if the transformation was limited to a specific FieldId.
-
#field_transformations ⇒ Array<Google::Privacy::Dlp::V2beta1::FieldTransformation>
The field transformation that was applied.
-
#info_type ⇒ Google::Privacy::Dlp::V2beta1::InfoType
Set if the transformation was limited to a specific info_type.
-
#record_suppress ⇒ Google::Privacy::Dlp::V2beta1::RecordSuppression
The specific suppression option these stats apply to.
- #results ⇒ Array<Google::Privacy::Dlp::V2beta1::TransformationSummary::SummaryResult>
-
#transformation ⇒ Google::Privacy::Dlp::V2beta1::PrimitiveTransformation
The specific transformation these stats apply to.
Instance Attribute Details
#field ⇒ Google::Privacy::Dlp::V2beta1::FieldId
Returns Set if the transformation was limited to a specific FieldId.
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1170 class TransformationSummary # A collection that informs the user the number of times a particular # +TransformationResultCode+ and error details occurred. # @!attribute [rw] count # @return [Integer] # @!attribute [rw] code # @return [Google::Privacy::Dlp::V2beta1::TransformationSummary::TransformationResultCode] # @!attribute [rw] details # @return [String] # A place for warnings or errors to show up if a transformation didn't # work as expected. class SummaryResult; end # Possible outcomes of transformations. module TransformationResultCode TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0 SUCCESS = 1 ERROR = 2 end end |
#field_transformations ⇒ Array<Google::Privacy::Dlp::V2beta1::FieldTransformation>
Returns The field transformation that was applied. This list will contain multiple only in the case of errors.
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1170 class TransformationSummary # A collection that informs the user the number of times a particular # +TransformationResultCode+ and error details occurred. # @!attribute [rw] count # @return [Integer] # @!attribute [rw] code # @return [Google::Privacy::Dlp::V2beta1::TransformationSummary::TransformationResultCode] # @!attribute [rw] details # @return [String] # A place for warnings or errors to show up if a transformation didn't # work as expected. class SummaryResult; end # Possible outcomes of transformations. module TransformationResultCode TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0 SUCCESS = 1 ERROR = 2 end end |
#info_type ⇒ Google::Privacy::Dlp::V2beta1::InfoType
Returns Set if the transformation was limited to a specific info_type.
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1170 class TransformationSummary # A collection that informs the user the number of times a particular # +TransformationResultCode+ and error details occurred. # @!attribute [rw] count # @return [Integer] # @!attribute [rw] code # @return [Google::Privacy::Dlp::V2beta1::TransformationSummary::TransformationResultCode] # @!attribute [rw] details # @return [String] # A place for warnings or errors to show up if a transformation didn't # work as expected. class SummaryResult; end # Possible outcomes of transformations. module TransformationResultCode TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0 SUCCESS = 1 ERROR = 2 end end |
#record_suppress ⇒ Google::Privacy::Dlp::V2beta1::RecordSuppression
Returns The specific suppression option these stats apply to.
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1170 class TransformationSummary # A collection that informs the user the number of times a particular # +TransformationResultCode+ and error details occurred. # @!attribute [rw] count # @return [Integer] # @!attribute [rw] code # @return [Google::Privacy::Dlp::V2beta1::TransformationSummary::TransformationResultCode] # @!attribute [rw] details # @return [String] # A place for warnings or errors to show up if a transformation didn't # work as expected. class SummaryResult; end # Possible outcomes of transformations. module TransformationResultCode TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0 SUCCESS = 1 ERROR = 2 end end |
#results ⇒ Array<Google::Privacy::Dlp::V2beta1::TransformationSummary::SummaryResult>
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1170 class TransformationSummary # A collection that informs the user the number of times a particular # +TransformationResultCode+ and error details occurred. # @!attribute [rw] count # @return [Integer] # @!attribute [rw] code # @return [Google::Privacy::Dlp::V2beta1::TransformationSummary::TransformationResultCode] # @!attribute [rw] details # @return [String] # A place for warnings or errors to show up if a transformation didn't # work as expected. class SummaryResult; end # Possible outcomes of transformations. module TransformationResultCode TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0 SUCCESS = 1 ERROR = 2 end end |
#transformation ⇒ Google::Privacy::Dlp::V2beta1::PrimitiveTransformation
Returns The specific transformation these stats apply to.
1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 1170 class TransformationSummary # A collection that informs the user the number of times a particular # +TransformationResultCode+ and error details occurred. # @!attribute [rw] count # @return [Integer] # @!attribute [rw] code # @return [Google::Privacy::Dlp::V2beta1::TransformationSummary::TransformationResultCode] # @!attribute [rw] details # @return [String] # A place for warnings or errors to show up if a transformation didn't # work as expected. class SummaryResult; end # Possible outcomes of transformations. module TransformationResultCode TRANSFORMATION_RESULT_CODE_UNSPECIFIED = 0 SUCCESS = 1 ERROR = 2 end end |