Uses of Class
io.envoyproxy.envoy.extensions.filters.network.generic_proxy.matcher.v3.KeyValueMatchEntry.Builder
Packages that use KeyValueMatchEntry.Builder
-
Uses of KeyValueMatchEntry.Builder in io.envoyproxy.envoy.extensions.filters.network.generic_proxy.matcher.v3
Methods in io.envoyproxy.envoy.extensions.filters.network.generic_proxy.matcher.v3 that return KeyValueMatchEntry.BuilderModifier and TypeMethodDescriptionRequestMatcher.Builder.addPropertiesBuilder()Optional arbitrary properties to match on.RequestMatcher.Builder.addPropertiesBuilder(int index) Optional arbitrary properties to match on.KeyValueMatchEntry.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) KeyValueMatchEntry.Builder.clear()KeyValueMatchEntry.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) KeyValueMatchEntry.Builder.clearName()The key name to match on.KeyValueMatchEntry.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) KeyValueMatchEntry.Builder.clearStringMatch()The key value pattern.KeyValueMatchEntry.Builder.clone()RequestMatcher.Builder.getPropertiesBuilder(int index) Optional arbitrary properties to match on.KeyValueMatchEntry.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeyValueMatchEntry.Builder.mergeFrom(com.google.protobuf.Message other) KeyValueMatchEntry.Builder.mergeFrom(KeyValueMatchEntry other) KeyValueMatchEntry.Builder.mergeStringMatch(StringMatcher value) The key value pattern.KeyValueMatchEntry.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static KeyValueMatchEntry.BuilderKeyValueMatchEntry.newBuilder()static KeyValueMatchEntry.BuilderKeyValueMatchEntry.newBuilder(KeyValueMatchEntry prototype) KeyValueMatchEntry.newBuilderForType()protected KeyValueMatchEntry.BuilderKeyValueMatchEntry.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) KeyValueMatchEntry.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) The key name to match on.KeyValueMatchEntry.Builder.setNameBytes(com.google.protobuf.ByteString value) The key name to match on.KeyValueMatchEntry.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) KeyValueMatchEntry.Builder.setStringMatch(StringMatcher value) The key value pattern.KeyValueMatchEntry.Builder.setStringMatch(StringMatcher.Builder builderForValue) The key value pattern.KeyValueMatchEntry.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) KeyValueMatchEntry.toBuilder()Methods in io.envoyproxy.envoy.extensions.filters.network.generic_proxy.matcher.v3 that return types with arguments of type KeyValueMatchEntry.BuilderModifier and TypeMethodDescriptionRequestMatcher.Builder.getPropertiesBuilderList()Optional arbitrary properties to match on.Methods in io.envoyproxy.envoy.extensions.filters.network.generic_proxy.matcher.v3 with parameters of type KeyValueMatchEntry.BuilderModifier and TypeMethodDescriptionRequestMatcher.Builder.addProperties(int index, KeyValueMatchEntry.Builder builderForValue) Optional arbitrary properties to match on.RequestMatcher.Builder.addProperties(KeyValueMatchEntry.Builder builderForValue) Optional arbitrary properties to match on.RequestMatcher.Builder.setProperties(int index, KeyValueMatchEntry.Builder builderForValue) Optional arbitrary properties to match on.