public sealed class ListInfoTypesRequest : IMessage<ListInfoTypesRequest>, IEquatable<ListInfoTypesRequest>, IDeepCloneable<ListInfoTypesRequest>, IBufferMessage, IMessage
Request for the list of infoTypes.
Implements
IMessage<ListInfoTypesRequest>, IEquatable<ListInfoTypesRequest>, IDeepCloneable<ListInfoTypesRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
ListInfoTypesRequest()
public ListInfoTypesRequest()
ListInfoTypesRequest(ListInfoTypesRequest)
public ListInfoTypesRequest(ListInfoTypesRequest other)
Parameter | |
---|---|
Name | Description |
other | ListInfoTypesRequest |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
LocationId
public string LocationId { get; set; }
Deprecated. This field has no effect.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |