Class: Google::Apis::DlpV2::GooglePrivacyDlpV2LargeCustomDictionaryStats

Inherits:
Object
  • Object
show all
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

Summary statistics of a custom dictionary.

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ GooglePrivacyDlpV2LargeCustomDictionaryStats

Returns a new instance of GooglePrivacyDlpV2LargeCustomDictionaryStats.



3822
3823
3824
# File 'generated/google/apis/dlp_v2/classes.rb', line 3822

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#approx_num_phrasesFixnum

Approximate number of distinct phrases in the dictionary. Corresponds to the JSON property approxNumPhrases

Returns:

  • (Fixnum)


3820
3821
3822
# File 'generated/google/apis/dlp_v2/classes.rb', line 3820

def approx_num_phrases
  @approx_num_phrases
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3827
3828
3829
# File 'generated/google/apis/dlp_v2/classes.rb', line 3827

def update!(**args)
  @approx_num_phrases = args[:approx_num_phrases] if args.key?(:approx_num_phrases)
end