Struct google_api_proto::google::privacy::dlp::v2::TransformationDetails
source · pub struct TransformationDetails {
pub resource_name: String,
pub container_name: String,
pub transformation: Vec<TransformationDescription>,
pub status_details: Option<TransformationResultStatus>,
pub transformed_bytes: i64,
pub transformation_location: Option<TransformationLocation>,
}
Expand description
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.
Fields§
§resource_name: String
The name of the job that completed the transformation.
container_name: String
The top level name of the container where the transformation is located (this will be the source file name or table name).
transformation: Vec<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.
status_details: Option<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.
transformed_bytes: i64
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.
transformation_location: Option<TransformationLocation>
The precise location of the transformed content in the original container.
Trait Implementations§
source§impl Clone for TransformationDetails
impl Clone for TransformationDetails
source§fn clone(&self) -> TransformationDetails
fn clone(&self) -> TransformationDetails
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for TransformationDetails
impl Debug for TransformationDetails
source§impl Default for TransformationDetails
impl Default for TransformationDetails
source§impl Message for TransformationDetails
impl Message for TransformationDetails
source§fn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
source§fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
fn encode(&self, buf: &mut impl BufMut) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
fn encode_length_delimited(
&self,
buf: &mut impl BufMut,
) -> Result<(), EncodeError>where
Self: Sized,
source§fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
fn encode_length_delimited_to_vec(&self) -> Vec<u8>where
Self: Sized,
source§fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
fn decode_length_delimited(buf: impl Buf) -> Result<Self, DecodeError>where
Self: Default,
source§fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
. Read moresource§fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
fn merge_length_delimited(&mut self, buf: impl Buf) -> Result<(), DecodeError>where
Self: Sized,
self
.source§impl PartialEq for TransformationDetails
impl PartialEq for TransformationDetails
source§fn eq(&self, other: &TransformationDetails) -> bool
fn eq(&self, other: &TransformationDetails) -> bool
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for TransformationDetails
Auto Trait Implementations§
impl Freeze for TransformationDetails
impl RefUnwindSafe for TransformationDetails
impl Send for TransformationDetails
impl Sync for TransformationDetails
impl Unpin for TransformationDetails
impl UnwindSafe for TransformationDetails
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request