Uses of Class
io.envoyproxy.envoy.config.core.v3.QueryParameter
-
Packages that use QueryParameter Package Description io.envoyproxy.envoy.config.core.v3 io.envoyproxy.envoy.service.auth.v3 -
-
Uses of QueryParameter in io.envoyproxy.envoy.config.core.v3
Methods in io.envoyproxy.envoy.config.core.v3 that return QueryParameter Modifier and Type Method Description QueryParameterQueryParameter.Builder. build()QueryParameterQueryParameter.Builder. buildPartial()static QueryParameterQueryParameter. getDefaultInstance()QueryParameterQueryParameter.Builder. getDefaultInstanceForType()QueryParameterQueryParameter. getDefaultInstanceForType()static QueryParameterQueryParameter. parseDelimitedFrom(InputStream input)static QueryParameterQueryParameter. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryParameterQueryParameter. parseFrom(byte[] data)static QueryParameterQueryParameter. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryParameterQueryParameter. parseFrom(com.google.protobuf.ByteString data)static QueryParameterQueryParameter. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryParameterQueryParameter. parseFrom(com.google.protobuf.CodedInputStream input)static QueryParameterQueryParameter. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryParameterQueryParameter. parseFrom(InputStream input)static QueryParameterQueryParameter. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QueryParameterQueryParameter. parseFrom(ByteBuffer data)static QueryParameterQueryParameter. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type QueryParameter Modifier and Type Method Description com.google.protobuf.Parser<QueryParameter>QueryParameter. getParserForType()static com.google.protobuf.Parser<QueryParameter>QueryParameter. parser()Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type QueryParameter Modifier and Type Method Description QueryParameter.BuilderQueryParameter.Builder. mergeFrom(QueryParameter other)static QueryParameter.BuilderQueryParameter. newBuilder(QueryParameter prototype) -
Uses of QueryParameter in io.envoyproxy.envoy.service.auth.v3
Methods in io.envoyproxy.envoy.service.auth.v3 that return QueryParameter Modifier and Type Method Description QueryParameterOkHttpResponse.Builder. getQueryParametersToSet(int index)This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.QueryParameterOkHttpResponse. getQueryParametersToSet(int index)This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.QueryParameterOkHttpResponseOrBuilder. getQueryParametersToSet(int index)This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.Methods in io.envoyproxy.envoy.service.auth.v3 that return types with arguments of type QueryParameter Modifier and Type Method Description List<QueryParameter>OkHttpResponse.Builder. getQueryParametersToSetList()This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.List<QueryParameter>OkHttpResponse. getQueryParametersToSetList()This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.List<QueryParameter>OkHttpResponseOrBuilder. getQueryParametersToSetList()This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.Methods in io.envoyproxy.envoy.service.auth.v3 with parameters of type QueryParameter Modifier and Type Method Description OkHttpResponse.BuilderOkHttpResponse.Builder. addQueryParametersToSet(int index, QueryParameter value)This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.OkHttpResponse.BuilderOkHttpResponse.Builder. addQueryParametersToSet(QueryParameter value)This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.OkHttpResponse.BuilderOkHttpResponse.Builder. setQueryParametersToSet(int index, QueryParameter value)This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.Method parameters in io.envoyproxy.envoy.service.auth.v3 with type arguments of type QueryParameter Modifier and Type Method Description OkHttpResponse.BuilderOkHttpResponse.Builder. addAllQueryParametersToSet(Iterable<? extends QueryParameter> values)This field allows the authorization service to set (and overwrite) query string parameters on the original request before it is sent upstream.
-