public interface HelpLinkOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDescription()
public abstract String getDescription()Describes what the link offers.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
String |
The description. |
getDescriptionBytes()
public abstract ByteString getDescriptionBytes()Describes what the link offers.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for description. |
getUrl()
public abstract String getUrl()The URL of the link.
optional string url = 116079;
| Returns | |
|---|---|
| Type | Description |
String |
The url. |
getUrlBytes()
public abstract ByteString getUrlBytes()The URL of the link.
optional string url = 116079;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for url. |
hasDescription()
public abstract boolean hasDescription()Describes what the link offers.
optional string description = 422937596;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the description field is set. |
hasUrl()
public abstract boolean hasUrl()The URL of the link.
optional string url = 116079;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the url field is set. |