public interface UrlMapTestHeaderOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getName()
public abstract String getName()
Header name.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()
Header name.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for name. |
getValue()
public abstract String getValue()
Header value.
optional string value = 111972721;
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
Header value.
optional string value = 111972721;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |
hasName()
public abstract boolean hasName()
Header name.
optional string name = 3373707;
Returns | |
---|---|
Type | Description |
boolean |
Whether the name field is set. |
hasValue()
public abstract boolean hasValue()
Header value.
optional string value = 111972721;
Returns | |
---|---|
Type | Description |
boolean |
Whether the value field is set. |