- 1.62.0 (latest)
- 1.61.0
- 1.59.0
- 1.58.0
- 1.57.0
- 1.56.0
- 1.55.0
- 1.54.0
- 1.53.0
- 1.52.0
- 1.51.0
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.24.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.1
- 1.11.0
- 1.9.1
- 1.8.1
- 1.7.2
- 1.6.0-beta
public static final class HttpHeaderAction.Builder extends GeneratedMessageV3.Builder<HttpHeaderAction.Builder> implements HttpHeaderActionOrBuilder
The request and response header transformations that take effect before the request is passed along to the selected backendService.
Protobuf type google.cloud.compute.v1.HttpHeaderAction
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > HttpHeaderAction.BuilderImplements
HttpHeaderActionOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllRequestHeadersToAdd(Iterable<? extends HttpHeaderOption> values)
public HttpHeaderAction.Builder addAllRequestHeadersToAdd(Iterable<? extends HttpHeaderOption> values)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.HttpHeaderOption> |
Type | Description |
HttpHeaderAction.Builder |
addAllRequestHeadersToRemove(Iterable<String> values)
public HttpHeaderAction.Builder addAllRequestHeadersToRemove(Iterable<String> values)
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Name | Description |
values | Iterable<String> The requestHeadersToRemove to add. |
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
addAllResponseHeadersToAdd(Iterable<? extends HttpHeaderOption> values)
public HttpHeaderAction.Builder addAllResponseHeadersToAdd(Iterable<? extends HttpHeaderOption> values)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
values | Iterable<? extends com.google.cloud.compute.v1.HttpHeaderOption> |
Type | Description |
HttpHeaderAction.Builder |
addAllResponseHeadersToRemove(Iterable<String> values)
public HttpHeaderAction.Builder addAllResponseHeadersToRemove(Iterable<String> values)
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Name | Description |
values | Iterable<String> The responseHeadersToRemove to add. |
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public HttpHeaderAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
HttpHeaderAction.Builder |
addRequestHeadersToAdd(HttpHeaderOption value)
public HttpHeaderAction.Builder addRequestHeadersToAdd(HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
value | HttpHeaderOption |
Type | Description |
HttpHeaderAction.Builder |
addRequestHeadersToAdd(HttpHeaderOption.Builder builderForValue)
public HttpHeaderAction.Builder addRequestHeadersToAdd(HttpHeaderOption.Builder builderForValue)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
builderForValue | HttpHeaderOption.Builder |
Type | Description |
HttpHeaderAction.Builder |
addRequestHeadersToAdd(int index, HttpHeaderOption value)
public HttpHeaderAction.Builder addRequestHeadersToAdd(int index, HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
value | HttpHeaderOption |
Type | Description |
HttpHeaderAction.Builder |
addRequestHeadersToAdd(int index, HttpHeaderOption.Builder builderForValue)
public HttpHeaderAction.Builder addRequestHeadersToAdd(int index, HttpHeaderOption.Builder builderForValue)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
builderForValue | HttpHeaderOption.Builder |
Type | Description |
HttpHeaderAction.Builder |
addRequestHeadersToAddBuilder()
public HttpHeaderOption.Builder addRequestHeadersToAddBuilder()
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Type | Description |
HttpHeaderOption.Builder |
addRequestHeadersToAddBuilder(int index)
public HttpHeaderOption.Builder addRequestHeadersToAddBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
Type | Description |
HttpHeaderOption.Builder |
addRequestHeadersToRemove(String value)
public HttpHeaderAction.Builder addRequestHeadersToRemove(String value)
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Name | Description |
value | String The requestHeadersToRemove to add. |
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
addRequestHeadersToRemoveBytes(ByteString value)
public HttpHeaderAction.Builder addRequestHeadersToRemoveBytes(ByteString value)
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Name | Description |
value | ByteString The bytes of the requestHeadersToRemove to add. |
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
addResponseHeadersToAdd(HttpHeaderOption value)
public HttpHeaderAction.Builder addResponseHeadersToAdd(HttpHeaderOption value)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
value | HttpHeaderOption |
Type | Description |
HttpHeaderAction.Builder |
addResponseHeadersToAdd(HttpHeaderOption.Builder builderForValue)
public HttpHeaderAction.Builder addResponseHeadersToAdd(HttpHeaderOption.Builder builderForValue)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
builderForValue | HttpHeaderOption.Builder |
Type | Description |
HttpHeaderAction.Builder |
addResponseHeadersToAdd(int index, HttpHeaderOption value)
public HttpHeaderAction.Builder addResponseHeadersToAdd(int index, HttpHeaderOption value)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
value | HttpHeaderOption |
Type | Description |
HttpHeaderAction.Builder |
addResponseHeadersToAdd(int index, HttpHeaderOption.Builder builderForValue)
public HttpHeaderAction.Builder addResponseHeadersToAdd(int index, HttpHeaderOption.Builder builderForValue)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
builderForValue | HttpHeaderOption.Builder |
Type | Description |
HttpHeaderAction.Builder |
addResponseHeadersToAddBuilder()
public HttpHeaderOption.Builder addResponseHeadersToAddBuilder()
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Type | Description |
HttpHeaderOption.Builder |
addResponseHeadersToAddBuilder(int index)
public HttpHeaderOption.Builder addResponseHeadersToAddBuilder(int index)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
Type | Description |
HttpHeaderOption.Builder |
addResponseHeadersToRemove(String value)
public HttpHeaderAction.Builder addResponseHeadersToRemove(String value)
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Name | Description |
value | String The responseHeadersToRemove to add. |
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
addResponseHeadersToRemoveBytes(ByteString value)
public HttpHeaderAction.Builder addResponseHeadersToRemoveBytes(ByteString value)
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Name | Description |
value | ByteString The bytes of the responseHeadersToRemove to add. |
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
build()
public HttpHeaderAction build()
Type | Description |
HttpHeaderAction |
buildPartial()
public HttpHeaderAction buildPartial()
Type | Description |
HttpHeaderAction |
clear()
public HttpHeaderAction.Builder clear()
Type | Description |
HttpHeaderAction.Builder |
clearField(Descriptors.FieldDescriptor field)
public HttpHeaderAction.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
HttpHeaderAction.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public HttpHeaderAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
HttpHeaderAction.Builder |
clearRequestHeadersToAdd()
public HttpHeaderAction.Builder clearRequestHeadersToAdd()
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Type | Description |
HttpHeaderAction.Builder |
clearRequestHeadersToRemove()
public HttpHeaderAction.Builder clearRequestHeadersToRemove()
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
clearResponseHeadersToAdd()
public HttpHeaderAction.Builder clearResponseHeadersToAdd()
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Type | Description |
HttpHeaderAction.Builder |
clearResponseHeadersToRemove()
public HttpHeaderAction.Builder clearResponseHeadersToRemove()
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
clone()
public HttpHeaderAction.Builder clone()
Type | Description |
HttpHeaderAction.Builder |
getDefaultInstanceForType()
public HttpHeaderAction getDefaultInstanceForType()
Type | Description |
HttpHeaderAction |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getRequestHeadersToAdd(int index)
public HttpHeaderOption getRequestHeadersToAdd(int index)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
Type | Description |
HttpHeaderOption |
getRequestHeadersToAddBuilder(int index)
public HttpHeaderOption.Builder getRequestHeadersToAddBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
Type | Description |
HttpHeaderOption.Builder |
getRequestHeadersToAddBuilderList()
public List<HttpHeaderOption.Builder> getRequestHeadersToAddBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Type | Description |
List<Builder> |
getRequestHeadersToAddCount()
public int getRequestHeadersToAddCount()
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Type | Description |
int |
getRequestHeadersToAddList()
public List<HttpHeaderOption> getRequestHeadersToAddList()
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Type | Description |
List<HttpHeaderOption> |
getRequestHeadersToAddOrBuilder(int index)
public HttpHeaderOptionOrBuilder getRequestHeadersToAddOrBuilder(int index)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
Type | Description |
HttpHeaderOptionOrBuilder |
getRequestHeadersToAddOrBuilderList()
public List<? extends HttpHeaderOptionOrBuilder> getRequestHeadersToAddOrBuilderList()
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Type | Description |
List<? extends com.google.cloud.compute.v1.HttpHeaderOptionOrBuilder> |
getRequestHeadersToRemove(int index)
public String getRequestHeadersToRemove(int index)
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The requestHeadersToRemove at the given index. |
getRequestHeadersToRemoveBytes(int index)
public ByteString getRequestHeadersToRemoveBytes(int index)
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the requestHeadersToRemove at the given index. |
getRequestHeadersToRemoveCount()
public int getRequestHeadersToRemoveCount()
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Type | Description |
int | The count of requestHeadersToRemove. |
getRequestHeadersToRemoveList()
public ProtocolStringList getRequestHeadersToRemoveList()
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Type | Description |
ProtocolStringList | A list containing the requestHeadersToRemove. |
getResponseHeadersToAdd(int index)
public HttpHeaderOption getResponseHeadersToAdd(int index)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
Type | Description |
HttpHeaderOption |
getResponseHeadersToAddBuilder(int index)
public HttpHeaderOption.Builder getResponseHeadersToAddBuilder(int index)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
Type | Description |
HttpHeaderOption.Builder |
getResponseHeadersToAddBuilderList()
public List<HttpHeaderOption.Builder> getResponseHeadersToAddBuilderList()
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Type | Description |
List<Builder> |
getResponseHeadersToAddCount()
public int getResponseHeadersToAddCount()
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Type | Description |
int |
getResponseHeadersToAddList()
public List<HttpHeaderOption> getResponseHeadersToAddList()
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Type | Description |
List<HttpHeaderOption> |
getResponseHeadersToAddOrBuilder(int index)
public HttpHeaderOptionOrBuilder getResponseHeadersToAddOrBuilder(int index)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
Type | Description |
HttpHeaderOptionOrBuilder |
getResponseHeadersToAddOrBuilderList()
public List<? extends HttpHeaderOptionOrBuilder> getResponseHeadersToAddOrBuilderList()
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Type | Description |
List<? extends com.google.cloud.compute.v1.HttpHeaderOptionOrBuilder> |
getResponseHeadersToRemove(int index)
public String getResponseHeadersToRemove(int index)
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The responseHeadersToRemove at the given index. |
getResponseHeadersToRemoveBytes(int index)
public ByteString getResponseHeadersToRemoveBytes(int index)
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the responseHeadersToRemove at the given index. |
getResponseHeadersToRemoveCount()
public int getResponseHeadersToRemoveCount()
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Type | Description |
int | The count of responseHeadersToRemove. |
getResponseHeadersToRemoveList()
public ProtocolStringList getResponseHeadersToRemoveList()
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Type | Description |
ProtocolStringList | A list containing the responseHeadersToRemove. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(HttpHeaderAction other)
public HttpHeaderAction.Builder mergeFrom(HttpHeaderAction other)
Name | Description |
other | HttpHeaderAction |
Type | Description |
HttpHeaderAction.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public HttpHeaderAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
HttpHeaderAction.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public HttpHeaderAction.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
HttpHeaderAction.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final HttpHeaderAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
HttpHeaderAction.Builder |
removeRequestHeadersToAdd(int index)
public HttpHeaderAction.Builder removeRequestHeadersToAdd(int index)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
Type | Description |
HttpHeaderAction.Builder |
removeResponseHeadersToAdd(int index)
public HttpHeaderAction.Builder removeResponseHeadersToAdd(int index)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
Type | Description |
HttpHeaderAction.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public HttpHeaderAction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
HttpHeaderAction.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public HttpHeaderAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
HttpHeaderAction.Builder |
setRequestHeadersToAdd(int index, HttpHeaderOption value)
public HttpHeaderAction.Builder setRequestHeadersToAdd(int index, HttpHeaderOption value)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
value | HttpHeaderOption |
Type | Description |
HttpHeaderAction.Builder |
setRequestHeadersToAdd(int index, HttpHeaderOption.Builder builderForValue)
public HttpHeaderAction.Builder setRequestHeadersToAdd(int index, HttpHeaderOption.Builder builderForValue)
Headers to add to a matching request before forwarding the request to the backendService.
repeated .google.cloud.compute.v1.HttpHeaderOption request_headers_to_add = 72111974;
Name | Description |
index | int |
builderForValue | HttpHeaderOption.Builder |
Type | Description |
HttpHeaderAction.Builder |
setRequestHeadersToRemove(int index, String value)
public HttpHeaderAction.Builder setRequestHeadersToRemove(int index, String value)
A list of header names for headers that need to be removed from the request before forwarding the request to the backendService.
repeated string request_headers_to_remove = 218425247;
Name | Description |
index | int The index to set the value at. |
value | String The requestHeadersToRemove to set. |
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
setResponseHeadersToAdd(int index, HttpHeaderOption value)
public HttpHeaderAction.Builder setResponseHeadersToAdd(int index, HttpHeaderOption value)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
value | HttpHeaderOption |
Type | Description |
HttpHeaderAction.Builder |
setResponseHeadersToAdd(int index, HttpHeaderOption.Builder builderForValue)
public HttpHeaderAction.Builder setResponseHeadersToAdd(int index, HttpHeaderOption.Builder builderForValue)
Headers to add the response before sending the response back to the client.
repeated .google.cloud.compute.v1.HttpHeaderOption response_headers_to_add = 32136052;
Name | Description |
index | int |
builderForValue | HttpHeaderOption.Builder |
Type | Description |
HttpHeaderAction.Builder |
setResponseHeadersToRemove(int index, String value)
public HttpHeaderAction.Builder setResponseHeadersToRemove(int index, String value)
A list of header names for headers that need to be removed from the response before sending the response back to the client.
repeated string response_headers_to_remove = 75415761;
Name | Description |
index | int The index to set the value at. |
value | String The responseHeadersToRemove to set. |
Type | Description |
HttpHeaderAction.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final HttpHeaderAction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
HttpHeaderAction.Builder |