Home

envoy.config.route.v3.RouteAction.MaxStreamDuration

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.config.route.v3.RouteAction.MaxStreamDuration
.withGrpcTimeoutHeaderMax(types.google.protobuf.Duration)
.withGrpcTimeoutHeaderOffset(types.google.protobuf.Duration)
.withMaxStreamDuration(types.google.protobuf.Duration)
._validate()

Fields

Name Type One-of group Required Constraints
grpc_timeout_header_max google.protobuf.Duration  
grpc_timeout_header_offset google.protobuf.Duration  
max_stream_duration google.protobuf.Duration