Uses of Class
com.google.devtools.build.lib.starlarkdocextract.StardocOutputProtos.ProviderFieldInfo.Builder
Packages that use StardocOutputProtos.ProviderFieldInfo.Builder
-
Uses of StardocOutputProtos.ProviderFieldInfo.Builder in com.google.devtools.build.lib.starlarkdocextract
Methods in com.google.devtools.build.lib.starlarkdocextract that return StardocOutputProtos.ProviderFieldInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ProviderInfo.Builder.addFieldInfoBuilder()The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.addFieldInfoBuilder(int index) The fields of the provider.StardocOutputProtos.ProviderFieldInfo.Builder.clear()StardocOutputProtos.ProviderFieldInfo.Builder.clearDocString()The description of the provider.StardocOutputProtos.ProviderFieldInfo.Builder.clearName()The name of the field.StardocOutputProtos.ProviderInfo.Builder.getFieldInfoBuilder(int index) The fields of the provider.StardocOutputProtos.ProviderFieldInfo.Builder.mergeFrom(StardocOutputProtos.ProviderFieldInfo other) StardocOutputProtos.ProviderFieldInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) StardocOutputProtos.ProviderFieldInfo.Builder.mergeFrom(com.google.protobuf.Message other) StardocOutputProtos.ProviderFieldInfo.newBuilder()StardocOutputProtos.ProviderFieldInfo.newBuilder(StardocOutputProtos.ProviderFieldInfo prototype) StardocOutputProtos.ProviderFieldInfo.newBuilderForType()StardocOutputProtos.ProviderFieldInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) StardocOutputProtos.ProviderFieldInfo.Builder.setDocString(String value) The description of the provider.StardocOutputProtos.ProviderFieldInfo.Builder.setDocStringBytes(com.google.protobuf.ByteString value) The description of the provider.The name of the field.StardocOutputProtos.ProviderFieldInfo.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the field.StardocOutputProtos.ProviderFieldInfo.toBuilder()Methods in com.google.devtools.build.lib.starlarkdocextract that return types with arguments of type StardocOutputProtos.ProviderFieldInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ProviderInfo.Builder.getFieldInfoBuilderList()The fields of the provider.Methods in com.google.devtools.build.lib.starlarkdocextract with parameters of type StardocOutputProtos.ProviderFieldInfo.BuilderModifier and TypeMethodDescriptionStardocOutputProtos.ProviderInfo.Builder.addFieldInfo(int index, StardocOutputProtos.ProviderFieldInfo.Builder builderForValue) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.addFieldInfo(StardocOutputProtos.ProviderFieldInfo.Builder builderForValue) The fields of the provider.StardocOutputProtos.ProviderInfo.Builder.setFieldInfo(int index, StardocOutputProtos.ProviderFieldInfo.Builder builderForValue) The fields of the provider.