public sealed class ParameterViolation : IMessage<InvalidTemplateParameters.Types.ParameterViolation>, IEquatable<InvalidTemplateParameters.Types.ParameterViolation>, IDeepCloneable<InvalidTemplateParameters.Types.ParameterViolation>, IBufferMessage, IMessage
A specific template-parameter violation.
Implements
IMessage<InvalidTemplateParameters.Types.ParameterViolation>, IEquatable<InvalidTemplateParameters.Types.ParameterViolation>, IDeepCloneable<InvalidTemplateParameters.Types.ParameterViolation>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ParameterViolation()
public ParameterViolation()
ParameterViolation(InvalidTemplateParameters.Types.ParameterViolation)
public ParameterViolation(InvalidTemplateParameters.Types.ParameterViolation other)
Parameter | |
---|---|
Name | Description |
other | InvalidTemplateParameters.Types.ParameterViolation |
Properties
Description
public string Description { get; set; }
A description of why the parameter failed to validate.
Property Value | |
---|---|
Type | Description |
String |
Parameter
public string Parameter { get; set; }
The parameter that failed to validate.
Property Value | |
---|---|
Type | Description |
String |