Interface HttpRequestQueryParamMatchInputOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HttpRequestQueryParamMatchInput
,HttpRequestQueryParamMatchInput.Builder
public interface HttpRequestQueryParamMatchInputOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getQueryParam()
The query parameter to match on.com.google.protobuf.ByteString
getQueryParamBytes()
The query parameter to match on.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQueryParam
java.lang.String getQueryParam()
The query parameter to match on.
string query_param = 1 [(.validate.rules) = { ... }
- Returns:
- The queryParam.
-
getQueryParamBytes
com.google.protobuf.ByteString getQueryParamBytes()
The query parameter to match on.
string query_param = 1 [(.validate.rules) = { ... }
- Returns:
- The bytes for queryParam.
-
-