Package com.google.rpc
Interface Help.LinkOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Help.Link
,Help.Link.Builder
- Enclosing class:
- Help
public static interface Help.LinkOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDescription()
Describes what the link offers.com.google.protobuf.ByteString
getDescriptionBytes()
Describes what the link offers.java.lang.String
getUrl()
The URL of the link.com.google.protobuf.ByteString
getUrlBytes()
The URL of the link.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
Describes what the link offers.
string description = 1;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()
Describes what the link offers.
string description = 1;
- Returns:
- The bytes for description.
-
getUrl
java.lang.String getUrl()
The URL of the link.
string url = 2;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()
The URL of the link.
string url = 2;
- Returns:
- The bytes for url.
-
-