Show / Hide Table of Contents

Class GooglePrivacyDlpV2Location

Specifies the location of the finding.

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

Properties

ByteRange

Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content. Omitted if content is an image.

Declaration
[JsonProperty("byteRange")]
public virtual GooglePrivacyDlpV2Range ByteRange { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Range

CodepointRange

Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.

Declaration
[JsonProperty("codepointRange")]
public virtual GooglePrivacyDlpV2Range CodepointRange { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Range

Container

Information about the container where this finding occurred, if available.

Declaration
[JsonProperty("container")]
public virtual GooglePrivacyDlpV2Container Container { get; set; }
Property Value
Type Description
GooglePrivacyDlpV2Container

ContentLocations

List of nested objects pointing to the precise location of the finding within the file or record.

Declaration
[JsonProperty("contentLocations")]
public virtual IList<GooglePrivacyDlpV2ContentLocation> ContentLocations { get; set; }
Property Value
Type Description
IList<GooglePrivacyDlpV2ContentLocation>

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX