public sealed class FileClusterType : IMessage<FileClusterType>, IEquatable<FileClusterType>, IDeepCloneable<FileClusterType>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class FileClusterType.
Message used to identify file cluster type being profiled.
Implements
IMessageFileClusterType, IEquatableFileClusterType, IDeepCloneableFileClusterType, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
FileClusterType()
public FileClusterType()FileClusterType(FileClusterType)
public FileClusterType(FileClusterType other)| Parameter | |
|---|---|
| Name | Description |
other |
FileClusterType |
Properties
Cluster
public FileClusterType.Types.Cluster Cluster { get; set; }Cluster type.
| Property Value | |
|---|---|
| Type | Description |
FileClusterTypeTypesCluster |
|
FileClusterTypeCase
public FileClusterType.FileClusterTypeOneofCase FileClusterTypeCase { get; }| Property Value | |
|---|---|
| Type | Description |
FileClusterTypeFileClusterTypeOneofCase |
|
HasCluster
public bool HasCluster { get; }Gets whether the "cluster" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|