Uses of Class
io.envoyproxy.envoy.type.matcher.v3.HttpRequestQueryParamMatchInput.Builder
Packages that use HttpRequestQueryParamMatchInput.Builder
-
Uses of HttpRequestQueryParamMatchInput.Builder in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return HttpRequestQueryParamMatchInput.BuilderModifier and TypeMethodDescriptionHttpRequestQueryParamMatchInput.Builder.clear()
HttpRequestQueryParamMatchInput.Builder.clearQueryParam()
The query parameter to match on.HttpRequestQueryParamMatchInput.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) HttpRequestQueryParamMatchInput.Builder.mergeFrom
(com.google.protobuf.Message other) HttpRequestQueryParamMatchInput.Builder.mergeFrom
(HttpRequestQueryParamMatchInput other) HttpRequestQueryParamMatchInput.newBuilder()
HttpRequestQueryParamMatchInput.newBuilder
(HttpRequestQueryParamMatchInput prototype) HttpRequestQueryParamMatchInput.newBuilderForType()
protected HttpRequestQueryParamMatchInput.Builder
HttpRequestQueryParamMatchInput.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) HttpRequestQueryParamMatchInput.Builder.setQueryParam
(String value) The query parameter to match on.HttpRequestQueryParamMatchInput.Builder.setQueryParamBytes
(com.google.protobuf.ByteString value) The query parameter to match on.HttpRequestQueryParamMatchInput.toBuilder()