HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addAllExpectedStatuses(java.lang.Iterable<? extends Int64Range> values) |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addAllReceive(java.lang.Iterable<? extends HealthCheck.Payload> values) |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addAllRequestHeadersToAdd(java.lang.Iterable<? extends HeaderValueOption> values) |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addAllRequestHeadersToRemove(java.lang.Iterable<java.lang.String> values) |
Specifies a list of HTTP headers that should be removed from each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addAllRetriableStatuses(java.lang.Iterable<? extends Int64Range> values) |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses(int index,
Int64Range value) |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses(int index,
Int64Range.Builder builderForValue) |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses(Int64Range value) |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addExpectedStatuses(Int64Range.Builder builderForValue) |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addReceive(int index,
HealthCheck.Payload value) |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addReceive(int index,
HealthCheck.Payload.Builder builderForValue) |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addReceive(HealthCheck.Payload value) |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addReceive(HealthCheck.Payload.Builder builderForValue) |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd(int index,
HeaderValueOption value) |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue) |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd(HeaderValueOption value) |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToAdd(HeaderValueOption.Builder builderForValue) |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToRemove(java.lang.String value) |
Specifies a list of HTTP headers that should be removed from each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRequestHeadersToRemoveBytes(com.google.protobuf.ByteString value) |
Specifies a list of HTTP headers that should be removed from each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses(int index,
Int64Range value) |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses(int index,
Int64Range.Builder builderForValue) |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses(Int64Range value) |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.addRetriableStatuses(Int64Range.Builder builderForValue) |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clear() |
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearCodecClientType() |
Use specified application protocol for health checks.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearExpectedStatuses() |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearHost() |
The value of the host header in the HTTP health check request.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearMethod() |
HTTP Method that will be used for health checking, default is "GET".
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearPath() |
Specifies the HTTP path that will be requested during health checking.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearReceive() |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearRequestHeadersToAdd() |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearRequestHeadersToRemove() |
Specifies a list of HTTP headers that should be removed from each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearResponseBufferSize() |
Specifies the size of response buffer in bytes that is used to Payload match.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearRetriableStatuses() |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearSend() |
[#not-implemented-hide:] HTTP specific payload.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.clearServiceNameMatcher() |
An optional service name parameter which is used to validate the identity of
the health checked cluster using a :ref:`StringMatcher
<envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.Builder.getHttpHealthCheckBuilder() |
HTTP health check.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.mergeFrom(com.google.protobuf.Message other) |
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.mergeFrom(HealthCheck.HttpHealthCheck other) |
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.mergeResponseBufferSize(com.google.protobuf.UInt64Value value) |
Specifies the size of response buffer in bytes that is used to Payload match.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.mergeSend(HealthCheck.Payload value) |
[#not-implemented-hide:] HTTP specific payload.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.mergeServiceNameMatcher(StringMatcher value) |
An optional service name parameter which is used to validate the identity of
the health checked cluster using a :ref:`StringMatcher
<envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.
|
static HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.newBuilder() |
|
static HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.newBuilder(HealthCheck.HttpHealthCheck prototype) |
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.newBuilderForType() |
|
protected HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.removeExpectedStatuses(int index) |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.removeReceive(int index) |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.removeRequestHeadersToAdd(int index) |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.removeRetriableStatuses(int index) |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setCodecClientType(CodecClientType value) |
Use specified application protocol for health checks.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setCodecClientTypeValue(int value) |
Use specified application protocol for health checks.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setExpectedStatuses(int index,
Int64Range value) |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setExpectedStatuses(int index,
Int64Range.Builder builderForValue) |
Specifies a list of HTTP response statuses considered healthy.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setHost(java.lang.String value) |
The value of the host header in the HTTP health check request.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setHostBytes(com.google.protobuf.ByteString value) |
The value of the host header in the HTTP health check request.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setMethod(RequestMethod value) |
HTTP Method that will be used for health checking, default is "GET".
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setMethodValue(int value) |
HTTP Method that will be used for health checking, default is "GET".
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setPath(java.lang.String value) |
Specifies the HTTP path that will be requested during health checking.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setPathBytes(com.google.protobuf.ByteString value) |
Specifies the HTTP path that will be requested during health checking.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setReceive(int index,
HealthCheck.Payload value) |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setReceive(int index,
HealthCheck.Payload.Builder builderForValue) |
Specifies a list of HTTP expected responses to match in the first ``response_buffer_size`` bytes of the response body.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setRequestHeadersToAdd(int index,
HeaderValueOption value) |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setRequestHeadersToAdd(int index,
HeaderValueOption.Builder builderForValue) |
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setRequestHeadersToRemove(int index,
java.lang.String value) |
Specifies a list of HTTP headers that should be removed from each request that is sent to the
health checked cluster.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setResponseBufferSize(com.google.protobuf.UInt64Value value) |
Specifies the size of response buffer in bytes that is used to Payload match.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setResponseBufferSize(com.google.protobuf.UInt64Value.Builder builderForValue) |
Specifies the size of response buffer in bytes that is used to Payload match.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setRetriableStatuses(int index,
Int64Range value) |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setRetriableStatuses(int index,
Int64Range.Builder builderForValue) |
Specifies a list of HTTP response statuses considered retriable.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setSend(HealthCheck.Payload value) |
[#not-implemented-hide:] HTTP specific payload.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setSend(HealthCheck.Payload.Builder builderForValue) |
[#not-implemented-hide:] HTTP specific payload.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setServiceNameMatcher(StringMatcher value) |
An optional service name parameter which is used to validate the identity of
the health checked cluster using a :ref:`StringMatcher
<envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.Builder.setServiceNameMatcher(StringMatcher.Builder builderForValue) |
An optional service name parameter which is used to validate the identity of
the health checked cluster using a :ref:`StringMatcher
<envoy_v3_api_msg_type.matcher.v3.StringMatcher>`.
|
HealthCheck.HttpHealthCheck.Builder |
HealthCheck.HttpHealthCheck.toBuilder() |
|