public interface HelpLinkOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
boolean |
hasDescription()
Describes what the link offers.
|
boolean |
hasUrl()
The URL of the link.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDescription()
Describes what the link offers.
optional string description = 422937596;String getDescription()
Describes what the link offers.
optional string description = 422937596;com.google.protobuf.ByteString getDescriptionBytes()
Describes what the link offers.
optional string description = 422937596;boolean hasUrl()
The URL of the link.
optional string url = 116079;String getUrl()
The URL of the link.
optional string url = 116079;com.google.protobuf.ByteString getUrlBytes()
The URL of the link.
optional string url = 116079;Copyright © 2023 Google LLC. All rights reserved.