Uses of Class
io.envoyproxy.envoy.extensions.filters.http.proto_api_scrubber.v3.MethodRestrictions.Builder
Packages that use MethodRestrictions.Builder
-
Uses of MethodRestrictions.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 MethodRestrictions.BuilderModifier and TypeMethodDescriptionMethodRestrictions.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MethodRestrictions.Builder.clear()MethodRestrictions.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) MethodRestrictions.Builder.clearMethodRestriction()Optional restriction that applies to the entire method.MethodRestrictions.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) MethodRestrictions.Builder.clearRequestFieldRestrictions()MethodRestrictions.Builder.clearResponseFieldRestrictions()MethodRestrictions.Builder.clone()MethodRestrictions.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) MethodRestrictions.Builder.mergeFrom(com.google.protobuf.Message other) MethodRestrictions.Builder.mergeFrom(MethodRestrictions other) MethodRestrictions.Builder.mergeMethodRestriction(RestrictionConfig value) Optional restriction that applies to the entire method.MethodRestrictions.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static MethodRestrictions.BuilderMethodRestrictions.newBuilder()static MethodRestrictions.BuilderMethodRestrictions.newBuilder(MethodRestrictions prototype) MethodRestrictions.newBuilderForType()protected MethodRestrictions.BuilderMethodRestrictions.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) MethodRestrictions.Builder.putAllRequestFieldRestrictions(Map<String, RestrictionConfig> values) Restrictions that apply to request fields of the method.MethodRestrictions.Builder.putAllResponseFieldRestrictions(Map<String, RestrictionConfig> values) Restrictions that apply to response fields of the method.Restrictions.Builder.putMethodRestrictionsBuilderIfAbsent(String key) Specifies the method restrictions.MethodRestrictions.Builder.putRequestFieldRestrictions(String key, RestrictionConfig value) Restrictions that apply to request fields of the method.MethodRestrictions.Builder.putResponseFieldRestrictions(String key, RestrictionConfig value) Restrictions that apply to response fields of the method.MethodRestrictions.Builder.removeRequestFieldRestrictions(String key) Restrictions that apply to request fields of the method.MethodRestrictions.Builder.removeResponseFieldRestrictions(String key) Restrictions that apply to response fields of the method.MethodRestrictions.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) MethodRestrictions.Builder.setMethodRestriction(RestrictionConfig value) Optional restriction that applies to the entire method.MethodRestrictions.Builder.setMethodRestriction(RestrictionConfig.Builder builderForValue) Optional restriction that applies to the entire method.MethodRestrictions.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) MethodRestrictions.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) MethodRestrictions.toBuilder()