Interface EndpointHealthOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EndpointHealth,EndpointHealth.Builder
public interface EndpointHealthOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.envoy.api.v2.endpoint.Endpoint endpoint = 1;.envoy.api.v2.endpoint.Endpoint endpoint = 1;.envoy.api.v2.core.HealthStatus health_status = 2;int.envoy.api.v2.core.HealthStatus health_status = 2;boolean.envoy.api.v2.endpoint.Endpoint endpoint = 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
-
hasEndpoint
boolean hasEndpoint().envoy.api.v2.endpoint.Endpoint endpoint = 1;- Returns:
- Whether the endpoint field is set.
-
getEndpoint
Endpoint getEndpoint().envoy.api.v2.endpoint.Endpoint endpoint = 1;- Returns:
- The endpoint.
-
getEndpointOrBuilder
EndpointOrBuilder getEndpointOrBuilder().envoy.api.v2.endpoint.Endpoint endpoint = 1; -
getHealthStatusValue
int getHealthStatusValue().envoy.api.v2.core.HealthStatus health_status = 2;- Returns:
- The enum numeric value on the wire for healthStatus.
-
getHealthStatus
HealthStatus getHealthStatus().envoy.api.v2.core.HealthStatus health_status = 2;- Returns:
- The healthStatus.
-