Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addAllRequestHeadersToAdd(List<HttpHeaderOption> requestHeadersToAdd)
Headers to add to a matching request prior to forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addAllRequestHeadersToRemove(List<String> requestHeadersToRemove)
A list of header names for headers that need to be removed from the request prior to
forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addAllResponseHeadersToAdd(List<HttpHeaderOption> responseHeadersToAdd)
Headers to add the response prior to sending the response back to the client.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addAllResponseHeadersToRemove(List<String> responseHeadersToRemove)
A list of header names for headers that need to be removed from the response prior to sending
the response back to the client.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addRequestHeadersToAdd(HttpHeaderOption requestHeadersToAdd)
Headers to add to a matching request prior to forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addRequestHeadersToRemove(String requestHeadersToRemove)
A list of header names for headers that need to be removed from the request prior to
forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addResponseHeadersToAdd(HttpHeaderOption responseHeadersToAdd)
Headers to add the response prior to sending the response back to the client.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addResponseHeadersToRemove(String responseHeadersToRemove)
A list of header names for headers that need to be removed from the response prior to sending
the response back to the client.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.clone() |
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.mergeFrom(HttpHeaderAction other) |
static HttpHeaderAction.Builder |
HttpHeaderAction.newBuilder() |
static HttpHeaderAction.Builder |
HttpHeaderAction.newBuilder(HttpHeaderAction prototype) |
HttpHeaderAction.Builder |
HttpHeaderAction.toBuilder() |
Copyright © 2019 Google LLC. All rights reserved.