Uses of Class
io.envoyproxy.envoy.extensions.filters.http.proto_api_scrubber.v3.RestrictionConfig.Builder
Packages that use RestrictionConfig.Builder
-
Uses of RestrictionConfig.Builder in io.envoyproxy.envoy.extensions.filters.http.proto_api_scrubber.v3
Methods in io.envoyproxy.envoy.extensions.filters.http.proto_api_scrubber.v3 that return RestrictionConfig.BuilderModifier and TypeMethodDescriptionRestrictionConfig.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RestrictionConfig.Builder.clear()RestrictionConfig.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RestrictionConfig.Builder.clearMatcher()Matcher tree for matching requests and responses with the configured restrictions.RestrictionConfig.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RestrictionConfig.Builder.clone()MessageRestrictions.Builder.getConfigBuilder()The core restriction to apply to this message type.MethodRestrictions.Builder.getMethodRestrictionBuilder()Optional restriction that applies to the entire method.RestrictionConfig.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RestrictionConfig.Builder.mergeFrom(com.google.protobuf.Message other) RestrictionConfig.Builder.mergeFrom(RestrictionConfig other) RestrictionConfig.Builder.mergeMatcher(Matcher value) Matcher tree for matching requests and responses with the configured restrictions.RestrictionConfig.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RestrictionConfig.BuilderRestrictionConfig.newBuilder()static RestrictionConfig.BuilderRestrictionConfig.newBuilder(RestrictionConfig prototype) RestrictionConfig.newBuilderForType()protected RestrictionConfig.BuilderRestrictionConfig.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MessageRestrictions.Builder.putFieldRestrictionsBuilderIfAbsent(String key) Restrictions that apply to specific fields within this message type.MethodRestrictions.Builder.putRequestFieldRestrictionsBuilderIfAbsent(String key) Restrictions that apply to request fields of the method.MethodRestrictions.Builder.putResponseFieldRestrictionsBuilderIfAbsent(String key) Restrictions that apply to response fields of the method.RestrictionConfig.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RestrictionConfig.Builder.setMatcher(Matcher value) Matcher tree for matching requests and responses with the configured restrictions.RestrictionConfig.Builder.setMatcher(Matcher.Builder builderForValue) Matcher tree for matching requests and responses with the configured restrictions.RestrictionConfig.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RestrictionConfig.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RestrictionConfig.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.http.proto_api_scrubber.v3 with parameters of type RestrictionConfig.BuilderModifier and TypeMethodDescriptionMessageRestrictions.Builder.setConfig(RestrictionConfig.Builder builderForValue) The core restriction to apply to this message type.MethodRestrictions.Builder.setMethodRestriction(RestrictionConfig.Builder builderForValue) Optional restriction that applies to the entire method.