Class: Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeStats
- Inherits:
-
Object
- Object
- Google::Apis::DlpV2::GooglePrivacyDlpV2StoredInfoTypeStats
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/dlp_v2/classes.rb,
generated/google/apis/dlp_v2/representations.rb,
generated/google/apis/dlp_v2/representations.rb
Overview
Statistics for a StoredInfoType.
Instance Attribute Summary collapse
-
#large_custom_dictionary ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats
Summary statistics of a custom dictionary.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GooglePrivacyDlpV2StoredInfoTypeStats
constructor
A new instance of GooglePrivacyDlpV2StoredInfoTypeStats.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GooglePrivacyDlpV2StoredInfoTypeStats
Returns a new instance of GooglePrivacyDlpV2StoredInfoTypeStats.
5675 5676 5677 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5675 def initialize(**args) update!(**args) end |
Instance Attribute Details
#large_custom_dictionary ⇒ Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats
Summary statistics of a custom dictionary.
Corresponds to the JSON property largeCustomDictionary
5673 5674 5675 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5673 def large_custom_dictionary @large_custom_dictionary end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5680 5681 5682 |
# File 'generated/google/apis/dlp_v2/classes.rb', line 5680 def update!(**args) @large_custom_dictionary = args[:large_custom_dictionary] if args.key?(:large_custom_dictionary) end |