Uses of Class
io.envoyproxy.envoy.data.core.v2alpha.HealthCheckFailure.Builder
Packages that use HealthCheckFailure.Builder
-
Uses of HealthCheckFailure.Builder in io.envoyproxy.envoy.data.core.v2alpha
Methods in io.envoyproxy.envoy.data.core.v2alpha that return HealthCheckFailure.BuilderModifier and TypeMethodDescriptionHealthCheckFailure.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheckFailure.Builder.clear()HealthCheckFailure.Builder.clearFailureType()The type of failure that caused this event.HealthCheckFailure.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) HealthCheckFailure.Builder.clearFirstCheck()Whether this event is the result of the first ever health check on a host.HealthCheckFailure.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) HealthCheckFailure.Builder.clone()HealthCheckEvent.Builder.getHealthCheckFailureEventBuilder()Host failure.HealthCheckFailure.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HealthCheckFailure.Builder.mergeFrom(com.google.protobuf.Message other) HealthCheckFailure.Builder.mergeFrom(HealthCheckFailure other) HealthCheckFailure.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static HealthCheckFailure.BuilderHealthCheckFailure.newBuilder()static HealthCheckFailure.BuilderHealthCheckFailure.newBuilder(HealthCheckFailure prototype) HealthCheckFailure.newBuilderForType()protected HealthCheckFailure.BuilderHealthCheckFailure.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) HealthCheckFailure.Builder.setFailureType(HealthCheckFailureType value) The type of failure that caused this event.HealthCheckFailure.Builder.setFailureTypeValue(int value) The type of failure that caused this event.HealthCheckFailure.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) HealthCheckFailure.Builder.setFirstCheck(boolean value) Whether this event is the result of the first ever health check on a host.HealthCheckFailure.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) HealthCheckFailure.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) HealthCheckFailure.toBuilder()Methods in io.envoyproxy.envoy.data.core.v2alpha with parameters of type HealthCheckFailure.BuilderModifier and TypeMethodDescriptionHealthCheckEvent.Builder.setHealthCheckFailureEvent(HealthCheckFailure.Builder builderForValue) Host failure.