pub struct GooglePrivacyDlpV2beta1StorageConfig {
pub big_query_options: Option<GooglePrivacyDlpV2beta1BigQueryOptions>,
pub cloud_storage_options: Option<GooglePrivacyDlpV2beta1CloudStorageOptions>,
pub datastore_options: Option<GooglePrivacyDlpV2beta1DatastoreOptions>,
}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<GooglePrivacyDlpV2beta1BigQueryOptions>BigQuery options specification.
cloud_storage_options: Option<GooglePrivacyDlpV2beta1CloudStorageOptions>Google Cloud Storage options specification.
datastore_options: Option<GooglePrivacyDlpV2beta1DatastoreOptions>Google Cloud Datastore options specification.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2beta1StorageConfig
impl Clone for GooglePrivacyDlpV2beta1StorageConfig
Source§fn clone(&self) -> GooglePrivacyDlpV2beta1StorageConfig
fn clone(&self) -> GooglePrivacyDlpV2beta1StorageConfig
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 GooglePrivacyDlpV2beta1StorageConfig
impl Default for GooglePrivacyDlpV2beta1StorageConfig
Source§fn default() -> GooglePrivacyDlpV2beta1StorageConfig
fn default() -> GooglePrivacyDlpV2beta1StorageConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2beta1StorageConfig
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2beta1StorageConfig
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 GooglePrivacyDlpV2beta1StorageConfig
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2beta1StorageConfig
impl RefUnwindSafe for GooglePrivacyDlpV2beta1StorageConfig
impl Send for GooglePrivacyDlpV2beta1StorageConfig
impl Sync for GooglePrivacyDlpV2beta1StorageConfig
impl Unpin for GooglePrivacyDlpV2beta1StorageConfig
impl UnwindSafe for GooglePrivacyDlpV2beta1StorageConfig
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