class Google::Apis::DlpV2::GooglePrivacyDlpV2UpdateStoredInfoTypeRequest
Request message for UpdateStoredInfoType.
Attributes
config[RW]
Configuration for stored infoTypes. All fields and subfield are provided by the user. For more information, see cloud.google.com/dlp/docs/creating- custom-infotypes. Corresponds to the JSON property `config` @return [Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeConfig]
update_mask[RW]
Mask to control which fields get updated. Corresponds to the JSON property `updateMask` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/dlp_v2/classes.rb, line 6330 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/dlp_v2/classes.rb, line 6335 def update!(**args) @config = args[:config] if args.key?(:config) @update_mask = args[:update_mask] if args.key?(:update_mask) end