Uses of Class
io.envoyproxy.envoy.api.v2.endpoint.Endpoint.HealthCheckConfig.Builder
Packages that use Endpoint.HealthCheckConfig.Builder
-
Uses of Endpoint.HealthCheckConfig.Builder in io.envoyproxy.envoy.api.v2.endpoint
Methods in io.envoyproxy.envoy.api.v2.endpoint that return Endpoint.HealthCheckConfig.BuilderModifier and TypeMethodDescriptionEndpoint.HealthCheckConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Endpoint.HealthCheckConfig.Builder.clear()Endpoint.HealthCheckConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Endpoint.HealthCheckConfig.Builder.clearHostname()By default, the host header for L7 health checks is controlled by cluster level configuration (see: :ref:`host <envoy_api_field_core.HealthCheck.HttpHealthCheck.host>` and :ref:`authority <envoy_api_field_core.HealthCheck.GrpcHealthCheck.authority>`).Endpoint.HealthCheckConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Endpoint.HealthCheckConfig.Builder.clearPortValue()Optional alternative health check port value.Endpoint.HealthCheckConfig.Builder.clone()Endpoint.Builder.getHealthCheckConfigBuilder()The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.Endpoint.HealthCheckConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Endpoint.HealthCheckConfig.Builder.mergeFrom(com.google.protobuf.Message other) Endpoint.HealthCheckConfig.Builder.mergeFrom(Endpoint.HealthCheckConfig other) Endpoint.HealthCheckConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Endpoint.HealthCheckConfig.newBuilder()Endpoint.HealthCheckConfig.newBuilder(Endpoint.HealthCheckConfig prototype) Endpoint.HealthCheckConfig.newBuilderForType()protected Endpoint.HealthCheckConfig.BuilderEndpoint.HealthCheckConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Endpoint.HealthCheckConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Endpoint.HealthCheckConfig.Builder.setHostname(String value) By default, the host header for L7 health checks is controlled by cluster level configuration (see: :ref:`host <envoy_api_field_core.HealthCheck.HttpHealthCheck.host>` and :ref:`authority <envoy_api_field_core.HealthCheck.GrpcHealthCheck.authority>`).Endpoint.HealthCheckConfig.Builder.setHostnameBytes(com.google.protobuf.ByteString value) By default, the host header for L7 health checks is controlled by cluster level configuration (see: :ref:`host <envoy_api_field_core.HealthCheck.HttpHealthCheck.host>` and :ref:`authority <envoy_api_field_core.HealthCheck.GrpcHealthCheck.authority>`).Endpoint.HealthCheckConfig.Builder.setPortValue(int value) Optional alternative health check port value.Endpoint.HealthCheckConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Endpoint.HealthCheckConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Endpoint.HealthCheckConfig.toBuilder()Methods in io.envoyproxy.envoy.api.v2.endpoint with parameters of type Endpoint.HealthCheckConfig.BuilderModifier and TypeMethodDescriptionEndpoint.Builder.setHealthCheckConfig(Endpoint.HealthCheckConfig.Builder builderForValue) The optional health check configuration is used as configuration for the health checker to contact the health checked host. .. attention:: This takes into effect only for upstream clusters with :ref:`active health checking <arch_overview_health_checking>` enabled.