Show / Hide Table of Contents

Class GooglePrivacyDlpV2InspectContentRequest

Request to search for potentially sensitive info in a ContentItem.

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

Properties

ETag

The ETag of the item.

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

InspectConfig

Configuration for the inspector. What specified here will override the template referenced by the inspect_template_name argument.

Declaration
[JsonProperty("inspectConfig")]
public virtual GooglePrivacyDlpV2InspectConfig InspectConfig { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2InspectConfig

InspectTemplateName

Template to use. Any configuration directly specified in inspect_config will override those set in the template. Singular fields that are set in this request will replace their corresponding fields in the template. Repeated fields are appended. Singular sub-messages and groups are recursively merged.

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

Item

The item to inspect.

Declaration
[JsonProperty("item")]
public virtual GooglePrivacyDlpV2ContentItem Item { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2ContentItem

LocationId

Deprecated. This field has no effect.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX