接口 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
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 java.lang.StringgetHost()Host name to connect to, defaults to the pod IP.com.google.protobuf.ByteStringgetHostBytes()Host name to connect to, defaults to the pod IP.WorkloadGroupOuterClass.HTTPHeadergetHttpHeaders(int index)Headers the proxy will pass on to make the request.intgetHttpHeadersCount()Headers the proxy will pass on to make the request.java.util.List<WorkloadGroupOuterClass.HTTPHeader>getHttpHeadersList()Headers the proxy will pass on to make the request.WorkloadGroupOuterClass.HTTPHeaderOrBuildergetHttpHeadersOrBuilder(int index)Headers the proxy will pass on to make the request.java.util.List<? extends WorkloadGroupOuterClass.HTTPHeaderOrBuilder>getHttpHeadersOrBuilderList()Headers the proxy will pass on to make the request.java.lang.StringgetPath()Path to access on the HTTP server.com.google.protobuf.ByteStringgetPathBytes()Path to access on the HTTP server.intgetPort()Port on which the endpoint lives.java.lang.StringgetScheme()HTTP or HTTPS, defaults to HTTPcom.google.protobuf.ByteStringgetSchemeBytes()HTTP or HTTPS, defaults to HTTP
-
-
-
方法详细资料
-
getPath
java.lang.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
java.lang.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
java.lang.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
java.util.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
WorkloadGroupOuterClass.HTTPHeader getHttpHeaders(int index)
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
java.util.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
WorkloadGroupOuterClass.HTTPHeaderOrBuilder getHttpHeadersOrBuilder(int index)
Headers the proxy will pass on to make the request. Allows repeated headers.
repeated .istio.networking.v1alpha3.HTTPHeader http_headers = 5;
-
-