Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.AspectInfo.Builder
Packages that use StardocOutputProtos.AspectInfo.Builder
-
Uses of StardocOutputProtos.AspectInfo.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.AspectInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.AspectInfo.Builder.addAllAspectAttribute(Iterable<String> values) The rule attributes along which the aspect propagates.StardocOutputProtos.AspectInfo.Builder.addAllAttribute(Iterable<? extends StardocOutputProtos.AttributeInfo> values) The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.addAspectAttribute(String value) The rule attributes along which the aspect propagates.StardocOutputProtos.AspectInfo.Builder.addAspectAttributeBytes(com.google.protobuf.ByteString value) The rule attributes along which the aspect propagates.StardocOutputProtos.ModuleInfo.Builder.addAspectInfoBuilder()repeated .stardoc_output.AspectInfo aspect_info = 4;StardocOutputProtos.ModuleInfo.Builder.addAspectInfoBuilder(int index) repeated .stardoc_output.AspectInfo aspect_info = 4;StardocOutputProtos.AspectInfo.Builder.addAttribute(int index, StardocOutputProtos.AttributeInfo value) The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.addAttribute(int index, StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.addAttribute(StardocOutputProtos.AttributeInfo value) The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.addAttribute(StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.clear()StardocOutputProtos.AspectInfo.Builder.clearAspectAttribute()The rule attributes along which the aspect propagates.StardocOutputProtos.AspectInfo.Builder.clearAspectName()The name under which the aspect is made accessible to a user of this module, including any structs it is nested in, for example "foo.foo_aspect".StardocOutputProtos.AspectInfo.Builder.clearAttribute()The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.clearDocString()The documentation string of the aspect.StardocOutputProtos.AspectInfo.Builder.clearOriginKey()The module where and the name under which the aspect was originally declared.StardocOutputProtos.ModuleInfo.Builder.getAspectInfoBuilder(int index) repeated .stardoc_output.AspectInfo aspect_info = 4;StardocOutputProtos.AspectInfo.Builder.mergeFrom(StardocOutputProtos.AspectInfo other) StardocOutputProtos.AspectInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.AspectInfo.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.AspectInfo.Builder.mergeOriginKey(StardocOutputProtos.OriginKey value) The module where and the name under which the aspect was originally declared.StardocOutputProtos.AspectInfo.newBuilder()StardocOutputProtos.AspectInfo.newBuilder(StardocOutputProtos.AspectInfo prototype) StardocOutputProtos.AspectInfo.newBuilderForType()protected StardocOutputProtos.AspectInfo.BuilderStardocOutputProtos.AspectInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.AspectInfo.Builder.removeAttribute(int index) The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.setAspectAttribute(int index, String value) The rule attributes along which the aspect propagates.StardocOutputProtos.AspectInfo.Builder.setAspectName(String value) The name under which the aspect is made accessible to a user of this module, including any structs it is nested in, for example "foo.foo_aspect".StardocOutputProtos.AspectInfo.Builder.setAspectNameBytes(com.google.protobuf.ByteString value) The name under which the aspect is made accessible to a user of this module, including any structs it is nested in, for example "foo.foo_aspect".StardocOutputProtos.AspectInfo.Builder.setAttribute(int index, StardocOutputProtos.AttributeInfo value) The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.setAttribute(int index, StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the aspect.StardocOutputProtos.AspectInfo.Builder.setDocString(String value) The documentation string of the aspect.StardocOutputProtos.AspectInfo.Builder.setDocStringBytes(com.google.protobuf.ByteString value) The documentation string of the aspect.StardocOutputProtos.AspectInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey value) The module where and the name under which the aspect was originally declared.StardocOutputProtos.AspectInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The module where and the name under which the aspect was originally declared.StardocOutputProtos.AspectInfo.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.AspectInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.getAspectInfoBuilderList()repeated .stardoc_output.AspectInfo aspect_info = 4;Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.AspectInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.addAspectInfo(int index, StardocOutputProtos.AspectInfo.Builder builderForValue) repeated .stardoc_output.AspectInfo aspect_info = 4;StardocOutputProtos.ModuleInfo.Builder.addAspectInfo(StardocOutputProtos.AspectInfo.Builder builderForValue) repeated .stardoc_output.AspectInfo aspect_info = 4;StardocOutputProtos.ModuleInfo.Builder.setAspectInfo(int index, StardocOutputProtos.AspectInfo.Builder builderForValue) repeated .stardoc_output.AspectInfo aspect_info = 4;