Class: Google::Cloud::Dlp::V2::SaveToGcsFindingsOutput

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

Instance Attribute Summary collapse

Instance Attribute Details

#findings::Array<::Google::Cloud::Dlp::V2::Finding>

Returns List of findings.

Returns:



8082
8083
8084
8085
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 8082

class SaveToGcsFindingsOutput
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end