Show / Hide Table of Contents

Class GooglePrivacyDlpV2RecordKey

Message for a unique key indicating a record that contains a finding.

Inheritance
object
GooglePrivacyDlpV2RecordKey
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 GooglePrivacyDlpV2RecordKey : IDirectResponseSchema

Properties

BigQueryKey

Datastore key

Declaration
[JsonProperty("bigQueryKey")]
public virtual GooglePrivacyDlpV2BigQueryKey BigQueryKey { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2BigQueryKey

DatastoreKey

BigQuery key

Declaration
[JsonProperty("datastoreKey")]
public virtual GooglePrivacyDlpV2DatastoreKey DatastoreKey { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2DatastoreKey

ETag

The ETag of the item.

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

IdValues

Values of identifying columns in the given row. Order of values matches the order of identifying_fields specified in the scanning request.

Declaration
[JsonProperty("idValues")]
public virtual IList<string> IdValues { get; set; }
Property Value
Type Description
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX