Uses of Class
io.envoyproxy.envoy.config.route.v3.RouteAction.MaxStreamDuration.Builder
Packages that use RouteAction.MaxStreamDuration.Builder
-
Uses of RouteAction.MaxStreamDuration.Builder in io.envoyproxy.envoy.config.route.v3
Fields in io.envoyproxy.envoy.config.route.v3 with type parameters of type RouteAction.MaxStreamDuration.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RouteAction.MaxStreamDuration, RouteAction.MaxStreamDuration.Builder, RouteAction.MaxStreamDurationOrBuilder> RouteAction.Builder.maxStreamDurationBuilder_
Methods in io.envoyproxy.envoy.config.route.v3 that return RouteAction.MaxStreamDuration.BuilderModifier and TypeMethodDescriptionRouteAction.MaxStreamDuration.Builder.clear()
RouteAction.MaxStreamDuration.Builder.clearGrpcTimeoutHeaderMax()
If present, and the request contains a `grpc-timeout header <https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md>`_, use that value as the ``max_stream_duration``, but limit the applied timeout to the maximum value specified here.RouteAction.MaxStreamDuration.Builder.clearGrpcTimeoutHeaderOffset()
If present, Envoy will adjust the timeout provided by the ``grpc-timeout`` header by subtracting the provided duration from the header.RouteAction.MaxStreamDuration.Builder.clearMaxStreamDuration()
Specifies the maximum duration allowed for streams on the route.RouteAction.Builder.getMaxStreamDurationBuilder()
Specifies the maximum stream duration for this route.RouteAction.MaxStreamDuration.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RouteAction.MaxStreamDuration.Builder.mergeFrom
(com.google.protobuf.Message other) RouteAction.MaxStreamDuration.Builder.mergeFrom
(RouteAction.MaxStreamDuration other) RouteAction.MaxStreamDuration.Builder.mergeGrpcTimeoutHeaderMax
(com.google.protobuf.Duration value) If present, and the request contains a `grpc-timeout header <https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md>`_, use that value as the ``max_stream_duration``, but limit the applied timeout to the maximum value specified here.RouteAction.MaxStreamDuration.Builder.mergeGrpcTimeoutHeaderOffset
(com.google.protobuf.Duration value) If present, Envoy will adjust the timeout provided by the ``grpc-timeout`` header by subtracting the provided duration from the header.RouteAction.MaxStreamDuration.Builder.mergeMaxStreamDuration
(com.google.protobuf.Duration value) Specifies the maximum duration allowed for streams on the route.RouteAction.MaxStreamDuration.newBuilder()
RouteAction.MaxStreamDuration.newBuilder
(RouteAction.MaxStreamDuration prototype) RouteAction.MaxStreamDuration.newBuilderForType()
protected RouteAction.MaxStreamDuration.Builder
RouteAction.MaxStreamDuration.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) RouteAction.MaxStreamDuration.Builder.setGrpcTimeoutHeaderMax
(com.google.protobuf.Duration value) If present, and the request contains a `grpc-timeout header <https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md>`_, use that value as the ``max_stream_duration``, but limit the applied timeout to the maximum value specified here.RouteAction.MaxStreamDuration.Builder.setGrpcTimeoutHeaderMax
(com.google.protobuf.Duration.Builder builderForValue) If present, and the request contains a `grpc-timeout header <https://github.com/grpc/grpc/blob/master/doc/PROTOCOL-HTTP2.md>`_, use that value as the ``max_stream_duration``, but limit the applied timeout to the maximum value specified here.RouteAction.MaxStreamDuration.Builder.setGrpcTimeoutHeaderOffset
(com.google.protobuf.Duration value) If present, Envoy will adjust the timeout provided by the ``grpc-timeout`` header by subtracting the provided duration from the header.RouteAction.MaxStreamDuration.Builder.setGrpcTimeoutHeaderOffset
(com.google.protobuf.Duration.Builder builderForValue) If present, Envoy will adjust the timeout provided by the ``grpc-timeout`` header by subtracting the provided duration from the header.RouteAction.MaxStreamDuration.Builder.setMaxStreamDuration
(com.google.protobuf.Duration value) Specifies the maximum duration allowed for streams on the route.RouteAction.MaxStreamDuration.Builder.setMaxStreamDuration
(com.google.protobuf.Duration.Builder builderForValue) Specifies the maximum duration allowed for streams on the route.RouteAction.MaxStreamDuration.toBuilder()
Methods in io.envoyproxy.envoy.config.route.v3 that return types with arguments of type RouteAction.MaxStreamDuration.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<RouteAction.MaxStreamDuration, RouteAction.MaxStreamDuration.Builder, RouteAction.MaxStreamDurationOrBuilder> RouteAction.Builder.getMaxStreamDurationFieldBuilder()
Specifies the maximum stream duration for this route.Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RouteAction.MaxStreamDuration.BuilderModifier and TypeMethodDescriptionRouteAction.Builder.setMaxStreamDuration
(RouteAction.MaxStreamDuration.Builder builderForValue) Specifies the maximum stream duration for this route.