Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.ProviderNameGroup.Builder
Packages that use StardocOutputProtos.ProviderNameGroup.Builder
-
Uses of StardocOutputProtos.ProviderNameGroup.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.ProviderNameGroup.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ProviderNameGroup.Builder.addAllOriginKey(Iterable<? extends StardocOutputProtos.OriginKey> values) A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.ProviderNameGroup.Builder.addAllProviderName(Iterable<String> values) The names of the providers.StardocOutputProtos.ProviderNameGroup.Builder.addOriginKey(int index, StardocOutputProtos.OriginKey value) 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(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 value) 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.ProviderNameGroup.Builder.addProviderName(String value) The names of the providers.StardocOutputProtos.ProviderNameGroup.Builder.addProviderNameBytes(com.google.protobuf.ByteString value) The names of the providers.StardocOutputProtos.AttributeInfo.Builder.addProviderNameGroupBuilder()The target(s) in this attribute must define all the providers of at least one of the ProviderNameGroups in this list.StardocOutputProtos.AttributeInfo.Builder.addProviderNameGroupBuilder(int index) The target(s) in this attribute must define all the providers of at least one of the ProviderNameGroups in this list.StardocOutputProtos.ProviderNameGroup.Builder.clear()StardocOutputProtos.ProviderNameGroup.Builder.clearOriginKey()A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.ProviderNameGroup.Builder.clearProviderName()The names of the providers.StardocOutputProtos.RuleInfo.Builder.getAdvertisedProvidersBuilder()The list of providers that the rule's implementation must return.StardocOutputProtos.AttributeInfo.Builder.getProviderNameGroupBuilder(int index) The target(s) in this attribute must define all the providers of at least one of the ProviderNameGroups in this list.StardocOutputProtos.ProviderNameGroup.Builder.mergeFrom(StardocOutputProtos.ProviderNameGroup other) StardocOutputProtos.ProviderNameGroup.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.ProviderNameGroup.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.ProviderNameGroup.newBuilder()StardocOutputProtos.ProviderNameGroup.newBuilder(StardocOutputProtos.ProviderNameGroup prototype) StardocOutputProtos.ProviderNameGroup.newBuilderForType()StardocOutputProtos.ProviderNameGroup.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.ProviderNameGroup.Builder.removeOriginKey(int index) A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.StardocOutputProtos.ProviderNameGroup.Builder.setOriginKey(int index, StardocOutputProtos.OriginKey value) A list of unambiguous references to providers, of the same length and in the same order as the provider_name list.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.ProviderNameGroup.Builder.setProviderName(int index, String value) The names of the providers.StardocOutputProtos.ProviderNameGroup.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.ProviderNameGroup.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.AttributeInfo.Builder.getProviderNameGroupBuilderList()The target(s) in this attribute must define all the providers of at least one of the ProviderNameGroups in this list.Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.ProviderNameGroup.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.AttributeInfo.Builder.addProviderNameGroup(int index, StardocOutputProtos.ProviderNameGroup.Builder builderForValue) The target(s) in this attribute must define all the providers of at least one of the ProviderNameGroups in this list.StardocOutputProtos.AttributeInfo.Builder.addProviderNameGroup(StardocOutputProtos.ProviderNameGroup.Builder builderForValue) The target(s) in this attribute must define all the providers of at least one of the ProviderNameGroups in this list.StardocOutputProtos.RuleInfo.Builder.setAdvertisedProviders(StardocOutputProtos.ProviderNameGroup.Builder builderForValue) The list of providers that the rule's implementation must return.StardocOutputProtos.AttributeInfo.Builder.setProviderNameGroup(int index, StardocOutputProtos.ProviderNameGroup.Builder builderForValue) The target(s) in this attribute must define all the providers of at least one of the ProviderNameGroups in this list.