Uses of Class
io.envoyproxy.envoy.extensions.filters.http.grpc_json_transcoder.v3.GrpcJsonTranscoder.Builder
Packages that use GrpcJsonTranscoder.Builder
-
Uses of GrpcJsonTranscoder.Builder in io.envoyproxy.envoy.extensions.filters.http.grpc_json_transcoder.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.grpc_json_transcoder.v3 that return GrpcJsonTranscoder.BuilderModifier and TypeMethodDescriptionGrpcJsonTranscoder.Builder.addAllIgnoredQueryParameters(Iterable<String> values) A list of query parameters to be ignored for transcoding method mapping.GrpcJsonTranscoder.Builder.addAllServices(Iterable<String> values) A list of strings that supplies the fully qualified service names (i.e.GrpcJsonTranscoder.Builder.addIgnoredQueryParameters(String value) A list of query parameters to be ignored for transcoding method mapping.GrpcJsonTranscoder.Builder.addIgnoredQueryParametersBytes(com.google.protobuf.ByteString value) A list of query parameters to be ignored for transcoding method mapping.GrpcJsonTranscoder.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcJsonTranscoder.Builder.addServices(String value) A list of strings that supplies the fully qualified service names (i.e.GrpcJsonTranscoder.Builder.addServicesBytes(com.google.protobuf.ByteString value) A list of strings that supplies the fully qualified service names (i.e.GrpcJsonTranscoder.Builder.clear()GrpcJsonTranscoder.Builder.clearAutoMapping()Whether to route methods without the ``google.api.http`` option.GrpcJsonTranscoder.Builder.clearCaptureUnknownQueryParameters()If true, query parameters that cannot be mapped to a corresponding protobuf field are captured in an HttpBody extension of UnknownQueryParams.GrpcJsonTranscoder.Builder.clearCaseInsensitiveEnumParsing()Proto enum values are supposed to be in upper cases when used in JSON.GrpcJsonTranscoder.Builder.clearConvertGrpcStatus()Whether to convert gRPC status headers to JSON.GrpcJsonTranscoder.Builder.clearDescriptorSet()GrpcJsonTranscoder.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) GrpcJsonTranscoder.Builder.clearIgnoredQueryParameters()A list of query parameters to be ignored for transcoding method mapping.GrpcJsonTranscoder.Builder.clearIgnoreUnknownQueryParameters()Whether to ignore query parameters that cannot be mapped to a corresponding protobuf field.GrpcJsonTranscoder.Builder.clearMatchIncomingRequestRoute()Whether to keep the incoming request route after the outgoing headers have been transformed to the match the upstream gRPC service.GrpcJsonTranscoder.Builder.clearMatchUnregisteredCustomVerb()If true, try to match the custom verb even if it is unregistered.GrpcJsonTranscoder.Builder.clearMaxRequestBodySize()The maximum size of a request body to be transcoded, in bytes.GrpcJsonTranscoder.Builder.clearMaxResponseBodySize()The maximum size of a response body to be transcoded, in bytes.GrpcJsonTranscoder.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) GrpcJsonTranscoder.Builder.clearPrintOptions()Control options for response JSON.GrpcJsonTranscoder.Builder.clearProtoDescriptor()Supplies the filename of :ref:`the proto descriptor set <config_grpc_json_generate_proto_descriptor_set>` for the gRPC services.GrpcJsonTranscoder.Builder.clearProtoDescriptorBin()Supplies the binary content of :ref:`the proto descriptor set <config_grpc_json_generate_proto_descriptor_set>` for the gRPC services.GrpcJsonTranscoder.Builder.clearQueryParamUnescapePlus()If true, unescape '+' to space when extracting variables in query parameters.GrpcJsonTranscoder.Builder.clearRequestValidationOptions()Configure the behavior when handling requests that cannot be transcoded.GrpcJsonTranscoder.Builder.clearServices()A list of strings that supplies the fully qualified service names (i.e.GrpcJsonTranscoder.Builder.clearUrlUnescapeSpec()URL unescaping policy.GrpcJsonTranscoder.Builder.clone()GrpcJsonTranscoder.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) GrpcJsonTranscoder.Builder.mergeFrom(com.google.protobuf.Message other) GrpcJsonTranscoder.Builder.mergeFrom(GrpcJsonTranscoder other) GrpcJsonTranscoder.Builder.mergeMaxRequestBodySize(com.google.protobuf.UInt32Value value) The maximum size of a request body to be transcoded, in bytes.GrpcJsonTranscoder.Builder.mergeMaxResponseBodySize(com.google.protobuf.UInt32Value value) The maximum size of a response body to be transcoded, in bytes.GrpcJsonTranscoder.Builder.mergePrintOptions(GrpcJsonTranscoder.PrintOptions value) Control options for response JSON.GrpcJsonTranscoder.Builder.mergeRequestValidationOptions(GrpcJsonTranscoder.RequestValidationOptions value) Configure the behavior when handling requests that cannot be transcoded.GrpcJsonTranscoder.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static GrpcJsonTranscoder.BuilderGrpcJsonTranscoder.newBuilder()static GrpcJsonTranscoder.BuilderGrpcJsonTranscoder.newBuilder(GrpcJsonTranscoder prototype) GrpcJsonTranscoder.newBuilderForType()protected GrpcJsonTranscoder.BuilderGrpcJsonTranscoder.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) GrpcJsonTranscoder.Builder.setAutoMapping(boolean value) Whether to route methods without the ``google.api.http`` option.GrpcJsonTranscoder.Builder.setCaptureUnknownQueryParameters(boolean value) If true, query parameters that cannot be mapped to a corresponding protobuf field are captured in an HttpBody extension of UnknownQueryParams.GrpcJsonTranscoder.Builder.setCaseInsensitiveEnumParsing(boolean value) Proto enum values are supposed to be in upper cases when used in JSON.GrpcJsonTranscoder.Builder.setConvertGrpcStatus(boolean value) Whether to convert gRPC status headers to JSON.GrpcJsonTranscoder.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) GrpcJsonTranscoder.Builder.setIgnoredQueryParameters(int index, String value) A list of query parameters to be ignored for transcoding method mapping.GrpcJsonTranscoder.Builder.setIgnoreUnknownQueryParameters(boolean value) Whether to ignore query parameters that cannot be mapped to a corresponding protobuf field.GrpcJsonTranscoder.Builder.setMatchIncomingRequestRoute(boolean value) Whether to keep the incoming request route after the outgoing headers have been transformed to the match the upstream gRPC service.GrpcJsonTranscoder.Builder.setMatchUnregisteredCustomVerb(boolean value) If true, try to match the custom verb even if it is unregistered.GrpcJsonTranscoder.Builder.setMaxRequestBodySize(com.google.protobuf.UInt32Value value) The maximum size of a request body to be transcoded, in bytes.GrpcJsonTranscoder.Builder.setMaxRequestBodySize(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum size of a request body to be transcoded, in bytes.GrpcJsonTranscoder.Builder.setMaxResponseBodySize(com.google.protobuf.UInt32Value value) The maximum size of a response body to be transcoded, in bytes.GrpcJsonTranscoder.Builder.setMaxResponseBodySize(com.google.protobuf.UInt32Value.Builder builderForValue) The maximum size of a response body to be transcoded, in bytes.GrpcJsonTranscoder.Builder.setPrintOptions(GrpcJsonTranscoder.PrintOptions value) Control options for response JSON.GrpcJsonTranscoder.Builder.setPrintOptions(GrpcJsonTranscoder.PrintOptions.Builder builderForValue) Control options for response JSON.GrpcJsonTranscoder.Builder.setProtoDescriptor(String value) Supplies the filename of :ref:`the proto descriptor set <config_grpc_json_generate_proto_descriptor_set>` for the gRPC services.GrpcJsonTranscoder.Builder.setProtoDescriptorBin(com.google.protobuf.ByteString value) Supplies the binary content of :ref:`the proto descriptor set <config_grpc_json_generate_proto_descriptor_set>` for the gRPC services.GrpcJsonTranscoder.Builder.setProtoDescriptorBytes(com.google.protobuf.ByteString value) Supplies the filename of :ref:`the proto descriptor set <config_grpc_json_generate_proto_descriptor_set>` for the gRPC services.GrpcJsonTranscoder.Builder.setQueryParamUnescapePlus(boolean value) If true, unescape '+' to space when extracting variables in query parameters.GrpcJsonTranscoder.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) GrpcJsonTranscoder.Builder.setRequestValidationOptions(GrpcJsonTranscoder.RequestValidationOptions value) Configure the behavior when handling requests that cannot be transcoded.GrpcJsonTranscoder.Builder.setRequestValidationOptions(GrpcJsonTranscoder.RequestValidationOptions.Builder builderForValue) Configure the behavior when handling requests that cannot be transcoded.GrpcJsonTranscoder.Builder.setServices(int index, String value) A list of strings that supplies the fully qualified service names (i.e.GrpcJsonTranscoder.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) GrpcJsonTranscoder.Builder.setUrlUnescapeSpec(GrpcJsonTranscoder.UrlUnescapeSpec value) URL unescaping policy.GrpcJsonTranscoder.Builder.setUrlUnescapeSpecValue(int value) URL unescaping policy.GrpcJsonTranscoder.toBuilder()