Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
HttpHeaderOption |
HttpHeaderOption.Builder.build() |
static HttpHeaderOption |
HttpHeaderOption.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<HttpHeaderOption> |
HttpHeaderAction.getRequestHeadersToAddList()
Headers to add to a matching request prior to forwarding the request to the backendService.
|
List<HttpHeaderOption> |
HttpHeaderAction.Builder.getRequestHeadersToAddList()
Headers to add to a matching request prior to forwarding the request to the backendService.
|
List<HttpHeaderOption> |
HttpHeaderAction.getResponseHeadersToAddList()
Headers to add the response prior to sending the response back to the client.
|
List<HttpHeaderOption> |
HttpHeaderAction.Builder.getResponseHeadersToAddList()
Headers to add the response prior to sending the response back to the client.
|
Modifier and Type | Method and Description |
---|---|
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.addResponseHeadersToAdd(HttpHeaderOption responseHeadersToAdd)
Headers to add the response prior to sending the response back to the client.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.mergeFrom(HttpHeaderOption other) |
static HttpHeaderOption.Builder |
HttpHeaderOption.newBuilder(HttpHeaderOption prototype) |
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.addAllResponseHeadersToAdd(List<HttpHeaderOption> responseHeadersToAdd)
Headers to add the response prior to sending the response back to the client.
|
Copyright © 2019 Google LLC. All rights reserved.