envoy.extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.RequestValidationOptions
Example
Disclaimer: The example is meant to show what methods are available on the object and does not necessarily constitute working
code.
local types = import 'types.libsonnet';
types.envoy.extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.RequestValidationOptions
.withRejectBindingBodyFieldCollisions(false)
.withRejectUnknownMethod(false)
.withRejectUnknownQueryParameters(false)
._validate()
Fields
Name |
Type |
One-of group |
Required |
Constraints |
reject_binding_body_field_collisions |
bool
|
|
|
|
reject_unknown_method |
bool
|
|
|
|
reject_unknown_query_parameters |
bool
|
|
|
|