Show / Hide Table of Contents

Class GooglePrivacyDlpV2ContentItem

Type of content to inspect.

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

Properties

BatchContentItem

Represents a batch of items to inspect.

Declaration
[JsonProperty("batchContentItem")]
public virtual GooglePrivacyDlpV2BatchContentItem BatchContentItem { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2BatchContentItem

ByteItem

Content data to inspect or redact. Replaces type and data.

Declaration
[JsonProperty("byteItem")]
public virtual GooglePrivacyDlpV2ByteContentItem ByteItem { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ByteContentItem

ContentMetadata

User provided metadata for the content.

Declaration
[JsonProperty("contentMetadata")]
public virtual GooglePrivacyDlpV2ContentMetadata ContentMetadata { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ContentMetadata

Conversation

Represents a conversation (either complete or a slice). It is assumed that all included messages are contiguous and ordered in chronological order.

Declaration
[JsonProperty("conversation")]
public virtual GooglePrivacyDlpV2Conversation Conversation { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Conversation

ETag

The ETag of the item.

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

Table

Structured content for inspection. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-text#inspecting_a_table to learn more.

Declaration
[JsonProperty("table")]
public virtual GooglePrivacyDlpV2Table Table { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Table

Value

String data to inspect or redact.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX