public sealed class ValidationMessage : IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, IBufferMessage, IMessageReference documentation and code samples for the DataStream v1alpha1 API class ValidationMessage.
Represent user-facing validation result message.
Implements
IMessageValidationMessage, IEquatableValidationMessage, IDeepCloneableValidationMessage, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
ValidationMessage()
public ValidationMessage()ValidationMessage(ValidationMessage)
public ValidationMessage(ValidationMessage other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        ValidationMessage | 
      
Properties
Code
public string Code { get; set; }A custom code identifying this specific message.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Level
public ValidationMessage.Types.Level Level { get; set; }Message severity level (warning or error).
| Property Value | |
|---|---|
| Type | Description | 
ValidationMessageTypesLevel | 
        |
Message
public string Message { get; set; }The result of the validation.
| Property Value | |
|---|---|
| Type | Description | 
string | 
        |
Metadata
public MapField<string, string> Metadata { get; }Additional metadata related to the result.
| Property Value | |
|---|---|
| Type | Description | 
MapFieldstringstring | 
        |