public sealed class Validation : IMessage<Validation>, IEquatable<Validation>, IDeepCloneable<Validation>, IBufferMessage, IMessage
Implements
IMessageValidation, IEquatableValidation, IDeepCloneableValidation, IBufferMessage, IMessageNamespace
Google.Cloud.Datastream.V1Alpha1Assembly
Google.Cloud.Datastream.V1Alpha1.dll
Constructors
Validation()
public Validation()
Validation(Validation)
public Validation(Validation other)
Parameter | |
---|---|
Name | Description |
other |
Validation |
Properties
Code
public string Code { get; set; }
A custom code identifying this validation.
Property Value | |
---|---|
Type | Description |
string |
Description
public string Description { get; set; }
A short description of the validation.
Property Value | |
---|---|
Type | Description |
string |
Message
public RepeatedField<ValidationMessage> Message { get; }
Messages reflecting the validation results.
Property Value | |
---|---|
Type | Description |
RepeatedFieldValidationMessage |
Status
public Validation.Types.Status Status { get; set; }
Validation execution status.
Property Value | |
---|---|
Type | Description |
ValidationTypesStatus |