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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setParameter
The parameter that failed to validate.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getDescription
A description of why the parameter failed to validate.
Returns | |
---|---|
Type | Description |
string |
setDescription
A description of why the parameter failed to validate.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |