Struct google_api_proto::google::privacy::dlp::v2::action::PublishFindingsToCloudDataCatalog
source · pub struct PublishFindingsToCloudDataCatalog {}
Expand description
Publish findings of a DlpJob to Data Catalog. In Data Catalog, tag
templates are applied to the resource that Cloud DLP scanned. Data
Catalog tag templates are stored in the same project and region where the
BigQuery table exists. For Cloud DLP to create and apply the tag template,
the Cloud DLP service agent must have the
roles/datacatalog.tagTemplateOwner
permission on the project. The tag
template contains fields summarizing the results of the DlpJob. Any field
values previously written by another DlpJob are deleted. [InfoType naming
patterns][google.privacy.dlp.v2.InfoType] are strictly enforced when using
this feature.
Findings are persisted in Data Catalog storage and are governed by service-specific policies for Data Catalog. For more information, see Service Specific Terms.
Only a single instance of this action can be specified. This action is allowed only if all resources being scanned are BigQuery tables. Compatible with: Inspect
Trait Implementations§
source§impl Clone for PublishFindingsToCloudDataCatalog
impl Clone for PublishFindingsToCloudDataCatalog
source§fn clone(&self) -> PublishFindingsToCloudDataCatalog
fn clone(&self) -> PublishFindingsToCloudDataCatalog
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Message for PublishFindingsToCloudDataCatalog
impl Message for PublishFindingsToCloudDataCatalog
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 PublishFindingsToCloudDataCatalog
impl PartialEq for PublishFindingsToCloudDataCatalog
source§fn eq(&self, other: &PublishFindingsToCloudDataCatalog) -> bool
fn eq(&self, other: &PublishFindingsToCloudDataCatalog) -> bool
self
and other
values to be equal, and is used
by ==
.impl Copy for PublishFindingsToCloudDataCatalog
impl StructuralPartialEq for PublishFindingsToCloudDataCatalog
Auto Trait Implementations§
impl Freeze for PublishFindingsToCloudDataCatalog
impl RefUnwindSafe for PublishFindingsToCloudDataCatalog
impl Send for PublishFindingsToCloudDataCatalog
impl Sync for PublishFindingsToCloudDataCatalog
impl Unpin for PublishFindingsToCloudDataCatalog
impl UnwindSafe for PublishFindingsToCloudDataCatalog
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