Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpQueryParameterMatch |
HttpQueryParameterMatch.Builder.build() |
static HttpQueryParameterMatch |
HttpQueryParameterMatch.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<HttpQueryParameterMatch> |
HttpRouteRuleMatch.getQueryParameterMatchesList()
Specifies a list of query parameter match criteria, all of which must match corresponding query
parameters in the request.
|
List<HttpQueryParameterMatch> |
HttpRouteRuleMatch.Builder.getQueryParameterMatchesList()
Specifies a list of query parameter match criteria, all of which must match corresponding
query parameters in the request.
|
Modifier and Type | Method and Description |
---|---|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addQueryParameterMatches(HttpQueryParameterMatch queryParameterMatches)
Specifies a list of query parameter match criteria, all of which must match corresponding
query parameters in the request.
|
HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.Builder.mergeFrom(HttpQueryParameterMatch other) |
static HttpQueryParameterMatch.Builder |
HttpQueryParameterMatch.newBuilder(HttpQueryParameterMatch prototype) |
Modifier and Type | Method and Description |
---|---|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addAllQueryParameterMatches(List<HttpQueryParameterMatch> queryParameterMatches)
Specifies a list of query parameter match criteria, all of which must match corresponding
query parameters in the request.
|
Copyright © 2019 Google LLC. All rights reserved.