Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::TransformationDetails.
Details about a single transformation. This object contains a description of the transformation, information about whether the transformation was successfully applied, and the precise location where the transformation occurred. These details are stored in a user-specified BigQuery table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#container_name
def container_name() -> ::String
- (::String) — The top level name of the container where the transformation is located (this will be the source file name or table name).
#container_name=
def container_name=(value) -> ::String
- value (::String) — The top level name of the container where the transformation is located (this will be the source file name or table name).
- (::String) — The top level name of the container where the transformation is located (this will be the source file name or table name).
#resource_name
def resource_name() -> ::String
- (::String) — The name of the job that completed the transformation.
#resource_name=
def resource_name=(value) -> ::String
- value (::String) — The name of the job that completed the transformation.
- (::String) — The name of the job that completed the transformation.
#status_details
def status_details() -> ::Google::Cloud::Dlp::V2::TransformationResultStatus
- (::Google::Cloud::Dlp::V2::TransformationResultStatus) — Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
#status_details=
def status_details=(value) -> ::Google::Cloud::Dlp::V2::TransformationResultStatus
- value (::Google::Cloud::Dlp::V2::TransformationResultStatus) — Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
- (::Google::Cloud::Dlp::V2::TransformationResultStatus) — Status of the transformation, if transformation was not successful, this will specify what caused it to fail, otherwise it will show that the transformation was successful.
#transformation
def transformation() -> ::Array<::Google::Cloud::Dlp::V2::TransformationDescription>
- (::Array<::Google::Cloud::Dlp::V2::TransformationDescription>) — Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
#transformation=
def transformation=(value) -> ::Array<::Google::Cloud::Dlp::V2::TransformationDescription>
- value (::Array<::Google::Cloud::Dlp::V2::TransformationDescription>) — Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
- (::Array<::Google::Cloud::Dlp::V2::TransformationDescription>) — Description of transformation. This would only contain more than one element if there were multiple matching transformations and which one to apply was ambiguous. Not set for states that contain no transformation, currently only state that contains no transformation is TransformationResultStateType.METADATA_UNRETRIEVABLE.
#transformation_location
def transformation_location() -> ::Google::Cloud::Dlp::V2::TransformationLocation
- (::Google::Cloud::Dlp::V2::TransformationLocation) — The precise location of the transformed content in the original container.
#transformation_location=
def transformation_location=(value) -> ::Google::Cloud::Dlp::V2::TransformationLocation
- value (::Google::Cloud::Dlp::V2::TransformationLocation) — The precise location of the transformed content in the original container.
- (::Google::Cloud::Dlp::V2::TransformationLocation) — The precise location of the transformed content in the original container.
#transformed_bytes
def transformed_bytes() -> ::Integer
- (::Integer) — The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.
#transformed_bytes=
def transformed_bytes=(value) -> ::Integer
- value (::Integer) — The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.
- (::Integer) — The number of bytes that were transformed. If transformation was unsuccessful or did not take place because there was no content to transform, this will be zero.