RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.Builder.clear() |
|
RouteAction.MaxStreamDuration.Builder |
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 |
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 |
RouteAction.MaxStreamDuration.Builder.clearMaxStreamDuration() |
Specifies the maximum duration allowed for streams on the route.
|
RouteAction.MaxStreamDuration.Builder |
RouteAction.Builder.getMaxStreamDurationBuilder() |
Specifies the maximum stream duration for this route.
|
RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.Builder.mergeFrom(com.google.protobuf.Message other) |
|
RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.Builder.mergeFrom(RouteAction.MaxStreamDuration other) |
|
RouteAction.MaxStreamDuration.Builder |
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 |
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 |
RouteAction.MaxStreamDuration.Builder.mergeMaxStreamDuration(com.google.protobuf.Duration value) |
Specifies the maximum duration allowed for streams on the route.
|
static RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.newBuilder() |
|
static RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.newBuilder(RouteAction.MaxStreamDuration prototype) |
|
RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.newBuilderForType() |
|
protected RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
RouteAction.MaxStreamDuration.Builder |
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 |
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 |
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 |
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 |
RouteAction.MaxStreamDuration.Builder.setMaxStreamDuration(com.google.protobuf.Duration value) |
Specifies the maximum duration allowed for streams on the route.
|
RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.Builder.setMaxStreamDuration(com.google.protobuf.Duration.Builder builderForValue) |
Specifies the maximum duration allowed for streams on the route.
|
RouteAction.MaxStreamDuration.Builder |
RouteAction.MaxStreamDuration.toBuilder() |
|