Uses of Class
org.jetbrains.bsp.bazel.info.BspTargetInfo.GoTargetInfo.Builder
Packages that use BspTargetInfo.GoTargetInfo.Builder
-
Uses of BspTargetInfo.GoTargetInfo.Builder in org.jetbrains.bsp.bazel.info
Methods in org.jetbrains.bsp.bazel.info that return BspTargetInfo.GoTargetInfo.BuilderModifier and TypeMethodDescriptionBspTargetInfo.GoTargetInfo.Builder.addAllGeneratedLibraries(Iterable<? extends BspTargetInfo.FileLocation> values) repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.addAllGeneratedSources(Iterable<? extends BspTargetInfo.FileLocation> values) repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.addGeneratedLibraries(int index, BspTargetInfo.FileLocation value) repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.addGeneratedLibraries(int index, BspTargetInfo.FileLocation.Builder builderForValue) repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.addGeneratedLibraries(BspTargetInfo.FileLocation value) repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.addGeneratedLibraries(BspTargetInfo.FileLocation.Builder builderForValue) repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.addGeneratedSources(int index, BspTargetInfo.FileLocation value) repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.addGeneratedSources(int index, BspTargetInfo.FileLocation.Builder builderForValue) repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.addGeneratedSources(BspTargetInfo.FileLocation value) repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.addGeneratedSources(BspTargetInfo.FileLocation.Builder builderForValue) repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.clear()BspTargetInfo.GoTargetInfo.Builder.clearGeneratedLibraries()repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.clearGeneratedSources()repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.clearImportpath()string importpath = 1;BspTargetInfo.GoTargetInfo.Builder.clearSdkHomePath().bazelbsp.FileLocation sdk_home_path = 2;BspTargetInfo.TargetInfo.Builder.getGoTargetInfoBuilder().bazelbsp.GoTargetInfo go_target_info = 12000;BspTargetInfo.GoTargetInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BspTargetInfo.GoTargetInfo.Builder.mergeFrom(com.google.protobuf.Message other) BspTargetInfo.GoTargetInfo.Builder.mergeFrom(BspTargetInfo.GoTargetInfo other) BspTargetInfo.GoTargetInfo.Builder.mergeSdkHomePath(BspTargetInfo.FileLocation value) .bazelbsp.FileLocation sdk_home_path = 2;BspTargetInfo.GoTargetInfo.newBuilder()BspTargetInfo.GoTargetInfo.newBuilder(BspTargetInfo.GoTargetInfo prototype) BspTargetInfo.GoTargetInfo.newBuilderForType()protected BspTargetInfo.GoTargetInfo.BuilderBspTargetInfo.GoTargetInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BspTargetInfo.GoTargetInfo.Builder.removeGeneratedLibraries(int index) repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.removeGeneratedSources(int index) repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.setGeneratedLibraries(int index, BspTargetInfo.FileLocation value) repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.setGeneratedLibraries(int index, BspTargetInfo.FileLocation.Builder builderForValue) repeated .bazelbsp.FileLocation generated_libraries = 4;BspTargetInfo.GoTargetInfo.Builder.setGeneratedSources(int index, BspTargetInfo.FileLocation value) repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.setGeneratedSources(int index, BspTargetInfo.FileLocation.Builder builderForValue) repeated .bazelbsp.FileLocation generated_sources = 3;BspTargetInfo.GoTargetInfo.Builder.setImportpath(String value) string importpath = 1;BspTargetInfo.GoTargetInfo.Builder.setImportpathBytes(com.google.protobuf.ByteString value) string importpath = 1;BspTargetInfo.GoTargetInfo.Builder.setSdkHomePath(BspTargetInfo.FileLocation value) .bazelbsp.FileLocation sdk_home_path = 2;BspTargetInfo.GoTargetInfo.Builder.setSdkHomePath(BspTargetInfo.FileLocation.Builder builderForValue) .bazelbsp.FileLocation sdk_home_path = 2;BspTargetInfo.GoTargetInfo.toBuilder()Methods in org.jetbrains.bsp.bazel.info with parameters of type BspTargetInfo.GoTargetInfo.BuilderModifier and TypeMethodDescriptionBspTargetInfo.TargetInfo.Builder.setGoTargetInfo(BspTargetInfo.GoTargetInfo.Builder builderForValue) .bazelbsp.GoTargetInfo go_target_info = 12000;