Google Cloud Data Loss Prevention v2 API - Class ListInfoTypesRequest (4.8.0)

public sealed class ListInfoTypesRequest : IMessage<ListInfoTypesRequest>, IEquatable<ListInfoTypesRequest>, IDeepCloneable<ListInfoTypesRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ListInfoTypesRequest.

Request for the list of infoTypes.

Inheritance

object > ListInfoTypesRequest

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

ListInfoTypesRequest()

public ListInfoTypesRequest()

ListInfoTypesRequest(ListInfoTypesRequest)

public ListInfoTypesRequest(ListInfoTypesRequest other)
Parameter
NameDescription
otherListInfoTypesRequest

Properties

Filter

public string Filter { get; set; }

filter to only return infoTypes supported by certain parts of the API. Defaults to supported_by=INSPECT.

Property Value
TypeDescription
string

LanguageCode

public string LanguageCode { get; set; }

BCP-47 language code for localized infoType friendly names. If omitted, or if localized strings are not available, en-US strings will be returned.

Property Value
TypeDescription
string

LocationId

public string LocationId { get; set; }

Deprecated. This field has no effect.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

The parent resource name.

The format of this value is as follows:

locations/<var>LOCATION_ID</var>
Property Value
TypeDescription
string