Package com.openapi.v3
Interface ReferenceOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Reference,Reference.Builder
public interface ReferenceOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring description = 3 [json_name = "description"];com.google.protobuf.ByteStringstring description = 3 [json_name = "description"];getRef()string _ref = 1 [json_name = "Ref"];com.google.protobuf.ByteStringstring _ref = 1 [json_name = "Ref"];string summary = 2 [json_name = "summary"];com.google.protobuf.ByteStringstring summary = 2 [json_name = "summary"];Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRef
String getRef()string _ref = 1 [json_name = "Ref"];- Returns:
- The ref.
-
getRefBytes
com.google.protobuf.ByteString getRefBytes()string _ref = 1 [json_name = "Ref"];- Returns:
- The bytes for ref.
-
getSummary
String getSummary()string summary = 2 [json_name = "summary"];- Returns:
- The summary.
-
getSummaryBytes
com.google.protobuf.ByteString getSummaryBytes()string summary = 2 [json_name = "summary"];- Returns:
- The bytes for summary.
-
getDescription
String getDescription()string description = 3 [json_name = "description"];- Returns:
- The description.
-
getDescriptionBytes
com.google.protobuf.ByteString getDescriptionBytes()string description = 3 [json_name = "description"];- Returns:
- The bytes for description.
-