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.
Implements
IMessageSaveToGcsFindingsOutput, IEquatableSaveToGcsFindingsOutput, IDeepCloneableSaveToGcsFindingsOutput, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
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 |