Class HttpHeaderAction.Builder (1.14.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
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;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.HttpHeaderOption>
Returns
TypeDescription
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;

Parameter
NameDescription
valuesIterable<String>

The requestHeadersToRemove to add.

Returns
TypeDescription
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;

Parameter
NameDescription
valuesIterable<? extends com.google.cloud.compute.v1.HttpHeaderOption>
Returns
TypeDescription
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;

Parameter
NameDescription
valuesIterable<String>

The responseHeadersToRemove to add.

Returns
TypeDescription
HttpHeaderAction.Builder

This builder for chaining.

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public HttpHeaderAction.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

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;

Parameter
NameDescription
valueHttpHeaderOption
Returns
TypeDescription
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;

Parameter
NameDescription
builderForValueHttpHeaderOption.Builder
Returns
TypeDescription
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;

Parameters
NameDescription
indexint
valueHttpHeaderOption
Returns
TypeDescription
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;

Parameters
NameDescription
indexint
builderForValueHttpHeaderOption.Builder
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Parameter
NameDescription
valueString

The requestHeadersToRemove to add.

Returns
TypeDescription
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;

Parameter
NameDescription
valueByteString

The bytes of the requestHeadersToRemove to add.

Returns
TypeDescription
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;

Parameter
NameDescription
valueHttpHeaderOption
Returns
TypeDescription
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;

Parameter
NameDescription
builderForValueHttpHeaderOption.Builder
Returns
TypeDescription
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;

Parameters
NameDescription
indexint
valueHttpHeaderOption
Returns
TypeDescription
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;

Parameters
NameDescription
indexint
builderForValueHttpHeaderOption.Builder
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Parameter
NameDescription
valueString

The responseHeadersToRemove to add.

Returns
TypeDescription
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;

Parameter
NameDescription
valueByteString

The bytes of the responseHeadersToRemove to add.

Returns
TypeDescription
HttpHeaderAction.Builder

This builder for chaining.

build()

public HttpHeaderAction build()
Returns
TypeDescription
HttpHeaderAction

buildPartial()

public HttpHeaderAction buildPartial()
Returns
TypeDescription
HttpHeaderAction

clear()

public HttpHeaderAction.Builder clear()
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public HttpHeaderAction.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public HttpHeaderAction.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
HttpHeaderAction.Builder

This builder for chaining.

clone()

public HttpHeaderAction.Builder clone()
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

getDefaultInstanceForType()

public HttpHeaderAction getDefaultInstanceForType()
Returns
TypeDescription
HttpHeaderAction

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
ProtocolStringList

A list containing the responseHeadersToRemove.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(HttpHeaderAction other)

public HttpHeaderAction.Builder mergeFrom(HttpHeaderAction other)
Parameter
NameDescription
otherHttpHeaderAction
Returns
TypeDescription
HttpHeaderAction.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public HttpHeaderAction.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public HttpHeaderAction.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final HttpHeaderAction.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

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;

Parameter
NameDescription
indexint
Returns
TypeDescription
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;

Parameter
NameDescription
indexint
Returns
TypeDescription
HttpHeaderAction.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public HttpHeaderAction.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public HttpHeaderAction.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides

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;

Parameters
NameDescription
indexint
valueHttpHeaderOption
Returns
TypeDescription
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;

Parameters
NameDescription
indexint
builderForValueHttpHeaderOption.Builder
Returns
TypeDescription
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;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The requestHeadersToRemove to set.

Returns
TypeDescription
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;

Parameters
NameDescription
indexint
valueHttpHeaderOption
Returns
TypeDescription
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;

Parameters
NameDescription
indexint
builderForValueHttpHeaderOption.Builder
Returns
TypeDescription
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;

Parameters
NameDescription
indexint

The index to set the value at.

valueString

The responseHeadersToRemove to set.

Returns
TypeDescription
HttpHeaderAction.Builder

This builder for chaining.

setUnknownFields(UnknownFieldSet unknownFields)

public final HttpHeaderAction.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
HttpHeaderAction.Builder
Overrides