public sealed class ReidentifyContentRequest : IMessage<ReidentifyContentRequest>, IEquatable<ReidentifyContentRequest>, IDeepCloneable<ReidentifyContentRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ReidentifyContentRequest.
Request to re-identify an item.
Implements
IMessage<ReidentifyContentRequest>, IEquatable<ReidentifyContentRequest>, IDeepCloneable<ReidentifyContentRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ReidentifyContentRequest()
public ReidentifyContentRequest()
ReidentifyContentRequest(ReidentifyContentRequest)
public ReidentifyContentRequest(ReidentifyContentRequest other)
Name | Description |
other | ReidentifyContentRequest |
Properties
InspectConfig
public InspectConfig InspectConfig { get; set; }
Configuration for the inspector.
Type | Description |
InspectConfig |
InspectTemplateName
public string InspectTemplateName { get; set; }
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.
Type | Description |
String |
Item
public ContentItem Item { get; set; }
The item to re-identify. Will be treated as text.
Type | Description |
ContentItem |
LocationId
public string LocationId { get; set; }
Deprecated. This field has no effect.
Type | Description |
String |
Parent
public string Parent {