Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.MacroInfo.Builder
Packages that use StardocOutputProtos.MacroInfo.Builder
-
Uses of StardocOutputProtos.MacroInfo.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.MacroInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.MacroInfo.Builder.addAllAttribute(Iterable<? extends StardocOutputProtos.AttributeInfo> values) The attributes of the macro.StardocOutputProtos.MacroInfo.Builder.addAttribute(int index, StardocOutputProtos.AttributeInfo value) The attributes of the macro.StardocOutputProtos.MacroInfo.Builder.addAttribute(int index, StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the macro.StardocOutputProtos.MacroInfo.Builder.addAttribute(StardocOutputProtos.AttributeInfo value) The attributes of the macro.StardocOutputProtos.MacroInfo.Builder.addAttribute(StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the macro.StardocOutputProtos.ModuleInfo.Builder.addMacroInfoBuilder()repeated .stardoc_output.MacroInfo macro_info = 9;StardocOutputProtos.ModuleInfo.Builder.addMacroInfoBuilder(int index) repeated .stardoc_output.MacroInfo macro_info = 9;StardocOutputProtos.MacroInfo.Builder.clear()StardocOutputProtos.MacroInfo.Builder.clearAttribute()The attributes of the macro.StardocOutputProtos.MacroInfo.Builder.clearDocString()The documentation string of the macro.StardocOutputProtos.MacroInfo.Builder.clearMacroName()The name under which the macro is made accessible to a user of this module, including any structs it is nested in, for example "foo.foo_library".StardocOutputProtos.MacroInfo.Builder.clearOriginKey()The module where and the name under which the macro was originally declared.StardocOutputProtos.ModuleInfo.Builder.getMacroInfoBuilder(int index) repeated .stardoc_output.MacroInfo macro_info = 9;StardocOutputProtos.MacroInfo.Builder.mergeFrom(StardocOutputProtos.MacroInfo other) StardocOutputProtos.MacroInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.MacroInfo.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.MacroInfo.Builder.mergeOriginKey(StardocOutputProtos.OriginKey value) The module where and the name under which the macro was originally declared.StardocOutputProtos.MacroInfo.newBuilder()StardocOutputProtos.MacroInfo.newBuilder(StardocOutputProtos.MacroInfo prototype) StardocOutputProtos.MacroInfo.newBuilderForType()protected StardocOutputProtos.MacroInfo.BuilderStardocOutputProtos.MacroInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.MacroInfo.Builder.removeAttribute(int index) The attributes of the macro.StardocOutputProtos.MacroInfo.Builder.setAttribute(int index, StardocOutputProtos.AttributeInfo value) The attributes of the macro.StardocOutputProtos.MacroInfo.Builder.setAttribute(int index, StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the macro.StardocOutputProtos.MacroInfo.Builder.setDocString(String value) The documentation string of the macro.StardocOutputProtos.MacroInfo.Builder.setDocStringBytes(com.google.protobuf.ByteString value) The documentation string of the macro.StardocOutputProtos.MacroInfo.Builder.setMacroName(String value) The name under which the macro is made accessible to a user of this module, including any structs it is nested in, for example "foo.foo_library".StardocOutputProtos.MacroInfo.Builder.setMacroNameBytes(com.google.protobuf.ByteString value) The name under which the macro is made accessible to a user of this module, including any structs it is nested in, for example "foo.foo_library".StardocOutputProtos.MacroInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey value) The module where and the name under which the macro was originally declared.StardocOutputProtos.MacroInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The module where and the name under which the macro was originally declared.StardocOutputProtos.MacroInfo.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.MacroInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.getMacroInfoBuilderList()repeated .stardoc_output.MacroInfo macro_info = 9;Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.MacroInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.addMacroInfo(int index, StardocOutputProtos.MacroInfo.Builder builderForValue) repeated .stardoc_output.MacroInfo macro_info = 9;StardocOutputProtos.ModuleInfo.Builder.addMacroInfo(StardocOutputProtos.MacroInfo.Builder builderForValue) repeated .stardoc_output.MacroInfo macro_info = 9;StardocOutputProtos.ModuleInfo.Builder.setMacroInfo(int index, StardocOutputProtos.MacroInfo.Builder builderForValue) repeated .stardoc_output.MacroInfo macro_info = 9;