pub struct GooglePrivacyDlpV2StorageConfig {
pub big_query_options: Option<GooglePrivacyDlpV2BigQueryOptions>,
pub cloud_storage_options: Option<GooglePrivacyDlpV2CloudStorageOptions>,
pub datastore_options: Option<GooglePrivacyDlpV2DatastoreOptions>,
pub hybrid_options: Option<GooglePrivacyDlpV2HybridOptions>,
pub timespan_config: Option<GooglePrivacyDlpV2TimespanConfig>,
}Expand description
Shared message indicating Cloud storage type.
This type is not used in any activity, and only used as part of another schema.
Fields§
§big_query_options: Option<GooglePrivacyDlpV2BigQueryOptions>BigQuery options.
cloud_storage_options: Option<GooglePrivacyDlpV2CloudStorageOptions>Cloud Storage options.
datastore_options: Option<GooglePrivacyDlpV2DatastoreOptions>Google Cloud Datastore options.
hybrid_options: Option<GooglePrivacyDlpV2HybridOptions>Hybrid inspection options.
timespan_config: Option<GooglePrivacyDlpV2TimespanConfig>Configuration of the timespan of the items to include in scanning.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2StorageConfig
impl Clone for GooglePrivacyDlpV2StorageConfig
Source§fn clone(&self) -> GooglePrivacyDlpV2StorageConfig
fn clone(&self) -> GooglePrivacyDlpV2StorageConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GooglePrivacyDlpV2StorageConfig
impl Default for GooglePrivacyDlpV2StorageConfig
Source§fn default() -> GooglePrivacyDlpV2StorageConfig
fn default() -> GooglePrivacyDlpV2StorageConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2StorageConfig
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2StorageConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GooglePrivacyDlpV2StorageConfig
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2StorageConfig
impl RefUnwindSafe for GooglePrivacyDlpV2StorageConfig
impl Send for GooglePrivacyDlpV2StorageConfig
impl Sync for GooglePrivacyDlpV2StorageConfig
impl Unpin for GooglePrivacyDlpV2StorageConfig
impl UnwindSafe for GooglePrivacyDlpV2StorageConfig
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
Mutably borrows from an owned value. Read more