Interface FirewallAction.SetHeaderActionOrBuilder (3.27.0)

public static interface FirewallAction.SetHeaderActionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKey()

public abstract String getKey()

The header key to set in the request to the backend server.

string key = 1;

Returns
TypeDescription
String

The key.

getKeyBytes()

public abstract ByteString getKeyBytes()

The header key to set in the request to the backend server.

string key = 1;

Returns
TypeDescription
ByteString

The bytes for key.

getValue()

public abstract String getValue()

The header value to set in the request to the backend server.

string value = 2;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

The header value to set in the request to the backend server.

string value = 2;

Returns
TypeDescription
ByteString

The bytes for value.