Uses of Class
io.envoyproxy.envoy.config.core.v3.GrpcService.EnvoyGrpc.Builder
Packages that use GrpcService.EnvoyGrpc.Builder
-
Uses of GrpcService.EnvoyGrpc.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type GrpcService.EnvoyGrpc.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<GrpcService.EnvoyGrpc, GrpcService.EnvoyGrpc.Builder, GrpcService.EnvoyGrpcOrBuilder> GrpcService.Builder.envoyGrpcBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return GrpcService.EnvoyGrpc.BuilderModifier and TypeMethodDescriptionGrpcService.EnvoyGrpc.Builder.clear()
GrpcService.EnvoyGrpc.Builder.clearAuthority()
The ``:authority`` header in the grpc request.GrpcService.EnvoyGrpc.Builder.clearClusterName()
The name of the upstream gRPC cluster.GrpcService.EnvoyGrpc.Builder.clearMaxReceiveMessageLength()
Maximum gRPC message size that is allowed to be received.GrpcService.EnvoyGrpc.Builder.clearRetryPolicy()
Indicates the retry policy for re-establishing the gRPC stream This field is optional.GrpcService.EnvoyGrpc.Builder.clearSkipEnvoyHeaders()
This provides gRPC client level control over envoy generated headers.GrpcService.Builder.getEnvoyGrpcBuilder()
Envoy's in-built gRPC client.GrpcService.EnvoyGrpc.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcService.EnvoyGrpc.Builder.mergeFrom
(com.google.protobuf.Message other) GrpcService.EnvoyGrpc.Builder.mergeFrom
(GrpcService.EnvoyGrpc other) GrpcService.EnvoyGrpc.Builder.mergeMaxReceiveMessageLength
(com.google.protobuf.UInt32Value value) Maximum gRPC message size that is allowed to be received.GrpcService.EnvoyGrpc.Builder.mergeRetryPolicy
(RetryPolicy value) Indicates the retry policy for re-establishing the gRPC stream This field is optional.GrpcService.EnvoyGrpc.newBuilder()
GrpcService.EnvoyGrpc.newBuilder
(GrpcService.EnvoyGrpc prototype) GrpcService.EnvoyGrpc.newBuilderForType()
protected GrpcService.EnvoyGrpc.Builder
GrpcService.EnvoyGrpc.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) GrpcService.EnvoyGrpc.Builder.setAuthority
(String value) The ``:authority`` header in the grpc request.GrpcService.EnvoyGrpc.Builder.setAuthorityBytes
(com.google.protobuf.ByteString value) The ``:authority`` header in the grpc request.GrpcService.EnvoyGrpc.Builder.setClusterName
(String value) The name of the upstream gRPC cluster.GrpcService.EnvoyGrpc.Builder.setClusterNameBytes
(com.google.protobuf.ByteString value) The name of the upstream gRPC cluster.GrpcService.EnvoyGrpc.Builder.setMaxReceiveMessageLength
(com.google.protobuf.UInt32Value value) Maximum gRPC message size that is allowed to be received.GrpcService.EnvoyGrpc.Builder.setMaxReceiveMessageLength
(com.google.protobuf.UInt32Value.Builder builderForValue) Maximum gRPC message size that is allowed to be received.GrpcService.EnvoyGrpc.Builder.setRetryPolicy
(RetryPolicy value) Indicates the retry policy for re-establishing the gRPC stream This field is optional.GrpcService.EnvoyGrpc.Builder.setRetryPolicy
(RetryPolicy.Builder builderForValue) Indicates the retry policy for re-establishing the gRPC stream This field is optional.GrpcService.EnvoyGrpc.Builder.setSkipEnvoyHeaders
(boolean value) This provides gRPC client level control over envoy generated headers.GrpcService.EnvoyGrpc.toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type GrpcService.EnvoyGrpc.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<GrpcService.EnvoyGrpc, GrpcService.EnvoyGrpc.Builder, GrpcService.EnvoyGrpcOrBuilder> GrpcService.Builder.getEnvoyGrpcFieldBuilder()
Envoy's in-built gRPC client.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type GrpcService.EnvoyGrpc.BuilderModifier and TypeMethodDescriptionGrpcService.Builder.setEnvoyGrpc
(GrpcService.EnvoyGrpc.Builder builderForValue) Envoy's in-built gRPC client.