public interface SecurityPolicyRuleHttpHeaderActionHttpHeaderOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName()
The name of the header to set.
|
com.google.protobuf.ByteString |
getHeaderNameBytes()
The name of the header to set.
|
String |
getHeaderValue()
The value to set the named header to.
|
com.google.protobuf.ByteString |
getHeaderValueBytes()
The value to set the named header to.
|
boolean |
hasHeaderName()
The name of the header to set.
|
boolean |
hasHeaderValue()
The value to set the named header to.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeaderName()
The name of the header to set.
optional string header_name = 110223613;String getHeaderName()
The name of the header to set.
optional string header_name = 110223613;com.google.protobuf.ByteString getHeaderNameBytes()
The name of the header to set.
optional string header_name = 110223613;boolean hasHeaderValue()
The value to set the named header to.
optional string header_value = 203094335;String getHeaderValue()
The value to set the named header to.
optional string header_value = 203094335;com.google.protobuf.ByteString getHeaderValueBytes()
The value to set the named header to.
optional string header_value = 203094335;Copyright © 2023 Google LLC. All rights reserved.