Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class InvalidTemplateParameters.
Used in the error_details field of a google.rpc.Status message, this indicates problems with the template parameter.
Generated from protobuf message google.dataflow.v1beta3.InvalidTemplateParameters
Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parameter_violations |
array<Google\Cloud\Dataflow\V1beta3\InvalidTemplateParameters\ParameterViolation>
Describes all parameter violations in a template request. |
getParameterViolations
Describes all parameter violations in a template request.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setParameterViolations
Describes all parameter violations in a template request.
| Parameter | |
|---|---|
| Name | Description |
var |
array<Google\Cloud\Dataflow\V1beta3\InvalidTemplateParameters\ParameterViolation>
|
| Returns | |
|---|---|
| Type | Description |
$this |
|