HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.Builder.addAllInitialMetadata(java.lang.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 |
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 |
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 |
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 |
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 |
HealthCheck.GrpcHealthCheck.Builder.clear() |
|
HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.Builder.clearAuthority() |
The value of the :authority header in the gRPC health check request.
|
HealthCheck.GrpcHealthCheck.Builder |
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 |
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.GrpcHealthCheck.Builder |
HealthCheck.Builder.getGrpcHealthCheckBuilder() |
gRPC health check.
|
HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.Builder.mergeFrom(com.google.protobuf.Message other) |
|
HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.Builder.mergeFrom(HealthCheck.GrpcHealthCheck other) |
|
static HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.newBuilder() |
|
static HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.newBuilder(HealthCheck.GrpcHealthCheck prototype) |
|
HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.newBuilderForType() |
|
protected HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
HealthCheck.GrpcHealthCheck.Builder |
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 |
HealthCheck.GrpcHealthCheck.Builder.setAuthority(java.lang.String value) |
The value of the :authority header in the gRPC health check request.
|
HealthCheck.GrpcHealthCheck.Builder |
HealthCheck.GrpcHealthCheck.Builder.setAuthorityBytes(com.google.protobuf.ByteString value) |
The value of the :authority header in the gRPC health check request.
|
HealthCheck.GrpcHealthCheck.Builder |
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 |
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 |
HealthCheck.GrpcHealthCheck.Builder.setServiceName(java.lang.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 |
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.Builder |
HealthCheck.GrpcHealthCheck.toBuilder() |
|