Google Cloud Dataflow V1beta3 Client - Class InvalidTemplateParameters (0.5.1)

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

Namespace

Google \ Cloud \ Dataflow \ V1beta3

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Internal\RepeatedField

setParameterViolations

Describes all parameter violations in a template request.

Parameter
NameDescription
var array<Google\Cloud\Dataflow\V1beta3\InvalidTemplateParameters\ParameterViolation>
Returns
TypeDescription
$this