Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.FunctionReturnInfo.Builder
Packages that use StardocOutputProtos.FunctionReturnInfo.Builder
-
Uses of StardocOutputProtos.FunctionReturnInfo.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.FunctionReturnInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.FunctionReturnInfo.Builder.clear()StardocOutputProtos.FunctionReturnInfo.Builder.clearDocString()The documented return value of the function (if specified in the function's docstring).StardocOutputProtos.StarlarkFunctionInfo.Builder.getReturnBuilder()The return value for the function.StardocOutputProtos.FunctionReturnInfo.Builder.mergeFrom(StardocOutputProtos.FunctionReturnInfo other) StardocOutputProtos.FunctionReturnInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionReturnInfo.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.FunctionReturnInfo.newBuilder()StardocOutputProtos.FunctionReturnInfo.newBuilder(StardocOutputProtos.FunctionReturnInfo prototype) StardocOutputProtos.FunctionReturnInfo.newBuilderForType()StardocOutputProtos.FunctionReturnInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.FunctionReturnInfo.Builder.setDocString(String value) The documented return value of the function (if specified in the function's docstring).StardocOutputProtos.FunctionReturnInfo.Builder.setDocStringBytes(com.google.protobuf.ByteString value) The documented return value of the function (if specified in the function's docstring).StardocOutputProtos.FunctionReturnInfo.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.FunctionReturnInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.setReturn(StardocOutputProtos.FunctionReturnInfo.Builder builderForValue) The return value for the function.