Class: Google::Cloud::Dlp::V2::LargeCustomDictionaryStats
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::LargeCustomDictionaryStats
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Summary statistics of a custom dictionary.
Instance Attribute Summary collapse
-
#approx_num_phrases ⇒ ::Integer
Approximate number of distinct phrases in the dictionary.
Instance Attribute Details
#approx_num_phrases ⇒ ::Integer
Returns Approximate number of distinct phrases in the dictionary.
5696 5697 5698 5699 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 5696 class LargeCustomDictionaryStats include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |