public sealed class InfoTypeDescription : IMessage<InfoTypeDescription>, IEquatable<InfoTypeDescription>, IDeepCloneable<InfoTypeDescription>, IBufferMessage, IMessageInfoType description.
Implements
IMessage<InfoTypeDescription>, IEquatable<InfoTypeDescription>, IDeepCloneable<InfoTypeDescription>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
InfoTypeDescription()
public InfoTypeDescription()InfoTypeDescription(InfoTypeDescription)
public InfoTypeDescription(InfoTypeDescription other)| Parameter | |
|---|---|
| Name | Description |
other |
InfoTypeDescription |
Properties
Description
public string Description { get; set; }Description of the infotype. Translated when language is provided in the request.
| Property Value | |
|---|---|
| Type | Description |
String |
|
DisplayName
public string DisplayName { get; set; }Human readable form of the infoType name.
| Property Value | |
|---|---|
| Type | Description |
String |
|
Name
public string Name { get; set; }Internal name of the infoType.
| Property Value | |
|---|---|
| Type | Description |
String |
|
SupportedBy
public RepeatedField<InfoTypeSupportedBy> SupportedBy { get; }Which parts of the API supports this InfoType.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<InfoTypeSupportedBy> |
|