Package com.google.rpc
Interface Help.LinkOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Help.Link
,Help.Link.Builder
- Enclosing class:
- Help
public static interface Help.LinkOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionDescribes what the link offers.com.google.protobuf.ByteString
Describes what the link offers.getUrl()
The URL of the link.com.google.protobuf.ByteString
The URL of the link.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getDescription
String getDescription()Describes what the link offers.
string description = 1 [json_name = "description"];
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()Describes what the link offers.
string description = 1 [json_name = "description"];
- Returns:
- The bytes for description.
-
getUrl
String getUrl()The URL of the link.
string url = 2 [json_name = "url"];
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()The URL of the link.
string url = 2 [json_name = "url"];
- Returns:
- The bytes for url.
-