Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.ProviderInfo.Builder
Packages that use StardocOutputProtos.ProviderInfo.Builder
-
Uses of StardocOutputProtos.ProviderInfo.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.ProviderInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ProviderInfo.Builder.addAllFieldInfo(Iterable<? extends StardocOutputProtos.ProviderFieldInfo> values) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.addFieldInfo(int index, StardocOutputProtos.ProviderFieldInfo value) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.addFieldInfo(int index, StardocOutputProtos.ProviderFieldInfo.Builder builderForValue) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.addFieldInfo(StardocOutputProtos.ProviderFieldInfo value) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.addFieldInfo(StardocOutputProtos.ProviderFieldInfo.Builder builderForValue) The fields of the provider.StardocOutputProtos.ModuleInfo.Builder.addProviderInfoBuilder()repeated .stardoc_output.ProviderInfo provider_info = 2;StardocOutputProtos.ModuleInfo.Builder.addProviderInfoBuilder(int index) repeated .stardoc_output.ProviderInfo provider_info = 2;StardocOutputProtos.ProviderInfo.Builder.clear()StardocOutputProtos.ProviderInfo.Builder.clearDocString()The description of the provider.StardocOutputProtos.ProviderInfo.Builder.clearFieldInfo()The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.clearInit()The provider's init callback.StardocOutputProtos.ProviderInfo.Builder.clearOriginKey()The module where and the name under which the provider was originally declared.StardocOutputProtos.ProviderInfo.Builder.clearProviderName()The name under which the provider is made accessible to a user of this module, including any structs it is nested in, for example "foo.FooInfo".StardocOutputProtos.ModuleInfo.Builder.getProviderInfoBuilder(int index) repeated .stardoc_output.ProviderInfo provider_info = 2;StardocOutputProtos.ProviderInfo.Builder.mergeFrom(StardocOutputProtos.ProviderInfo other) StardocOutputProtos.ProviderInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.ProviderInfo.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.ProviderInfo.Builder.mergeInit(StardocOutputProtos.StarlarkFunctionInfo value) The provider's init callback.StardocOutputProtos.ProviderInfo.Builder.mergeOriginKey(StardocOutputProtos.OriginKey value) The module where and the name under which the provider was originally declared.StardocOutputProtos.ProviderInfo.newBuilder()StardocOutputProtos.ProviderInfo.newBuilder(StardocOutputProtos.ProviderInfo prototype) StardocOutputProtos.ProviderInfo.newBuilderForType()protected StardocOutputProtos.ProviderInfo.BuilderStardocOutputProtos.ProviderInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.ProviderInfo.Builder.removeFieldInfo(int index) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.setDocString(String value) The description of the provider.StardocOutputProtos.ProviderInfo.Builder.setDocStringBytes(com.google.protobuf.ByteString value) The description of the provider.StardocOutputProtos.ProviderInfo.Builder.setFieldInfo(int index, StardocOutputProtos.ProviderFieldInfo value) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.setFieldInfo(int index, StardocOutputProtos.ProviderFieldInfo.Builder builderForValue) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.setInit(StardocOutputProtos.StarlarkFunctionInfo value) The provider's init callback.StardocOutputProtos.ProviderInfo.Builder.setInit(StardocOutputProtos.StarlarkFunctionInfo.Builder builderForValue) The provider's init callback.StardocOutputProtos.ProviderInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey value) The module where and the name under which the provider was originally declared.StardocOutputProtos.ProviderInfo.Builder.setOriginKey(StardocOutputProtos.OriginKey.Builder builderForValue) The module where and the name under which the provider was originally declared.StardocOutputProtos.ProviderInfo.Builder.setProviderName(String value) The name under which the provider is made accessible to a user of this module, including any structs it is nested in, for example "foo.FooInfo".StardocOutputProtos.ProviderInfo.Builder.setProviderNameBytes(com.google.protobuf.ByteString value) The name under which the provider is made accessible to a user of this module, including any structs it is nested in, for example "foo.FooInfo".StardocOutputProtos.ProviderInfo.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.ProviderInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.getProviderInfoBuilderList()repeated .stardoc_output.ProviderInfo provider_info = 2;Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.ProviderInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ModuleInfo.Builder.addProviderInfo(int index, StardocOutputProtos.ProviderInfo.Builder builderForValue) repeated .stardoc_output.ProviderInfo provider_info = 2;StardocOutputProtos.ModuleInfo.Builder.addProviderInfo(StardocOutputProtos.ProviderInfo.Builder builderForValue) repeated .stardoc_output.ProviderInfo provider_info = 2;StardocOutputProtos.ModuleInfo.Builder.setProviderInfo(int index, StardocOutputProtos.ProviderInfo.Builder builderForValue) repeated .stardoc_output.ProviderInfo provider_info = 2;