Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpHeaderMatch |
HttpHeaderMatch.Builder.build() |
static HttpHeaderMatch |
HttpHeaderMatch.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<HttpHeaderMatch> |
HttpRouteRuleMatch.getHeaderMatchesList()
Specifies a list of header match criteria, all of which must match corresponding headers in the
request.
|
List<HttpHeaderMatch> |
HttpRouteRuleMatch.Builder.getHeaderMatchesList()
Specifies a list of header match criteria, all of which must match corresponding headers in
the request.
|
Modifier and Type | Method and Description |
---|---|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addHeaderMatches(HttpHeaderMatch headerMatches)
Specifies a list of header match criteria, all of which must match corresponding headers in
the request.
|
HttpHeaderMatch.Builder |
HttpHeaderMatch.Builder.mergeFrom(HttpHeaderMatch other) |
static HttpHeaderMatch.Builder |
HttpHeaderMatch.newBuilder(HttpHeaderMatch prototype) |
Modifier and Type | Method and Description |
---|---|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addAllHeaderMatches(List<HttpHeaderMatch> headerMatches)
Specifies a list of header match criteria, all of which must match corresponding headers in
the request.
|
Copyright © 2019 Google LLC. All rights reserved.