Interface URLFetchServicePb.URLFetchRequest.HeaderOrBuilder (2.0.0)

public static interface URLFetchServicePb.URLFetchRequest.HeaderOrBuilder extends MessageOrBuilder

Implements

com.google.protobuf.MessageOrBuilder

Methods

getKey()

public abstract String getKey()
Returns
Type Description
String

getKeyBytes()

public abstract ByteString getKeyBytes()
Returns
Type Description
com.google.protobuf.ByteString

getValue()

public abstract String getValue()
Returns
Type Description
String

getValueBytes()

public abstract ByteString getValueBytes()
Returns
Type Description
com.google.protobuf.ByteString

hasKey()

public abstract boolean hasKey()
Returns
Type Description
boolean

hasValue()

public abstract boolean hasValue()
Returns
Type Description
boolean