pub struct GooglePrivacyDlpV2FileStoreCollection {
pub include_regexes: Option<GooglePrivacyDlpV2FileStoreRegexes>,
pub include_tags: Option<GooglePrivacyDlpV2TagFilters>,
}Expand description
Match file stores (e.g. buckets) using filters.
This type is not used in any activity, and only used as part of another schema.
Fields§
§include_regexes: Option<GooglePrivacyDlpV2FileStoreRegexes>Optional. A collection of regular expressions to match a file store against.
Optional. To be included in the collection, a resource must meet all of the following requirements: - If tag filters are provided, match all provided tag filters. - If one or more patterns are specified, match at least one pattern. For a resource to match the tag filters, the resource must have all of the provided tags attached. Tags refer to Resource Manager tags bound to the resource or its ancestors. For more information, see Manage schedules.
Trait Implementations§
Source§impl Clone for GooglePrivacyDlpV2FileStoreCollection
impl Clone for GooglePrivacyDlpV2FileStoreCollection
Source§fn clone(&self) -> GooglePrivacyDlpV2FileStoreCollection
fn clone(&self) -> GooglePrivacyDlpV2FileStoreCollection
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 GooglePrivacyDlpV2FileStoreCollection
impl Default for GooglePrivacyDlpV2FileStoreCollection
Source§fn default() -> GooglePrivacyDlpV2FileStoreCollection
fn default() -> GooglePrivacyDlpV2FileStoreCollection
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GooglePrivacyDlpV2FileStoreCollection
impl<'de> Deserialize<'de> for GooglePrivacyDlpV2FileStoreCollection
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 GooglePrivacyDlpV2FileStoreCollection
Auto Trait Implementations§
impl Freeze for GooglePrivacyDlpV2FileStoreCollection
impl RefUnwindSafe for GooglePrivacyDlpV2FileStoreCollection
impl Send for GooglePrivacyDlpV2FileStoreCollection
impl Sync for GooglePrivacyDlpV2FileStoreCollection
impl Unpin for GooglePrivacyDlpV2FileStoreCollection
impl UnwindSafe for GooglePrivacyDlpV2FileStoreCollection
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