Interface HelpLinkOrBuilder (1.49.0)

public interface HelpLinkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Describes what the link offers.

optional string description = 422937596;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Describes what the link offers.

optional string description = 422937596;

Returns
TypeDescription
ByteString

The bytes for description.

getUrl()

public abstract String getUrl()

The URL of the link.

optional string url = 116079;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

The URL of the link.

optional string url = 116079;

Returns
TypeDescription
ByteString

The bytes for url.

hasDescription()

public abstract boolean hasDescription()

Describes what the link offers.

optional string description = 422937596;

Returns
TypeDescription
boolean

Whether the description field is set.

hasUrl()

public abstract boolean hasUrl()

The URL of the link.

optional string url = 116079;

Returns
TypeDescription
boolean

Whether the url field is set.