Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::SaveToGcsFindingsOutput.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#findings
def findings() -> ::Array<::Google::Cloud::Dlp::V2::Finding>
Returns
- (::Array<::Google::Cloud::Dlp::V2::Finding>) — List of findings.
#findings=
def findings=(value) -> ::Array<::Google::Cloud::Dlp::V2::Finding>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::Finding>) — List of findings.
Returns
- (::Array<::Google::Cloud::Dlp::V2::Finding>) — List of findings.