Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
HttpHeaderAction |
HttpHeaderAction.clone() |
HttpHeaderAction |
PathMatcher.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected
backend service.
|
HttpHeaderAction |
WeightedBackendService.getHeaderAction()
Specifies changes to request and response headers that need to take effect for the selected
backendService.
|
HttpHeaderAction |
HttpRouteRule.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 |
HttpHeaderAction.set(String fieldName,
Object value) |
HttpHeaderAction |
HttpHeaderAction.setRequestHeadersToAdd(List<HttpHeaderOption> requestHeadersToAdd)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderAction |
HttpHeaderAction.setRequestHeadersToRemove(List<String> requestHeadersToRemove)
A list of header names for headers that need to be removed from the request before forwarding
the request to the backendService.
|
HttpHeaderAction |
HttpHeaderAction.setResponseHeadersToAdd(List<HttpHeaderOption> responseHeadersToAdd)
Headers to add the response before sending the response back to the client.
|
HttpHeaderAction |
HttpHeaderAction.setResponseHeadersToRemove(List<String> responseHeadersToRemove)
A list of header names for headers that need to be removed from the response before sending the
response back to the client.
|
Modifier and Type | Method and Description |
---|---|
PathMatcher |
PathMatcher.setHeaderAction(HttpHeaderAction headerAction)
Specifies changes to request and response headers that need to take effect for the selected
backend service.
|
WeightedBackendService |
WeightedBackendService.setHeaderAction(HttpHeaderAction headerAction)
Specifies changes to request and response headers that need to take effect for the selected
backendService.
|
HttpRouteRule |
HttpRouteRule.setHeaderAction(HttpHeaderAction headerAction)
Specifies changes to request and response headers that need to take effect for the selected
backendService.
|
UrlMap |
UrlMap.setHeaderAction(HttpHeaderAction headerAction)
Specifies changes to request and response headers that need to take effect for the selected
backendService.
|
Copyright © 2011–2025 Google. All rights reserved.