Enum gapi_grpc::google::privacy::dlp::v2::action::Action [−][src]
pub enum Action { SaveFindings(SaveFindings), PubSub(PublishToPubSub), PublishSummaryToCscc(PublishSummaryToCscc), PublishFindingsToCloudDataCatalog(PublishFindingsToCloudDataCatalog), JobNotificationEmails(JobNotificationEmails), PublishToStackdriver(PublishToStackdriver), }
Variants
SaveFindings(SaveFindings)
Save resulting findings in a provided location.
PubSub(PublishToPubSub)
Publish a notification to a pubsub topic.
PublishSummaryToCscc(PublishSummaryToCscc)
Publish summary to Cloud Security Command Center (Alpha).
PublishFindingsToCloudDataCatalog(PublishFindingsToCloudDataCatalog)
Publish findings to Cloud Datahub.
JobNotificationEmails(JobNotificationEmails)
Enable email notification for project owners and editors on job’s completion/failure.
PublishToStackdriver(PublishToStackdriver)
Enable Stackdriver metric dlp.googleapis.com/finding_count.
Implementations
impl Action
[src][−]
pub fn encode<B>(&self, buf: &mut B) where
B: BufMut,
[src]
B: BufMut,
pub fn merge<B>(
field: &mut Option<Action>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
[src]
field: &mut Option<Action>,
tag: u32,
wire_type: WireType,
buf: &mut B,
ctx: DecodeContext
) -> Result<(), DecodeError> where
B: Buf,
pub fn encoded_len(&self) -> usize
[src]
Trait Implementations
impl Clone for Action
[src][+]
impl Debug for Action
[src][+]
impl PartialEq<Action> for Action
[src][+]
impl StructuralPartialEq for Action
[src]
Auto Trait Implementations
impl RefUnwindSafe for Action
impl Send for Action
impl Sync for Action
impl Unpin for Action
impl UnwindSafe for Action
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,