接口 WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
WorkloadGroupOuterClass.HTTPHealthCheckConfig,WorkloadGroupOuterClass.HTTPHealthCheckConfig.Builder
public static interface WorkloadGroupOuterClass.HTTPHealthCheckConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明getHost()Host name to connect to, defaults to the pod IP.com.google.protobuf.ByteStringHost name to connect to, defaults to the pod IP.getHttpHeaders(int index) Headers the proxy will pass on to make the request.intHeaders the proxy will pass on to make the request.Headers the proxy will pass on to make the request.getHttpHeadersOrBuilder(int index) Headers the proxy will pass on to make the request.List<? extends WorkloadGroupOuterClass.HTTPHeaderOrBuilder> Headers the proxy will pass on to make the request.getPath()Path to access on the HTTP server.com.google.protobuf.ByteStringPath to access on the HTTP server.intgetPort()Port on which the endpoint lives.HTTP or HTTPS, defaults to HTTPcom.google.protobuf.ByteStringHTTP or HTTPS, defaults to HTTP从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getPath
String getPath()Path to access on the HTTP server.
string path = 1;- 返回:
- The path.
-
getPathBytes
com.google.protobuf.ByteString getPathBytes()Path to access on the HTTP server.
string path = 1;- 返回:
- The bytes for path.
-
getPort
int getPort()Port on which the endpoint lives.
uint32 port = 2;- 返回:
- The port.
-
getHost
String getHost()Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
string host = 3;- 返回:
- The host.
-
getHostBytes
com.google.protobuf.ByteString getHostBytes()Host name to connect to, defaults to the pod IP. You probably want to set "Host" in httpHeaders instead.
string host = 3;- 返回:
- The bytes for host.
-
getScheme
String getScheme()HTTP or HTTPS, defaults to HTTP
string scheme = 4;- 返回:
- The scheme.
-
getSchemeBytes
com.google.protobuf.ByteString getSchemeBytes()HTTP or HTTPS, defaults to HTTP
string scheme = 4;- 返回:
- The bytes for scheme.
-
getHttpHeadersList
List<WorkloadGroupOuterClass.HTTPHeader> getHttpHeadersList()Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5; -
getHttpHeaders
Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5; -
getHttpHeadersCount
int getHttpHeadersCount()Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5; -
getHttpHeadersOrBuilderList
List<? extends WorkloadGroupOuterClass.HTTPHeaderOrBuilder> getHttpHeadersOrBuilderList()Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5; -
getHttpHeadersOrBuilder
Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;
-