Struct gapi_grpc::google::privacy::dlp::v2::OutputStorageConfig[][src]

pub struct OutputStorageConfig {
    pub output_schema: i32,
    pub type: Option<Type>,
}

Cloud repository for storing output.

Fields

output_schema: i32

Schema used for writing the findings for Inspect jobs. This field is only used for Inspect and must be unspecified for Risk jobs. Columns are derived from the Finding object. If appending to an existing table, any columns from the predefined schema that are missing will be added. No columns in the existing table will be deleted.

If unspecified, then all available columns will be used for a new table or an (existing) table with no schema, and no changes will be made to an existing table that has a schema. Only for use with external storage.

type: Option<Type>

Output storage types.

Implementations

impl OutputStorageConfig[src]

pub fn output_schema(&self) -> OutputSchema[src]

Returns the enum value of output_schema, or the default if the field is set to an invalid enum value.

pub fn set_output_schema(&mut self, value: OutputSchema)[src]

Sets output_schema to the provided enum value.

Trait Implementations

impl Clone for OutputStorageConfig[src]

impl Debug for OutputStorageConfig[src]

impl Default for OutputStorageConfig[src]

impl Message for OutputStorageConfig[src]

impl PartialEq<OutputStorageConfig> for OutputStorageConfig[src]

impl StructuralPartialEq for OutputStorageConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for OutputStorageConfig

impl Send for OutputStorageConfig

impl Sync for OutputStorageConfig

impl Unpin for OutputStorageConfig

impl UnwindSafe for OutputStorageConfig

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

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]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]