| Modifier and Type | Method and Description |
|---|---|
HttpHeaderMatch |
HttpHeaderMatch.Builder.build() |
HttpHeaderMatch |
HttpHeaderMatch.Builder.buildPartial() |
static HttpHeaderMatch |
HttpHeaderMatch.getDefaultInstance() |
HttpHeaderMatch |
HttpHeaderMatch.getDefaultInstanceForType() |
HttpHeaderMatch |
HttpHeaderMatch.Builder.getDefaultInstanceForType() |
HttpHeaderMatch |
HttpRouteRuleMatchOrBuilder.getHeaderMatches(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
|
HttpHeaderMatch |
HttpRouteRuleMatch.getHeaderMatches(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
|
HttpHeaderMatch |
HttpRouteRuleMatch.Builder.getHeaderMatches(int index)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
|
static HttpHeaderMatch |
HttpHeaderMatch.parseDelimitedFrom(InputStream input) |
static HttpHeaderMatch |
HttpHeaderMatch.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(byte[] data) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(ByteBuffer data) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(com.google.protobuf.ByteString data) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(InputStream input) |
static HttpHeaderMatch |
HttpHeaderMatch.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<HttpHeaderMatch> |
HttpRouteRuleMatchOrBuilder.getHeaderMatchesList()
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
|
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.
|
com.google.protobuf.Parser<HttpHeaderMatch> |
HttpHeaderMatch.getParserForType() |
static com.google.protobuf.Parser<HttpHeaderMatch> |
HttpHeaderMatch.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addHeaderMatches(HttpHeaderMatch value)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
|
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.addHeaderMatches(int index,
HttpHeaderMatch value)
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) |
HttpRouteRuleMatch.Builder |
HttpRouteRuleMatch.Builder.setHeaderMatches(int index,
HttpHeaderMatch value)
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.addAllHeaderMatches(Iterable<? extends HttpHeaderMatch> values)
Specifies a list of header match criteria, all of which must match corresponding headers in the request.
|
Copyright © 2023 Google LLC. All rights reserved.