Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.StarlarkFunctionInfo.Builder
Packages that use StardocOutputProtos.StarlarkFunctionInfo.Builder
-
Uses of StardocOutputProtos.StarlarkFunctionInfo.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.StarlarkFunctionInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.addAllParameter(Iterable<? extends StardocOutputProtos.FunctionParamInfo> values) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.ModuleInfo.Builder.addFuncInfoBuilder()repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ModuleInfo.Builder.addFuncInfoBuilder(int index) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.StarlarkFunctionInfo.Builder.addParameter(int index, StardocOutputProtos.FunctionParamInfo value) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.Builder.addParameter(int index, StardocOutputProtos.FunctionParamInfo.Builder builderForValue) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.Builder.addParameter(StardocOutputProtos.FunctionParamInfo value) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.Builder.addParameter(StardocOutputProtos.FunctionParamInfo.Builder builderForValue) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.Builder.clear()StardocOutputProtos.StarlarkFunctionInfo.Builder.clearDeprecated()The deprecation for the function.StardocOutputProtos.StarlarkFunctionInfo.Builder.clearDocString()The documented description of the function (if specified in the function's docstring).StardocOutputProtos.StarlarkFunctionInfo.Builder.clearFunctionName()The name under which the function is made accessible to a user of this module, including any structs it is nested in, for example "foo.frobnicate".StardocOutputProtos.StarlarkFunctionInfo.Builder.clearOriginKey()The module where and the name under which the function was originally declared.StardocOutputProtos.StarlarkFunctionInfo.Builder.clearParameter()The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.Builder.clearReturn()The return value for the function.StardocOutputProtos.ModuleInfo.Builder.getFuncInfoBuilder(int index) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ProviderInfo.Builder.getInitBuilder()The provider's init callback.StardocOutputProtos.StarlarkFunctionInfo.Builder.mergeDeprecated(StardocOutputProtos.FunctionDeprecationInfo value) The deprecation for the function.StardocOutputProtos.StarlarkFunctionInfo.Builder.mergeFrom(StardocOutputProtos.StarlarkFunctionInfo other) StardocOutputProtos.StarlarkFunctionInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.StarlarkFunctionInfo.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.StarlarkFunctionInfo.Builder.mergeOriginKey(StardocOutputProtos.OriginKey value) The module where and the name under which the function was originally declared.StardocOutputProtos.StarlarkFunctionInfo.Builder.mergeReturn(StardocOutputProtos.FunctionReturnInfo value) The return value for the function.StardocOutputProtos.StarlarkFunctionInfo.newBuilder()StardocOutputProtos.StarlarkFunctionInfo.newBuilder(StardocOutputProtos.StarlarkFunctionInfo prototype) StardocOutputProtos.StarlarkFunctionInfo.newBuilderForType()StardocOutputProtos.StarlarkFunctionInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.StarlarkFunctionInfo.Builder.removeParameter(int index) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.Builder.setDeprecated(StardocOutputProtos.FunctionDeprecationInfo value) The deprecation for the function.StardocOutputProtos.StarlarkFunctionInfo.Builder.setDeprecated(StardocOutputProtos.FunctionDeprecationInfo.Builder builderForValue) The deprecation for the function.StardocOutputProtos.StarlarkFunctionInfo.Builder.setDocString(String value) The documented description of the function (if specified in the function's docstring).StardocOutputProtos.StarlarkFunctionInfo.Builder.setDocStringBytes(com.google.protobuf.ByteString value) The documented description of the function (if specified in the function's docstring).StardocOutputProtos.StarlarkFunctionInfo.Builder.setFunctionName(String value) The name under which the function is made accessible to a user of this module, including any structs it is nested in, for example "foo.frobnicate".StardocOutputProtos.StarlarkFunctionInfo.Builder.setFunctionNameBytes(com.google.protobuf.ByteString value) The name under which the function is made accessible to a user of this module, including any structs it is nested in, for example "foo.frobnicate".StardocOutputProtos.StarlarkFunctionInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey value) The module where and the name under which the function was originally declared.StardocOutputProtos.StarlarkFunctionInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The module where and the name under which the function was originally declared.StardocOutputProtos.StarlarkFunctionInfo.Builder.setParameter(int index, StardocOutputProtos.FunctionParamInfo value) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.Builder.setParameter(int index, StardocOutputProtos.FunctionParamInfo.Builder builderForValue) The parameters for the function, in the following order: - positional parameters - keyword-only parameters - residual varargs parameter (`*args`) - residual keyword arguments parameter (`**kwargs`) This order differs from the order in which parameters are listed in the function's declaration (where positional parameters and keyword-only parameters are separated either by `*` or `*args`).StardocOutputProtos.StarlarkFunctionInfo.Builder.setReturn(StardocOutputProtos.FunctionReturnInfo value) The return value for the function.StardocOutputProtos.StarlarkFunctionInfo.Builder.setReturn(StardocOutputProtos.FunctionReturnInfo.Builder builderForValue) The return value for the function.StardocOutputProtos.StarlarkFunctionInfo.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.StarlarkFunctionInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.getFuncInfoBuilderList()repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.StarlarkFunctionInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.addFuncInfo(int index, StardocOutputProtos.StarlarkFunctionInfo.Builder builderForValue) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ModuleInfo.Builder.addFuncInfo(StardocOutputProtos.StarlarkFunctionInfo.Builder builderForValue) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ModuleInfo.Builder.setFuncInfo(int index, StardocOutputProtos.StarlarkFunctionInfo.Builder builderForValue) repeated .stardoc_output.StarlarkFunctionInfo func_info = 3;StardocOutputProtos.ProviderInfo.Builder.setInit(StardocOutputProtos.StarlarkFunctionInfo.Builder builderForValue) The provider's init callback.