Uses of Class
io.envoyproxy.envoy.extensions.filters.network.generic_proxy.matcher.v3.RequestMatcher.Builder
Packages that use RequestMatcher.Builder
-
Uses of RequestMatcher.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 RequestMatcher.BuilderModifier and TypeMethodDescriptionRequestMatcher.Builder.addAllProperties(Iterable<? extends KeyValueMatchEntry> values) Optional arbitrary properties to match on.RequestMatcher.Builder.addProperties(int index, KeyValueMatchEntry value) Optional arbitrary properties to match on.RequestMatcher.Builder.addProperties(int index, KeyValueMatchEntry.Builder builderForValue) Optional arbitrary properties to match on.RequestMatcher.Builder.addProperties(KeyValueMatchEntry value) Optional arbitrary properties to match on.RequestMatcher.Builder.addProperties(KeyValueMatchEntry.Builder builderForValue) Optional arbitrary properties to match on.RequestMatcher.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RequestMatcher.Builder.clear()RequestMatcher.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) RequestMatcher.Builder.clearHost()Optional host pattern to match on.RequestMatcher.Builder.clearMethod()Optional method pattern to match on.RequestMatcher.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) RequestMatcher.Builder.clearPath()Optional path pattern to match on.RequestMatcher.Builder.clearProperties()Optional arbitrary properties to match on.RequestMatcher.Builder.clone()RequestMatcher.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) RequestMatcher.Builder.mergeFrom(com.google.protobuf.Message other) RequestMatcher.Builder.mergeFrom(RequestMatcher other) RequestMatcher.Builder.mergeHost(StringMatcher value) Optional host pattern to match on.RequestMatcher.Builder.mergeMethod(StringMatcher value) Optional method pattern to match on.RequestMatcher.Builder.mergePath(StringMatcher value) Optional path pattern to match on.final RequestMatcher.BuilderRequestMatcher.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static RequestMatcher.BuilderRequestMatcher.newBuilder()static RequestMatcher.BuilderRequestMatcher.newBuilder(RequestMatcher prototype) RequestMatcher.newBuilderForType()protected RequestMatcher.BuilderRequestMatcher.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) RequestMatcher.Builder.removeProperties(int index) Optional arbitrary properties to match on.RequestMatcher.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) RequestMatcher.Builder.setHost(StringMatcher value) Optional host pattern to match on.RequestMatcher.Builder.setHost(StringMatcher.Builder builderForValue) Optional host pattern to match on.RequestMatcher.Builder.setMethod(StringMatcher value) Optional method pattern to match on.RequestMatcher.Builder.setMethod(StringMatcher.Builder builderForValue) Optional method pattern to match on.RequestMatcher.Builder.setPath(StringMatcher value) Optional path pattern to match on.RequestMatcher.Builder.setPath(StringMatcher.Builder builderForValue) Optional path pattern to match on.RequestMatcher.Builder.setProperties(int index, KeyValueMatchEntry value) Optional arbitrary properties to match on.RequestMatcher.Builder.setProperties(int index, KeyValueMatchEntry.Builder builderForValue) Optional arbitrary properties to match on.RequestMatcher.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) final RequestMatcher.BuilderRequestMatcher.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) RequestMatcher.toBuilder()