Google Cloud Data Loss Prevention v2 API - Class SaveToGcsFindingsOutput (4.19.0)

public sealed class SaveToGcsFindingsOutput : IMessage<SaveToGcsFindingsOutput>, IEquatable<SaveToGcsFindingsOutput>, IDeepCloneable<SaveToGcsFindingsOutput>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class 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.

Inheritance

object > SaveToGcsFindingsOutput

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

SaveToGcsFindingsOutput()

public SaveToGcsFindingsOutput()

SaveToGcsFindingsOutput(SaveToGcsFindingsOutput)

public SaveToGcsFindingsOutput(SaveToGcsFindingsOutput other)
Parameter
Name Description
other SaveToGcsFindingsOutput

Properties

Findings

public RepeatedField<Finding> Findings { get; }

List of findings.

Property Value
Type Description
RepeatedFieldFinding