Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::InvalidTemplateParameters::ParameterViolation.
A specific template-parameter violation.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — A description of why the parameter failed to validate.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — A description of why the parameter failed to validate.
Returns
- (::String) — A description of why the parameter failed to validate.
#parameter
def parameter() -> ::String
Returns
- (::String) — The parameter that failed to validate.
#parameter=
def parameter=(value) -> ::String
Parameter
- value (::String) — The parameter that failed to validate.
Returns
- (::String) — The parameter that failed to validate.