public sealed class SelectedInfoTypes : IMessage<ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes>, IEquatable<ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes>, IDeepCloneable<ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes.
Apply transformation to the selected info_types.
Implements
IMessage<ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes>, IEquatable<ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes>, IDeepCloneable<ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes>, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
SelectedInfoTypes()
public SelectedInfoTypes()SelectedInfoTypes(ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes)
public SelectedInfoTypes(ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes other)| Parameter | |
|---|---|
| Name | Description |
other |
ImageTransformations.Types.ImageTransformation.Types.SelectedInfoTypes |
Properties
InfoTypes
public RepeatedField<InfoType> InfoTypes { get; }Required. InfoTypes to apply the transformation to. Required. Provided InfoType must be unique within the ImageTransformations message.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField<InfoType> |
|