Uses of Class
io.envoyproxy.envoy.extensions.filters.http.custom_response.v3.CustomResponse.Builder
Packages that use CustomResponse.Builder
-
Uses of CustomResponse.Builder in io.envoyproxy.envoy.extensions.filters.http.custom_response.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.custom_response.v3 that return CustomResponse.BuilderModifier and TypeMethodDescriptionCustomResponse.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CustomResponse.Builder.clear()CustomResponse.Builder.clearCustomResponseMatcher()Matcher to match against the original response to select a :ref:`Custom Response Policy <extension_category_envoy.http.custom_response>` that will override the original response.CustomResponse.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) CustomResponse.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) CustomResponse.Builder.clone()CustomResponse.Builder.mergeCustomResponseMatcher(Matcher value) Matcher to match against the original response to select a :ref:`Custom Response Policy <extension_category_envoy.http.custom_response>` that will override the original response.CustomResponse.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) CustomResponse.Builder.mergeFrom(com.google.protobuf.Message other) CustomResponse.Builder.mergeFrom(CustomResponse other) final CustomResponse.BuilderCustomResponse.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static CustomResponse.BuilderCustomResponse.newBuilder()static CustomResponse.BuilderCustomResponse.newBuilder(CustomResponse prototype) CustomResponse.newBuilderForType()protected CustomResponse.BuilderCustomResponse.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) CustomResponse.Builder.setCustomResponseMatcher(Matcher value) Matcher to match against the original response to select a :ref:`Custom Response Policy <extension_category_envoy.http.custom_response>` that will override the original response.CustomResponse.Builder.setCustomResponseMatcher(Matcher.Builder builderForValue) Matcher to match against the original response to select a :ref:`Custom Response Policy <extension_category_envoy.http.custom_response>` that will override the original response.CustomResponse.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) CustomResponse.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final CustomResponse.BuilderCustomResponse.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) CustomResponse.toBuilder()