Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.FunctionParamInfo.Builder
Packages that use StardocOutputProtos.FunctionParamInfo.Builder
-
Uses of StardocOutputProtos.FunctionParamInfo.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.FunctionParamInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.addParameterBuilder()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.addParameterBuilder(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.FunctionParamInfo.Builder.clear()StardocOutputProtos.FunctionParamInfo.Builder.clearDefaultValue()If not an empty string, the default value of the parameter displayed as a string.StardocOutputProtos.FunctionParamInfo.Builder.clearDocString()The documented description of the parameter (if specified in the function's docstring).StardocOutputProtos.FunctionParamInfo.Builder.clearMandatory()If true, the default value is unset and a value is needed for this parameter.StardocOutputProtos.FunctionParamInfo.Builder.clearName()The name of the parameter.StardocOutputProtos.FunctionParamInfo.Builder.clearRole()The parameter's syntactic role.StardocOutputProtos.StarlarkFunctionInfo.Builder.getParameterBuilder(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.FunctionParamInfo.Builder.mergeFrom(StardocOutputProtos.FunctionParamInfo other) StardocOutputProtos.FunctionParamInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.FunctionParamInfo.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.FunctionParamInfo.newBuilder()StardocOutputProtos.FunctionParamInfo.newBuilder(StardocOutputProtos.FunctionParamInfo prototype) StardocOutputProtos.FunctionParamInfo.newBuilderForType()StardocOutputProtos.FunctionParamInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.FunctionParamInfo.Builder.setDefaultValue(String value) If not an empty string, the default value of the parameter displayed as a string.StardocOutputProtos.FunctionParamInfo.Builder.setDefaultValueBytes(com.google.protobuf.ByteString value) If not an empty string, the default value of the parameter displayed as a string.StardocOutputProtos.FunctionParamInfo.Builder.setDocString(String value) The documented description of the parameter (if specified in the function's docstring).StardocOutputProtos.FunctionParamInfo.Builder.setDocStringBytes(com.google.protobuf.ByteString value) The documented description of the parameter (if specified in the function's docstring).StardocOutputProtos.FunctionParamInfo.Builder.setMandatory(boolean value) If true, the default value is unset and a value is needed for this parameter.The name of the parameter.StardocOutputProtos.FunctionParamInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the parameter.StardocOutputProtos.FunctionParamInfo.Builder.setRole(StardocOutputProtos.FunctionParamRole value) The parameter's syntactic role.StardocOutputProtos.FunctionParamInfo.Builder.setRoleValue(int value) The parameter's syntactic role.StardocOutputProtos.FunctionParamInfo.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.FunctionParamInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.StarlarkFunctionInfo.Builder.getParameterBuilderList()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`).Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.FunctionParamInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.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.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.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`).