Interface UrlMapTestHeaderOrBuilder (1.51.0)

public interface UrlMapTestHeaderOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getName()

public abstract String getName()

Header name.

optional string name = 3373707;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract ByteString getNameBytes()

Header name.

optional string name = 3373707;

Returns
TypeDescription
ByteString

The bytes for name.

getValue()

public abstract String getValue()

Header value.

optional string value = 111972721;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

Header value.

optional string value = 111972721;

Returns
TypeDescription
ByteString

The bytes for value.

hasName()

public abstract boolean hasName()

Header name.

optional string name = 3373707;

Returns
TypeDescription
boolean

Whether the name field is set.

hasValue()

public abstract boolean hasValue()

Header value.

optional string value = 111972721;

Returns
TypeDescription
boolean

Whether the value field is set.