Interface StardocOutputProtos.FunctionReturnInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StardocOutputProtos.FunctionReturnInfo,StardocOutputProtos.FunctionReturnInfo.Builder
- Enclosing class:
- StardocOutputProtos
public static interface StardocOutputProtos.FunctionReturnInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionThe documented return value of the function (if specified in the function's docstring).com.google.protobuf.ByteStringThe documented return value of the function (if specified in the function's docstring).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
-
getDocString
String getDocString()The documented return value of the function (if specified in the function's docstring).
string doc_string = 1;- Returns:
- The docString.
-
getDocStringBytes
com.google.protobuf.ByteString getDocStringBytes()The documented return value of the function (if specified in the function's docstring).
string doc_string = 1;- Returns:
- The bytes for docString.
-