Interface SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionOrBuilder (1.51.0)

public interface SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getHeaderName()

public abstract String getHeaderName()

The name of the header to set.

optional string header_name = 110223613;

Returns
TypeDescription
String

The headerName.

getHeaderNameBytes()

public abstract ByteString getHeaderNameBytes()

The name of the header to set.

optional string header_name = 110223613;

Returns
TypeDescription
ByteString

The bytes for headerName.

getHeaderValue()

public abstract String getHeaderValue()

The value to set the named header to.

optional string header_value = 203094335;

Returns
TypeDescription
String

The headerValue.

getHeaderValueBytes()

public abstract ByteString getHeaderValueBytes()

The value to set the named header to.

optional string header_value = 203094335;

Returns
TypeDescription
ByteString

The bytes for headerValue.

hasHeaderName()

public abstract boolean hasHeaderName()

The name of the header to set.

optional string header_name = 110223613;

Returns
TypeDescription
boolean

Whether the headerName field is set.

hasHeaderValue()

public abstract boolean hasHeaderValue()

The value to set the named header to.

optional string header_value = 203094335;

Returns
TypeDescription
boolean

Whether the headerValue field is set.