| Modifier and Type | Method and Description |
|---|---|
HttpHeaderOption |
HttpHeaderOption.Builder.build() |
HttpHeaderOption |
HttpHeaderOption.Builder.buildPartial() |
static HttpHeaderOption |
HttpHeaderOption.getDefaultInstance() |
HttpHeaderOption |
HttpHeaderOption.getDefaultInstanceForType() |
HttpHeaderOption |
HttpHeaderOption.Builder.getDefaultInstanceForType() |
HttpHeaderOption |
HttpHeaderActionOrBuilder.getRequestHeadersToAdd(int index)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOption |
HttpHeaderAction.getRequestHeadersToAdd(int index)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOption |
HttpHeaderAction.Builder.getRequestHeadersToAdd(int index)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOption |
HttpHeaderActionOrBuilder.getResponseHeadersToAdd(int index)
Headers to add the response before sending the response back to the client.
|
HttpHeaderOption |
HttpHeaderAction.getResponseHeadersToAdd(int index)
Headers to add the response before sending the response back to the client.
|
HttpHeaderOption |
HttpHeaderAction.Builder.getResponseHeadersToAdd(int index)
Headers to add the response before sending the response back to the client.
|
static HttpHeaderOption |
HttpHeaderOption.parseDelimitedFrom(InputStream input) |
static HttpHeaderOption |
HttpHeaderOption.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(byte[] data) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(ByteBuffer data) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(com.google.protobuf.ByteString data) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(com.google.protobuf.CodedInputStream input) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(InputStream input) |
static HttpHeaderOption |
HttpHeaderOption.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<HttpHeaderOption> |
HttpHeaderOption.getParserForType() |
List<HttpHeaderOption> |
HttpHeaderActionOrBuilder.getRequestHeadersToAddList()
Headers to add to a matching request before forwarding the request to the backendService.
|
List<HttpHeaderOption> |
HttpHeaderAction.getRequestHeadersToAddList()
Headers to add to a matching request before forwarding the request to the backendService.
|
List<HttpHeaderOption> |
HttpHeaderAction.Builder.getRequestHeadersToAddList()
Headers to add to a matching request before forwarding the request to the backendService.
|
List<HttpHeaderOption> |
HttpHeaderActionOrBuilder.getResponseHeadersToAddList()
Headers to add the response before sending the response back to the client.
|
List<HttpHeaderOption> |
HttpHeaderAction.getResponseHeadersToAddList()
Headers to add the response before sending the response back to the client.
|
List<HttpHeaderOption> |
HttpHeaderAction.Builder.getResponseHeadersToAddList()
Headers to add the response before sending the response back to the client.
|
static com.google.protobuf.Parser<HttpHeaderOption> |
HttpHeaderOption.parser() |
| Modifier and Type | Method and Description |
|---|---|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addRequestHeadersToAdd(HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addRequestHeadersToAdd(int index,
HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addResponseHeadersToAdd(HttpHeaderOption value)
Headers to add the response before sending the response back to the client.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addResponseHeadersToAdd(int index,
HttpHeaderOption value)
Headers to add the response before sending the response back to the client.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.mergeFrom(HttpHeaderOption other) |
static HttpHeaderOption.Builder |
HttpHeaderOption.newBuilder(HttpHeaderOption prototype) |
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.setRequestHeadersToAdd(int index,
HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.setResponseHeadersToAdd(int index,
HttpHeaderOption value)
Headers to add the response before sending the response back to the client.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addAllRequestHeadersToAdd(Iterable<? extends HttpHeaderOption> values)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addAllResponseHeadersToAdd(Iterable<? extends HttpHeaderOption> values)
Headers to add the response before sending the response back to the client.
|
Copyright © 2023 Google LLC. All rights reserved.