Show / Hide Table of Contents

Class GooglePrivacyDlpV2SaveToGcsFindingsOutput

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.

Inheritance
object
GooglePrivacyDlpV2SaveToGcsFindingsOutput
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DLP.v2.Data
Assembly: Google.Apis.DLP.v2.dll
Syntax
public class GooglePrivacyDlpV2SaveToGcsFindingsOutput : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Findings

List of findings.

Declaration
[JsonProperty("findings")]
public virtual IList<GooglePrivacyDlpV2Finding> Findings { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2Finding>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX