| Modifier and Type | Method and Description |
|---|---|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpHeaderOption.Builder |
HttpHeaderAction.Builder.addRequestHeadersToAddBuilder()
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOption.Builder |
HttpHeaderAction.Builder.addRequestHeadersToAddBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOption.Builder |
HttpHeaderAction.Builder.addResponseHeadersToAddBuilder()
Headers to add the response before sending the response back to the client.
|
HttpHeaderOption.Builder |
HttpHeaderAction.Builder.addResponseHeadersToAddBuilder(int index)
Headers to add the response before sending the response back to the client.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.clear() |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.clearHeaderName()
The name of the header.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.clearHeaderValue()
The value of the header to add.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.clearReplace()
If false, headerValue is appended to any values that already exist for the header.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.clone() |
HttpHeaderOption.Builder |
HttpHeaderAction.Builder.getRequestHeadersToAddBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderOption.Builder |
HttpHeaderAction.Builder.getResponseHeadersToAddBuilder(int index)
Headers to add the response before sending the response back to the client.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.mergeFrom(HttpHeaderOption other) |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.mergeFrom(com.google.protobuf.Message other) |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static HttpHeaderOption.Builder |
HttpHeaderOption.newBuilder() |
static HttpHeaderOption.Builder |
HttpHeaderOption.newBuilder(HttpHeaderOption prototype) |
HttpHeaderOption.Builder |
HttpHeaderOption.newBuilderForType() |
protected HttpHeaderOption.Builder |
HttpHeaderOption.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.setHeaderName(String value)
The name of the header.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.setHeaderNameBytes(com.google.protobuf.ByteString value)
The name of the header.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.setHeaderValue(String value)
The value of the header to add.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.setHeaderValueBytes(com.google.protobuf.ByteString value)
The value of the header to add.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.setReplace(boolean value)
If false, headerValue is appended to any values that already exist for the header.
|
HttpHeaderOption.Builder |
HttpHeaderOption.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
HttpHeaderOption.Builder |
HttpHeaderOption.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<HttpHeaderOption.Builder> |
HttpHeaderAction.Builder.getRequestHeadersToAddBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.
|
List<HttpHeaderOption.Builder> |
HttpHeaderAction.Builder.getResponseHeadersToAddBuilderList()
Headers to add the response before sending the response back to the client.
|
| Modifier and Type | Method and Description |
|---|---|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addRequestHeadersToAdd(HttpHeaderOption.Builder builderForValue)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addRequestHeadersToAdd(int index,
HttpHeaderOption.Builder builderForValue)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addResponseHeadersToAdd(HttpHeaderOption.Builder builderForValue)
Headers to add the response before sending the response back to the client.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.addResponseHeadersToAdd(int index,
HttpHeaderOption.Builder builderForValue)
Headers to add the response before sending the response back to the client.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.setRequestHeadersToAdd(int index,
HttpHeaderOption.Builder builderForValue)
Headers to add to a matching request before forwarding the request to the backendService.
|
HttpHeaderAction.Builder |
HttpHeaderAction.Builder.setResponseHeadersToAdd(int index,
HttpHeaderOption.Builder builderForValue)
Headers to add the response before sending the response back to the client.
|
Copyright © 2023 Google LLC. All rights reserved.