public interface HttpHeaderOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getHeaderName()
The name of the header.
|
com.google.protobuf.ByteString |
getHeaderNameBytes()
The name of the header.
|
String |
getHeaderValue()
The value of the header to add.
|
com.google.protobuf.ByteString |
getHeaderValueBytes()
The value of the header to add.
|
boolean |
getReplace()
If false, headerValue is appended to any values that already exist for the header.
|
boolean |
hasHeaderName()
The name of the header.
|
boolean |
hasHeaderValue()
The value of the header to add.
|
boolean |
hasReplace()
If false, headerValue is appended to any values that already exist for the header.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHeaderName()
The name of the header.
optional string header_name = 110223613;String getHeaderName()
The name of the header.
optional string header_name = 110223613;com.google.protobuf.ByteString getHeaderNameBytes()
The name of the header.
optional string header_name = 110223613;boolean hasHeaderValue()
The value of the header to add.
optional string header_value = 203094335;String getHeaderValue()
The value of the header to add.
optional string header_value = 203094335;com.google.protobuf.ByteString getHeaderValueBytes()
The value of the header to add.
optional string header_value = 203094335;boolean hasReplace()
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.
optional bool replace = 20755124;boolean getReplace()
If false, headerValue is appended to any values that already exist for the header. If true, headerValue is set for the header, discarding any values that were set for that header. The default value is false.
optional bool replace = 20755124;Copyright © 2023 Google LLC. All rights reserved.