public static interface Help.LinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDescription()
Describes what the link offers.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Describes what the link offers.
|
String |
getUrl()
The URL of the link.
|
com.google.protobuf.ByteString |
getUrlBytes()
The URL of the link.
|
String getDescription()
Describes what the link offers.
string description = 1;com.google.protobuf.ByteString getDescriptionBytes()
Describes what the link offers.
string description = 1;String getUrl()
The URL of the link.
string url = 2;com.google.protobuf.ByteString getUrlBytes()
The URL of the link.
string url = 2;Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.