public interface ExternalDocumentationOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
A short description of the target documentation.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
A short description of the target documentation.
|
java.lang.String |
getUrl()
The URL for the target documentation.
|
com.google.protobuf.ByteString |
getUrlBytes()
The URL for the target documentation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.lang.String getDescription()
A short description of the target documentation. GFM syntax can be used for rich text representation.
string description = 1 [json_name = "description"];
com.google.protobuf.ByteString getDescriptionBytes()
A short description of the target documentation. GFM syntax can be used for rich text representation.
string description = 1 [json_name = "description"];
java.lang.String getUrl()
The URL for the target documentation. Value MUST be in the format of a URL.
string url = 2 [json_name = "url"];
com.google.protobuf.ByteString getUrlBytes()
The URL for the target documentation. Value MUST be in the format of a URL.
string url = 2 [json_name = "url"];