Interface HttpHeaderActionOrBuilder (1.22.0)

public interface HttpHeaderActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getRequestHeadersToAdd(int index)

public abstract 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

getRequestHeadersToAddCount()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract List<String> 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
List<String>

A list containing the requestHeadersToRemove.

getResponseHeadersToAdd(int index)

public abstract 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

getResponseHeadersToAddCount()

public abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract 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 abstract List<String> 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
List<String>

A list containing the responseHeadersToRemove.