Uses of Class
io.envoyproxy.envoy.config.route.v3.RateLimit.Action.HeaderValueMatch.Builder
Packages that use RateLimit.Action.HeaderValueMatch.Builder
-
Uses of RateLimit.Action.HeaderValueMatch.Builder in io.envoyproxy.envoy.config.route.v3
Methods in io.envoyproxy.envoy.config.route.v3 that return RateLimit.Action.HeaderValueMatch.BuilderModifier and TypeMethodDescriptionRateLimit.Action.HeaderValueMatch.Builder.addAllHeaders(Iterable<? extends HeaderMatcher> values) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addHeaders(int index, HeaderMatcher value) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addHeaders(HeaderMatcher value) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addHeaders(HeaderMatcher.Builder builderForValue) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RateLimit.Action.HeaderValueMatch.Builder.clear()RateLimit.Action.HeaderValueMatch.Builder.clearDefaultValue()An optional value to use if the final concatenated ``descriptor_value`` result is empty.RateLimit.Action.HeaderValueMatch.Builder.clearDescriptorKey()The key to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.Builder.clearDescriptorValue()Descriptor value of entry.RateLimit.Action.HeaderValueMatch.Builder.clearExpectMatch()If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.HeaderValueMatch.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RateLimit.Action.HeaderValueMatch.Builder.clearHeaders()Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RateLimit.Action.HeaderValueMatch.Builder.clone()RateLimit.Action.Builder.getHeaderValueMatchBuilder()Rate limit on the existence of request headers.RateLimit.Action.HeaderValueMatch.Builder.mergeExpectMatch(com.google.protobuf.BoolValue value) If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.HeaderValueMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RateLimit.Action.HeaderValueMatch.Builder.mergeFrom(com.google.protobuf.Message other) RateLimit.Action.HeaderValueMatch.Builder.mergeFrom(RateLimit.Action.HeaderValueMatch other) RateLimit.Action.HeaderValueMatch.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RateLimit.Action.HeaderValueMatch.newBuilder()RateLimit.Action.HeaderValueMatch.newBuilder(RateLimit.Action.HeaderValueMatch prototype) RateLimit.Action.HeaderValueMatch.newBuilderForType()RateLimit.Action.HeaderValueMatch.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RateLimit.Action.HeaderValueMatch.Builder.removeHeaders(int index) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.setDefaultValue(String value) An optional value to use if the final concatenated ``descriptor_value`` result is empty.RateLimit.Action.HeaderValueMatch.Builder.setDefaultValueBytes(com.google.protobuf.ByteString value) An optional value to use if the final concatenated ``descriptor_value`` result is empty.RateLimit.Action.HeaderValueMatch.Builder.setDescriptorKey(String value) The key to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.Builder.setDescriptorKeyBytes(com.google.protobuf.ByteString value) The key to use in the descriptor entry.RateLimit.Action.HeaderValueMatch.Builder.setDescriptorValue(String value) Descriptor value of entry.RateLimit.Action.HeaderValueMatch.Builder.setDescriptorValueBytes(com.google.protobuf.ByteString value) Descriptor value of entry.RateLimit.Action.HeaderValueMatch.Builder.setExpectMatch(com.google.protobuf.BoolValue value) If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.HeaderValueMatch.Builder.setExpectMatch(com.google.protobuf.BoolValue.Builder builderForValue) If set to true, the action will append a descriptor entry when the request matches the headers.RateLimit.Action.HeaderValueMatch.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RateLimit.Action.HeaderValueMatch.Builder.setHeaders(int index, HeaderMatcher value) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.setHeaders(int index, HeaderMatcher.Builder builderForValue) Specifies a set of headers that the rate limit action should match on.RateLimit.Action.HeaderValueMatch.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) RateLimit.Action.HeaderValueMatch.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RateLimit.Action.HeaderValueMatch.toBuilder()Methods in io.envoyproxy.envoy.config.route.v3 with parameters of type RateLimit.Action.HeaderValueMatch.BuilderModifier and TypeMethodDescriptionRateLimit.Action.Builder.setHeaderValueMatch(RateLimit.Action.HeaderValueMatch.Builder builderForValue) Rate limit on the existence of request headers.