InvalidTemplateParameters(mapping=None, *, ignore_unknown_fields=False, **kwargs)Used in the error_details field of a google.rpc.Status message, this indicates problems with the template parameter.
Attribute |
|
|---|---|
| Name | Description |
parameter_violations |
Sequence[google.cloud.dataflow_v1beta3.types.InvalidTemplateParameters.ParameterViolation]
Describes all parameter violations in a template request. |
Classes
ParameterViolation
ParameterViolation(mapping=None, *, ignore_unknown_fields=False, **kwargs)A specific template-parameter violation. .. attribute:: parameter
The parameter that failed to validate.
:type: str