public static interface Probe.HttpHeaderOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
string name = 1;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
The header field name. This will be canonicalized upon output, so case-variant names will be understood as the same header.
string name = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getValue()
public abstract String getValue()
The header field value
string value = 2;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
The header field value
string value = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |