Uses of Class
io.envoyproxy.envoy.api.v2.core.GrpcService.EnvoyGrpc.Builder
Packages that use GrpcService.EnvoyGrpc.Builder
-
Uses of GrpcService.EnvoyGrpc.Builder in io.envoyproxy.envoy.api.v2.core
Methods in io.envoyproxy.envoy.api.v2.core 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.clearClusterName()The name of the upstream gRPC cluster.GrpcService.EnvoyGrpc.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcService.EnvoyGrpc.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) 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.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.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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcService.EnvoyGrpc.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcService.EnvoyGrpc.toBuilder()Methods in io.envoyproxy.envoy.api.v2.core with parameters of type GrpcService.EnvoyGrpc.BuilderModifier and TypeMethodDescriptionGrpcService.Builder.setEnvoyGrpc(GrpcService.EnvoyGrpc.Builder builderForValue) Envoy's in-built gRPC client.