public static interface HttpTarget.HeaderOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
The key of the header.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key of the header.
|
String |
getValue()
The value of the header.
|
com.google.protobuf.ByteString |
getValueBytes()
The value of the header.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getKey()
The key of the header.
string key = 1;com.google.protobuf.ByteString getKeyBytes()
The key of the header.
string key = 1;String getValue()
The value of the header.
string value = 2;com.google.protobuf.ByteString getValueBytes()
The value of the header.
string value = 2;Copyright © 2024 Google LLC. All rights reserved.