Interface WebLinkOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
WebLink,WebLink.Builder
public interface WebLinkOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetLabel()string label = 1 [json_name = "label"];com.google.protobuf.ByteStringgetLabelBytes()string label = 1 [json_name = "label"];java.lang.StringgetUrl()string url = 2 [json_name = "url"];com.google.protobuf.ByteStringgetUrlBytes()string url = 2 [json_name = "url"];
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
string label = 1 [json_name = "label"];- Returns:
- The label.
-
getLabelBytes
com.google.protobuf.ByteString getLabelBytes()
string label = 1 [json_name = "label"];- Returns:
- The bytes for label.
-
getUrl
java.lang.String getUrl()
string url = 2 [json_name = "url"];- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
string url = 2 [json_name = "url"];- Returns:
- The bytes for url.
-
-