DataStream v1alpha1 API - Class ValidationMessage (2.0.0-alpha03)

public sealed class ValidationMessage : IMessage<ValidationMessage>, IEquatable<ValidationMessage>, IDeepCloneable<ValidationMessage>, IBufferMessage, IMessage

Reference documentation and code samples for the DataStream v1alpha1 API class ValidationMessage.

Represent user-facing validation result message.

Inheritance

object > ValidationMessage

Namespace

Google.Cloud.Datastream.V1Alpha1

Assembly

Google.Cloud.Datastream.V1Alpha1.dll

Constructors

ValidationMessage()

public ValidationMessage()

ValidationMessage(ValidationMessage)

public ValidationMessage(ValidationMessage other)
Parameter
NameDescription
otherValidationMessage

Properties

Code

public string Code { get; set; }

A custom code identifying this specific message.

Property Value
TypeDescription
string

Level

public ValidationMessage.Types.Level Level { get; set; }

Message severity level (warning or error).

Property Value
TypeDescription
ValidationMessageTypesLevel

Message

public string Message { get; set; }

The result of the validation.

Property Value
TypeDescription
string

Metadata

public MapField<string, string> Metadata { get; }

Additional metadata related to the result.

Property Value
TypeDescription
MapFieldstringstring