public interface SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getHeaderName()
public abstract String getHeaderName()The name of the header to set.
optional string header_name = 110223613;
| Returns | |
|---|---|
| Type | Description |
String |
The headerName. |
getHeaderNameBytes()
public abstract ByteString getHeaderNameBytes()The name of the header to set.
optional string header_name = 110223613;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for headerName. |
getHeaderValue()
public abstract String getHeaderValue()The value to set the named header to.
optional string header_value = 203094335;
| Returns | |
|---|---|
| Type | Description |
String |
The headerValue. |
getHeaderValueBytes()
public abstract ByteString getHeaderValueBytes()The value to set the named header to.
optional string header_value = 203094335;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for headerValue. |
hasHeaderName()
public abstract boolean hasHeaderName()The name of the header to set.
optional string header_name = 110223613;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the headerValue field is set. |