Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.Builder.clone() |
HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.Builder.mergeFrom(HttpQueryParameterMatch other) |
static HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.newBuilder() |
static HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.newBuilder(HttpQueryParameterMatch prototype) |
HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.Builder.setExactMatch(String exactMatch)
The queryParameterMatch matches if the value of the parameter exactly matches the contents of
exactMatch.
|
HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.Builder.setName(String name)
The name of the query parameter to match.
|
HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.Builder.setPresentMatch(Boolean presentMatch)
Specifies that the queryParameterMatch matches if the request contains the query parameter,
irrespective of whether the parameter has a value or not.
|
HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.Builder.setRegexMatch(String regexMatch)
The queryParameterMatch matches if the value of the parameter matches the regular expression
specified by regexMatch.
|
HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.