Uses of Class
io.envoyproxy.envoy.config.core.v3.HealthCheck.GrpcHealthCheck.Builder
Packages that use HealthCheck.GrpcHealthCheck.Builder
-
Uses of HealthCheck.GrpcHealthCheck.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type HealthCheck.GrpcHealthCheck.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<HealthCheck.GrpcHealthCheck, HealthCheck.GrpcHealthCheck.Builder, HealthCheck.GrpcHealthCheckOrBuilder> HealthCheck.Builder.grpcHealthCheckBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return HealthCheck.GrpcHealthCheck.BuilderModifier and TypeMethodDescriptionHealthCheck.GrpcHealthCheck.Builder.addAllInitialMetadata(Iterable<? extends HeaderValueOption> values) Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.addInitialMetadata(int index, HeaderValueOption value) Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.addInitialMetadata(int index, HeaderValueOption.Builder builderForValue) Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.addInitialMetadata(HeaderValueOption value) Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.addInitialMetadata(HeaderValueOption.Builder builderForValue) Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.clear()HealthCheck.GrpcHealthCheck.Builder.clearAuthority()The value of the :authority header in the gRPC health check request.HealthCheck.GrpcHealthCheck.Builder.clearInitialMetadata()Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.clearServiceName()An optional service name parameter which will be sent to gRPC service in `grpc.health.v1.HealthCheckRequest <https://github.com/grpc/grpc/blob/master/src/proto/grpc/health/v1/health.proto#L20>`_.HealthCheck.Builder.getGrpcHealthCheckBuilder()gRPC health check.HealthCheck.GrpcHealthCheck.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HealthCheck.GrpcHealthCheck.Builder.mergeFrom(com.google.protobuf.Message other) HealthCheck.GrpcHealthCheck.Builder.mergeFrom(HealthCheck.GrpcHealthCheck other) HealthCheck.GrpcHealthCheck.newBuilder()HealthCheck.GrpcHealthCheck.newBuilder(HealthCheck.GrpcHealthCheck prototype) HealthCheck.GrpcHealthCheck.newBuilderForType()protected HealthCheck.GrpcHealthCheck.BuilderHealthCheck.GrpcHealthCheck.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) HealthCheck.GrpcHealthCheck.Builder.removeInitialMetadata(int index) Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.setAuthority(String value) The value of the :authority header in the gRPC health check request.HealthCheck.GrpcHealthCheck.Builder.setAuthorityBytes(com.google.protobuf.ByteString value) The value of the :authority header in the gRPC health check request.HealthCheck.GrpcHealthCheck.Builder.setInitialMetadata(int index, HeaderValueOption value) Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.setInitialMetadata(int index, HeaderValueOption.Builder builderForValue) Specifies a list of key-value pairs that should be added to the metadata of each GRPC call that is sent to the health checked cluster.HealthCheck.GrpcHealthCheck.Builder.setServiceName(String value) An optional service name parameter which will be sent to gRPC service in `grpc.health.v1.HealthCheckRequest <https://github.com/grpc/grpc/blob/master/src/proto/grpc/health/v1/health.proto#L20>`_.HealthCheck.GrpcHealthCheck.Builder.setServiceNameBytes(com.google.protobuf.ByteString value) An optional service name parameter which will be sent to gRPC service in `grpc.health.v1.HealthCheckRequest <https://github.com/grpc/grpc/blob/master/src/proto/grpc/health/v1/health.proto#L20>`_.HealthCheck.GrpcHealthCheck.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type HealthCheck.GrpcHealthCheck.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<HealthCheck.GrpcHealthCheck, HealthCheck.GrpcHealthCheck.Builder, HealthCheck.GrpcHealthCheckOrBuilder> HealthCheck.Builder.getGrpcHealthCheckFieldBuilder()gRPC health check.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type HealthCheck.GrpcHealthCheck.BuilderModifier and TypeMethodDescriptionHealthCheck.Builder.setGrpcHealthCheck(HealthCheck.GrpcHealthCheck.Builder builderForValue) gRPC health check.