GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.clear() |
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.clearAuthority() |
The ``:authority`` header in the grpc request.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.clearClusterName() |
The name of the upstream gRPC cluster.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.clearMaxReceiveMessageLength() |
Maximum gRPC message size that is allowed to be received.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.clearRetryPolicy() |
Indicates the retry policy for re-establishing the gRPC stream
This field is optional.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.clearSkipEnvoyHeaders() |
This provides gRPC client level control over envoy generated headers.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.Builder.getEnvoyGrpcBuilder() |
Envoy's in-built gRPC client.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.mergeFrom(com.google.protobuf.Message other) |
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.mergeFrom(GrpcService.EnvoyGrpc other) |
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.mergeMaxReceiveMessageLength(com.google.protobuf.UInt32Value value) |
Maximum gRPC message size that is allowed to be received.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.mergeRetryPolicy(RetryPolicy value) |
Indicates the retry policy for re-establishing the gRPC stream
This field is optional.
|
static GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.newBuilder() |
|
static GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.newBuilder(GrpcService.EnvoyGrpc prototype) |
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.newBuilderForType() |
|
protected GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setAuthority(java.lang.String value) |
The ``:authority`` header in the grpc request.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setAuthorityBytes(com.google.protobuf.ByteString value) |
The ``:authority`` header in the grpc request.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setClusterName(java.lang.String value) |
The name of the upstream gRPC cluster.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setClusterNameBytes(com.google.protobuf.ByteString value) |
The name of the upstream gRPC cluster.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setMaxReceiveMessageLength(com.google.protobuf.UInt32Value value) |
Maximum gRPC message size that is allowed to be received.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setMaxReceiveMessageLength(com.google.protobuf.UInt32Value.Builder builderForValue) |
Maximum gRPC message size that is allowed to be received.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setRetryPolicy(RetryPolicy value) |
Indicates the retry policy for re-establishing the gRPC stream
This field is optional.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setRetryPolicy(RetryPolicy.Builder builderForValue) |
Indicates the retry policy for re-establishing the gRPC stream
This field is optional.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.Builder.setSkipEnvoyHeaders(boolean value) |
This provides gRPC client level control over envoy generated headers.
|
GrpcService.EnvoyGrpc.Builder |
GrpcService.EnvoyGrpc.toBuilder() |
|