Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::TransformationSummary (v0.10.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::TransformationSummary.

Summary of a single transformation. Only one of 'transformation', 'field_transformation', or 'record_suppress' will be set.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#field

def field() -> ::Google::Cloud::Dlp::V2::FieldId
Returns

#field=

def field=(value) -> ::Google::Cloud::Dlp::V2::FieldId
Parameter
Returns

#field_transformations

def field_transformations() -> ::Array<::Google::Cloud::Dlp::V2::FieldTransformation>
Returns
  • (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — 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.

#field_transformations=

def field_transformations=(value) -> ::Array<::Google::Cloud::Dlp::V2::FieldTransformation>
Parameter
  • value (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — 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.
Returns
  • (::Array<::Google::Cloud::Dlp::V2::FieldTransformation>) — 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.

#info_type

def info_type() -> ::Google::Cloud::Dlp::V2::InfoType
Returns

#info_type=

def info_type=(value) -> ::Google::Cloud::Dlp::V2::InfoType
Parameter
Returns

#record_suppress

def record_suppress() -> ::Google::Cloud::Dlp::V2::RecordSuppression
Returns

#record_suppress=

def record_suppress=(value) -> ::Google::Cloud::Dlp::V2::RecordSuppression
Parameter
Returns

#results

def results() -> ::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>
Returns

#results=

def results=(value) -> ::Array<::Google::Cloud::Dlp::V2::TransformationSummary::SummaryResult>
Parameter
Returns

#transformation

def transformation() -> ::Google::Cloud::Dlp::V2::PrimitiveTransformation
Returns

#transformation=

def transformation=(value) -> ::Google::Cloud::Dlp::V2::PrimitiveTransformation
Parameter
Returns

#transformed_bytes

def transformed_bytes() -> ::Integer
Returns
  • (::Integer) — Total size in bytes that were transformed in some way.

#transformed_bytes=

def transformed_bytes=(value) -> ::Integer
Parameter
  • value (::Integer) — Total size in bytes that were transformed in some way.
Returns
  • (::Integer) — Total size in bytes that were transformed in some way.