Dataflow v1beta3 API - Class InvalidTemplateParameters.Types.ParameterViolation (2.0.0-beta06)

public sealed class InvalidTemplateParameters.Types.ParameterViolation : IMessage<InvalidTemplateParameters.Types.ParameterViolation>, IEquatable<InvalidTemplateParameters.Types.ParameterViolation>, IDeepCloneable<InvalidTemplateParameters.Types.ParameterViolation>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class InvalidTemplateParameters.Types.ParameterViolation.

A specific template-parameter violation.

Inheritance

object > InvalidTemplateParameters.Types.ParameterViolation

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

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