Class: Google::Cloud::Dlp::V2::StringValueBatch
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::StringValueBatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Represents a batch of string values to inspect or redact.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::String>
Optional.
Instance Attribute Details
#values ⇒ ::Array<::String>
Returns Optional. Represents string data to inspect or redact.
581 582 583 584 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 581 class StringValueBatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |