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
Methods in io.envoyproxy.envoy.config.core.v3 that return GrpcService.EnvoyGrpc.BuilderModifier and TypeMethodDescriptionGrpcService.EnvoyGrpc.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcService.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.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcService.EnvoyGrpc.Builder.clearMaxReceiveMessageLength()Maximum gRPC message size that is allowed to be received.GrpcService.EnvoyGrpc.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GrpcService.EnvoyGrpc.Builder.clearRetryPolicy()Specifies the retry backoff policy for re-establishing long‑lived xDS gRPC streams.GrpcService.EnvoyGrpc.Builder.clearSkipEnvoyHeaders()This provides gRPC client level control over envoy generated headers.GrpcService.EnvoyGrpc.Builder.clone()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) Specifies the retry backoff policy for re-establishing long‑lived xDS gRPC streams.GrpcService.EnvoyGrpc.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.EnvoyGrpc.newBuilder()GrpcService.EnvoyGrpc.newBuilder(GrpcService.EnvoyGrpc prototype) GrpcService.EnvoyGrpc.newBuilderForType()protected GrpcService.EnvoyGrpc.BuilderGrpcService.EnvoyGrpc.newBuilderForType(com.google.protobuf.GeneratedMessageV3.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.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcService.EnvoyGrpc.Builder.setRetryPolicy(RetryPolicy value) Specifies the retry backoff policy for re-establishing long‑lived xDS gRPC streams.GrpcService.EnvoyGrpc.Builder.setRetryPolicy(RetryPolicy.Builder builderForValue) Specifies the retry backoff policy for re-establishing long‑lived xDS gRPC streams.GrpcService.EnvoyGrpc.Builder.setSkipEnvoyHeaders(boolean value) This provides gRPC client level control over envoy generated headers.GrpcService.EnvoyGrpc.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.EnvoyGrpc.toBuilder()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.