Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.RepositoryRuleInfo.Builder
Packages that use StardocOutputProtos.RepositoryRuleInfo.Builder
-
Uses of StardocOutputProtos.RepositoryRuleInfo.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.RepositoryRuleInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.RepositoryRuleInfo.Builder.addAllAttribute(Iterable<? extends StardocOutputProtos.AttributeInfo> values) The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.addAllEnviron(Iterable<String> values) Environment variables that this repository rule depends on.StardocOutputProtos.RepositoryRuleInfo.Builder.addAttribute(int index, StardocOutputProtos.AttributeInfo value) The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.addAttribute(int index, StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.addAttribute(StardocOutputProtos.AttributeInfo value) The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.addAttribute(StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.addEnviron(String value) Environment variables that this repository rule depends on.StardocOutputProtos.RepositoryRuleInfo.Builder.addEnvironBytes(com.google.protobuf.ByteString value) Environment variables that this repository rule depends on.StardocOutputProtos.ModuleInfo.Builder.addRepositoryRuleInfoBuilder()repeated .stardoc_output.RepositoryRuleInfo repository_rule_info = 8;StardocOutputProtos.ModuleInfo.Builder.addRepositoryRuleInfoBuilder(int index) repeated .stardoc_output.RepositoryRuleInfo repository_rule_info = 8;StardocOutputProtos.RepositoryRuleInfo.Builder.clear()StardocOutputProtos.RepositoryRuleInfo.Builder.clearAttribute()The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.clearDocString()The documentation string of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.clearEnviron()Environment variables that this repository rule depends on.StardocOutputProtos.RepositoryRuleInfo.Builder.clearOriginKey()The Starlark module where and the name under which the repository rule was originally declared.StardocOutputProtos.RepositoryRuleInfo.Builder.clearRuleName()The name under which the repository rule is made accessible to a user of this Starlark module.StardocOutputProtos.ModuleInfo.Builder.getRepositoryRuleInfoBuilder(int index) repeated .stardoc_output.RepositoryRuleInfo repository_rule_info = 8;StardocOutputProtos.RepositoryRuleInfo.Builder.mergeFrom(StardocOutputProtos.RepositoryRuleInfo other) StardocOutputProtos.RepositoryRuleInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.RepositoryRuleInfo.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.RepositoryRuleInfo.Builder.mergeOriginKey(StardocOutputProtos.OriginKey value) The Starlark module where and the name under which the repository rule was originally declared.StardocOutputProtos.RepositoryRuleInfo.newBuilder()StardocOutputProtos.RepositoryRuleInfo.newBuilder(StardocOutputProtos.RepositoryRuleInfo prototype) StardocOutputProtos.RepositoryRuleInfo.newBuilderForType()StardocOutputProtos.RepositoryRuleInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.RepositoryRuleInfo.Builder.removeAttribute(int index) The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.setAttribute(int index, StardocOutputProtos.AttributeInfo value) The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.setAttribute(int index, StardocOutputProtos.AttributeInfo.Builder builderForValue) The attributes of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.setDocString(String value) The documentation string of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.setDocStringBytes(com.google.protobuf.ByteString value) The documentation string of the repository rule.StardocOutputProtos.RepositoryRuleInfo.Builder.setEnviron(int index, String value) Environment variables that this repository rule depends on.StardocOutputProtos.RepositoryRuleInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey value) The Starlark module where and the name under which the repository rule was originally declared.StardocOutputProtos.RepositoryRuleInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The Starlark module where and the name under which the repository rule was originally declared.StardocOutputProtos.RepositoryRuleInfo.Builder.setRuleName(String value) The name under which the repository rule is made accessible to a user of this Starlark module.StardocOutputProtos.RepositoryRuleInfo.Builder.setRuleNameBytes(com.google.protobuf.ByteString value) The name under which the repository rule is made accessible to a user of this Starlark module.StardocOutputProtos.RepositoryRuleInfo.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.RepositoryRuleInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.getRepositoryRuleInfoBuilderList()repeated .stardoc_output.RepositoryRuleInfo repository_rule_info = 8;Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.RepositoryRuleInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.addRepositoryRuleInfo(int index, StardocOutputProtos.RepositoryRuleInfo.Builder builderForValue) repeated .stardoc_output.RepositoryRuleInfo repository_rule_info = 8;StardocOutputProtos.ModuleInfo.Builder.addRepositoryRuleInfo(StardocOutputProtos.RepositoryRuleInfo.Builder builderForValue) repeated .stardoc_output.RepositoryRuleInfo repository_rule_info = 8;StardocOutputProtos.ModuleInfo.Builder.setRepositoryRuleInfo(int index, StardocOutputProtos.RepositoryRuleInfo.Builder builderForValue) repeated .stardoc_output.RepositoryRuleInfo repository_rule_info = 8;