Class: Google::Privacy::Dlp::V2::TransformationSummary
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2::TransformationSummary
- Defined in:
- lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb
Overview
Summary of a single tranformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.
Defined Under Namespace
Modules: TransformationResultCode Classes: SummaryResult
Instance Attribute Summary collapse
-
#field ⇒ Google::Privacy::Dlp::V2::FieldId
Set if the transformation was limited to a specific FieldId.
-
#field_transformations ⇒ Array<Google::Privacy::Dlp::V2::FieldTransformation>
The field transformation that was applied.
-
#info_type ⇒ Google::Privacy::Dlp::V2::InfoType
Set if the transformation was limited to a specific info_type.
-
#record_suppress ⇒ Google::Privacy::Dlp::V2::RecordSuppression
The specific suppression option these stats apply to.
- #results ⇒ Array<Google::Privacy::Dlp::V2::TransformationSummary::SummaryResult>
-
#transformation ⇒ Google::Privacy::Dlp::V2::PrimitiveTransformation
The specific transformation these stats apply to.
-
#transformed_bytes ⇒ Integer
Total size in bytes that were transformed in some way.
Instance Attribute Details
#field ⇒ Google::Privacy::Dlp::V2::FieldId
Returns Set if the transformation was limited to a specific FieldId.
1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1442 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::V2::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::V2::FieldTransformation>
Returns The field transformation that was applied. If multiple field transformations are requested for a single field, this list will contain all of them; otherwise, only one is supplied.
1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1442 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::V2::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::V2::InfoType
Returns Set if the transformation was limited to a specific info_type.
1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1442 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::V2::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::V2::RecordSuppression
Returns The specific suppression option these stats apply to.
1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1442 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::V2::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::V2::TransformationSummary::SummaryResult>
1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1442 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::V2::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::V2::PrimitiveTransformation
Returns The specific transformation these stats apply to.
1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1442 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::V2::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 |
#transformed_bytes ⇒ Integer
Returns Total size in bytes that were transformed in some way.
1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 |
# File 'lib/google/cloud/dlp/v2/doc/google/privacy/dlp/v2/dlp.rb', line 1442 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::V2::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 |