Interface Openapiv2.ExternalDocumentationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Openapiv2.ExternalDocumentation
,Openapiv2.ExternalDocumentation.Builder
- Enclosing class:
- Openapiv2
public static interface Openapiv2.ExternalDocumentationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA short description of the target documentation.com.google.protobuf.ByteString
A short description of the target documentation.getUrl()
The URL for the target documentation.com.google.protobuf.ByteString
The URL for the target documentation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescription
String getDescription()A short description of the target documentation. GFM syntax can be used for rich text representation.
string description = 1;
- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()A short description of the target documentation. GFM syntax can be used for rich text representation.
string description = 1;
- Returns:
- The bytes for description.
-
getUrl
String getUrl()The URL for the target documentation. Value MUST be in the format of a URL.
string url = 2;
- Returns:
- The url.
-
getUrlBytes
com.google.protobuf.ByteString getUrlBytes()The URL for the target documentation. Value MUST be in the format of a URL.
string url = 2;
- Returns:
- The bytes for url.
-