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