public static interface HealthCheckOuterClass.HealthCheck.HttpHealthCheckOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHost()
The value of the host header in the HTTP health check request.
|
com.google.protobuf.ByteString |
getHostBytes()
The value of the host header in the HTTP health check request.
|
String |
getPath()
Specifies the HTTP path that will be requested during health checking.
|
com.google.protobuf.ByteString |
getPathBytes()
Specifies the HTTP path that will be requested during health checking.
|
HealthCheckOuterClass.HealthCheck.Payload |
getReceive()
[#not-implemented-hide:] HTTP specific response.
|
HealthCheckOuterClass.HealthCheck.PayloadOrBuilder |
getReceiveOrBuilder()
[#not-implemented-hide:] HTTP specific response.
|
Base.HeaderValueOption |
getRequestHeadersToAdd(int index)
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
int |
getRequestHeadersToAddCount()
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
List<Base.HeaderValueOption> |
getRequestHeadersToAddList()
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
Base.HeaderValueOptionOrBuilder |
getRequestHeadersToAddOrBuilder(int index)
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
List<? extends Base.HeaderValueOptionOrBuilder> |
getRequestHeadersToAddOrBuilderList()
Specifies a list of HTTP headers that should be added to each request that is sent to the
health checked cluster.
|
HealthCheckOuterClass.HealthCheck.Payload |
getSend()
[#not-implemented-hide:] HTTP specific payload.
|
HealthCheckOuterClass.HealthCheck.PayloadOrBuilder |
getSendOrBuilder()
[#not-implemented-hide:] HTTP specific payload.
|
String |
getServiceName()
An optional service name parameter which is used to validate the identity of
the health checked cluster.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
An optional service name parameter which is used to validate the identity of
the health checked cluster.
|
boolean |
hasReceive()
[#not-implemented-hide:] HTTP specific response.
|
boolean |
hasSend()
[#not-implemented-hide:] HTTP specific payload.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getHost()
The value of the host header in the HTTP health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
string host = 1;com.google.protobuf.ByteString getHostBytes()
The value of the host header in the HTTP health check request. If left empty (default value), the IP on behalf of which this health check is performed will be used.
string host = 1;String getPath()
Specifies the HTTP path that will be requested during health checking. For example */healthcheck*.
string path = 2 [(.validate.rules) = { ... }com.google.protobuf.ByteString getPathBytes()
Specifies the HTTP path that will be requested during health checking. For example */healthcheck*.
string path = 2 [(.validate.rules) = { ... }boolean hasSend()
[#not-implemented-hide:] HTTP specific payload.
.envoy.api.v2.core.HealthCheck.Payload send = 3;HealthCheckOuterClass.HealthCheck.Payload getSend()
[#not-implemented-hide:] HTTP specific payload.
.envoy.api.v2.core.HealthCheck.Payload send = 3;HealthCheckOuterClass.HealthCheck.PayloadOrBuilder getSendOrBuilder()
[#not-implemented-hide:] HTTP specific payload.
.envoy.api.v2.core.HealthCheck.Payload send = 3;boolean hasReceive()
[#not-implemented-hide:] HTTP specific response.
.envoy.api.v2.core.HealthCheck.Payload receive = 4;HealthCheckOuterClass.HealthCheck.Payload getReceive()
[#not-implemented-hide:] HTTP specific response.
.envoy.api.v2.core.HealthCheck.Payload receive = 4;HealthCheckOuterClass.HealthCheck.PayloadOrBuilder getReceiveOrBuilder()
[#not-implemented-hide:] HTTP specific response.
.envoy.api.v2.core.HealthCheck.Payload receive = 4;String getServiceName()
An optional service name parameter which is used to validate the identity of the health checked cluster. See the :ref:`architecture overview <arch_overview_health_checking_identity>` for more information.
string service_name = 5;com.google.protobuf.ByteString getServiceNameBytes()
An optional service name parameter which is used to validate the identity of the health checked cluster. See the :ref:`architecture overview <arch_overview_health_checking_identity>` for more information.
string service_name = 5;List<Base.HeaderValueOption> getRequestHeadersToAddList()
Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.
repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 6;Base.HeaderValueOption getRequestHeadersToAdd(int index)
Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.
repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 6;int getRequestHeadersToAddCount()
Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.
repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 6;List<? extends Base.HeaderValueOptionOrBuilder> getRequestHeadersToAddOrBuilderList()
Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.
repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 6;Base.HeaderValueOptionOrBuilder getRequestHeadersToAddOrBuilder(int index)
Specifies a list of HTTP headers that should be added to each request that is sent to the health checked cluster.
repeated .envoy.api.v2.core.HeaderValueOption request_headers_to_add = 6;Copyright © 2018 The Envoy Project. All rights reserved.