Class: Google::Cloud::Dlp::V2::SaveToGcsFindingsOutput
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::SaveToGcsFindingsOutput
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Collection of findings saved to a Cloud Storage bucket. This is used as the proto schema for textproto files created when specifying a cloud storage path to save Inspect findings.
Instance Attribute Summary collapse
-
#findings ⇒ ::Array<::Google::Cloud::Dlp::V2::Finding>
List of findings.
Instance Attribute Details
#findings ⇒ ::Array<::Google::Cloud::Dlp::V2::Finding>
Returns List of findings.
8142 8143 8144 8145 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8142 class SaveToGcsFindingsOutput include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |