public sealed class InvalidTemplateParameters.Types.ParameterViolation : IMessage<InvalidTemplateParameters.Types.ParameterViolation>, IEquatable<InvalidTemplateParameters.Types.ParameterViolation>, IDeepCloneable<InvalidTemplateParameters.Types.ParameterViolation>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class InvalidTemplateParameters.Types.ParameterViolation.
A specific template-parameter violation.
Implements
IMessageInvalidTemplateParametersTypesParameterViolation, IEquatableInvalidTemplateParametersTypesParameterViolation, IDeepCloneableInvalidTemplateParametersTypesParameterViolation, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
ParameterViolation()
public ParameterViolation()ParameterViolation(ParameterViolation)
public ParameterViolation(InvalidTemplateParameters.Types.ParameterViolation other)| Parameter | |
|---|---|
| Name | Description |
other |
InvalidTemplateParametersTypesParameterViolation |
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 |
|