Class: Google::Cloud::Dataflow::V1beta3::InvalidTemplateParameters::ParameterViolation
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::InvalidTemplateParameters::ParameterViolation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/templates.rb
Overview
A specific template-parameter violation.
Instance Attribute Summary collapse
-
#description ⇒ ::String
A description of why the parameter failed to validate.
-
#parameter ⇒ ::String
The parameter that failed to validate.
Instance Attribute Details
#description ⇒ ::String
Returns A description of why the parameter failed to validate.
636 637 638 639 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 636 class ParameterViolation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameter ⇒ ::String
Returns The parameter that failed to validate.
636 637 638 639 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 636 class ParameterViolation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |