Interface Help.LinkOrBuilder (2.7.4)

public static interface Help.LinkOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDescription()

public abstract String getDescription()

Describes what the link offers.

string description = 1;

Returns
TypeDescription
String

The description.

getDescriptionBytes()

public abstract ByteString getDescriptionBytes()

Describes what the link offers.

string description = 1;

Returns
TypeDescription
ByteString

The bytes for description.

getUrl()

public abstract String getUrl()

The URL of the link.

string url = 2;

Returns
TypeDescription
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

The URL of the link.

string url = 2;

Returns
TypeDescription
ByteString

The bytes for url.