| Modifier and Type | Method and Description |
|---|---|
HttpHeaderAction |
HttpHeaderAction.Builder.build() |
HttpHeaderAction |
HttpHeaderAction.Builder.buildPartial() |
static HttpHeaderAction |
HttpHeaderAction.getDefaultInstance() |
HttpHeaderAction |
HttpHeaderAction.getDefaultInstanceForType() |
HttpHeaderAction |
HttpHeaderAction.Builder.getDefaultInstanceForType() |
HttpHeaderAction |
HttpRouteRule.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
HttpHeaderAction |
HttpRouteRule.Builder.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
HttpHeaderAction |
WeightedBackendService.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
HttpHeaderAction |
WeightedBackendService.Builder.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
HttpHeaderAction |
HttpRouteRuleOrBuilder.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
HttpHeaderAction |
UrlMap.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
HttpHeaderAction |
UrlMap.Builder.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
HttpHeaderAction |
UrlMapOrBuilder.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
HttpHeaderAction |
PathMatcherOrBuilder.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
HttpHeaderAction |
WeightedBackendServiceOrBuilder.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
HttpHeaderAction |
PathMatcher.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
HttpHeaderAction |
PathMatcher.Builder.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
static HttpHeaderAction |
HttpHeaderAction.parseDelimitedFrom(InputStream input) |
static HttpHeaderAction |
HttpHeaderAction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(byte[] data) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(ByteBuffer data) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(com.google.protobuf.ByteString data) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(InputStream input) |
static HttpHeaderAction |
HttpHeaderAction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpHeaderAction> |
HttpHeaderAction.getParserForType() |
static com.google.protobuf.Parser<HttpHeaderAction> |
HttpHeaderAction.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.mergeFrom(HttpHeaderAction other) |
HttpRouteRule.Builder |
HttpRouteRule.Builder.mergeHeaderAction(HttpHeaderAction value)
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
WeightedBackendService.Builder |
WeightedBackendService.Builder.mergeHeaderAction(HttpHeaderAction value)
Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
UrlMap.Builder |
UrlMap.Builder.mergeHeaderAction(HttpHeaderAction value)
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
PathMatcher.Builder |
PathMatcher.Builder.mergeHeaderAction(HttpHeaderAction value)
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
static HttpHeaderAction.Builder |
HttpHeaderAction.newBuilder(HttpHeaderAction prototype) |
HttpRouteRule.Builder |
HttpRouteRule.Builder.setHeaderAction(HttpHeaderAction value)
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
WeightedBackendService.Builder |
WeightedBackendService.Builder.setHeaderAction(HttpHeaderAction value)
Specifies changes to request and response headers that need to take effect for the selected backendService. headerAction specified here take effect before headerAction in the enclosing HttpRouteRule, PathMatcher and UrlMap. headerAction is not supported for load balancers that have their loadBalancingScheme set to EXTERNAL.
|
UrlMap.Builder |
UrlMap.Builder.setHeaderAction(HttpHeaderAction value)
Specifies changes to request and response headers that need to take effect for the selected backendService.
|
PathMatcher.Builder |
PathMatcher.Builder.setHeaderAction(HttpHeaderAction value)
Specifies changes to request and response headers that need to take effect for the selected backend service.
|
Copyright © 2025 Google LLC. All rights reserved.