Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.OriginKey.Builder
Packages that use StardocOutputProtos.OriginKey.Builder
-
Uses of StardocOutputProtos.OriginKey.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.OriginKey.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ProviderNameGroup.Builder.addOriginKeyBuilder()A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.ProviderNameGroup.Builder.addOriginKeyBuilder(int index) A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.OriginKey.Builder.clear()StardocOutputProtos.OriginKey.Builder.clearFile()The display form of the label of the module file in which the entity was originally declared (as seen from the starlark_doc_extract or Stardoc target's repo), or "<native>" for Bazel's built-in entities implemented in Java.StardocOutputProtos.OriginKey.Builder.clearName()The name under which the entity was originally exported.StardocOutputProtos.AspectInfo.Builder.getOriginKeyBuilder()The module where and the name under which the aspect was originally declared.StardocOutputProtos.MacroInfo.Builder.getOriginKeyBuilder()The module where and the name under which the macro was originally declared.StardocOutputProtos.ModuleExtensionInfo.Builder.getOriginKeyBuilder()The Starlark module where the Bazel module extension was originally declared; origin_key.name is currently never set.StardocOutputProtos.ProviderInfo.Builder.getOriginKeyBuilder()The module where and the name under which the provider was originally declared.StardocOutputProtos.ProviderNameGroup.Builder.getOriginKeyBuilder(int index) A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.RepositoryRuleInfo.Builder.getOriginKeyBuilder()The Starlark module where and the name under which the repository rule was originally declared.StardocOutputProtos.RuleInfo.Builder.getOriginKeyBuilder()The module where and the name under which the rule was originally declared.StardocOutputProtos.StarlarkFunctionInfo.Builder.getOriginKeyBuilder()The module where and the name under which the function was originally declared.StardocOutputProtos.OriginKey.Builder.mergeFrom(StardocOutputProtos.OriginKey other) StardocOutputProtos.OriginKey.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.OriginKey.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.OriginKey.newBuilder()StardocOutputProtos.OriginKey.newBuilder(StardocOutputProtos.OriginKey prototype) StardocOutputProtos.OriginKey.newBuilderForType()protected StardocOutputProtos.OriginKey.BuilderStardocOutputProtos.OriginKey.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) The display form of the label of the module file in which the entity was originally declared (as seen from the starlark_doc_extract or Stardoc target's repo), or "<native>" for Bazel's built-in entities implemented in Java.StardocOutputProtos.OriginKey.Builder.setFileBytes(com.google.protobuf.ByteString value) The display form of the label of the module file in which the entity was originally declared (as seen from the starlark_doc_extract or Stardoc target's repo), or "<native>" for Bazel's built-in entities implemented in Java.The name under which the entity was originally exported.StardocOutputProtos.OriginKey.Builder.setNameBytes(com.google.protobuf.ByteString value) The name under which the entity was originally exported.StardocOutputProtos.OriginKey.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.OriginKey.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ProviderNameGroup.Builder.getOriginKeyBuilderList()A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.OriginKey.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ProviderNameGroup.Builder.addOriginKey(int index, StardocOutputProtos.OriginKey.Builder builderForValue) A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.ProviderNameGroup.Builder.addOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.AspectInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The module where and the name under which the aspect 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.ModuleExtensionInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The Starlark module where the Bazel module extension was originally declared; origin_key.name is currently never set.StardocOutputProtos.ProviderInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The module where and the name under which the provider was originally declared.StardocOutputProtos.ProviderNameGroup.Builder.setOriginKey(int index, StardocOutputProtos.OriginKey.Builder builderForValue) A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.RepositoryRuleInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The Starlark module where and the name under which the repository rule was originally declared.StardocOutputProtos.RuleInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The module where and the name under which the rule was originally declared.StardocOutputProtos.StarlarkFunctionInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The module where and the name under which the function was originally declared.