Interface HealthCheckRequestOrEndpointHealthResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HealthCheckRequestOrEndpointHealthResponse,HealthCheckRequestOrEndpointHealthResponse.Builder
public interface HealthCheckRequestOrEndpointHealthResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.envoy.service.discovery.v2.EndpointHealthResponse endpoint_health_response = 2;.envoy.service.discovery.v2.EndpointHealthResponse endpoint_health_response = 2;.envoy.service.discovery.v2.HealthCheckRequest health_check_request = 1;.envoy.service.discovery.v2.HealthCheckRequest health_check_request = 1;boolean.envoy.service.discovery.v2.EndpointHealthResponse endpoint_health_response = 2;boolean.envoy.service.discovery.v2.HealthCheckRequest health_check_request = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasHealthCheckRequest
boolean hasHealthCheckRequest().envoy.service.discovery.v2.HealthCheckRequest health_check_request = 1;- Returns:
- Whether the healthCheckRequest field is set.
-
getHealthCheckRequest
HealthCheckRequest getHealthCheckRequest().envoy.service.discovery.v2.HealthCheckRequest health_check_request = 1;- Returns:
- The healthCheckRequest.
-
getHealthCheckRequestOrBuilder
HealthCheckRequestOrBuilder getHealthCheckRequestOrBuilder().envoy.service.discovery.v2.HealthCheckRequest health_check_request = 1; -
hasEndpointHealthResponse
boolean hasEndpointHealthResponse().envoy.service.discovery.v2.EndpointHealthResponse endpoint_health_response = 2;- Returns:
- Whether the endpointHealthResponse field is set.
-
getEndpointHealthResponse
EndpointHealthResponse getEndpointHealthResponse().envoy.service.discovery.v2.EndpointHealthResponse endpoint_health_response = 2;- Returns:
- The endpointHealthResponse.
-
getEndpointHealthResponseOrBuilder
EndpointHealthResponseOrBuilder getEndpointHealthResponseOrBuilder().envoy.service.discovery.v2.EndpointHealthResponse endpoint_health_response = 2; -
getRequestTypeCase
HealthCheckRequestOrEndpointHealthResponse.RequestTypeCase getRequestTypeCase()
-