public static interface Help.LinkOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Describes what the link offers.
|
ByteString |
getDescriptionBytes()
Describes what the link offers.
|
java.lang.String |
getUrl()
The URL of the link.
|
ByteString |
getUrlBytes()
The URL of the link.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getDescription()
Describes what the link offers.
string description = 1;
ByteString getDescriptionBytes()
Describes what the link offers.
string description = 1;
java.lang.String getUrl()
The URL of the link.
string url = 2;
ByteString getUrlBytes()
The URL of the link.
string url = 2;