Google Cloud Dataflow V1beta3 Client - Class ParameterViolation (0.5.1)

Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ParameterViolation.

A specific template-parameter violation.

Generated from protobuf message google.dataflow.v1beta3.InvalidTemplateParameters.ParameterViolation

Namespace

Google \ Cloud \ Dataflow \ V1beta3 \ InvalidTemplateParameters

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parameter string

The parameter that failed to validate.

↳ description string

A description of why the parameter failed to validate.

getParameter

The parameter that failed to validate.

Returns
TypeDescription
string

setParameter

The parameter that failed to validate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDescription

A description of why the parameter failed to validate.

Returns
TypeDescription
string

setDescription

A description of why the parameter failed to validate.

Parameter
NameDescription
var string
Returns
TypeDescription
$this