Uses of Class
org.jetbrains.bsp.bazel.info.BspTargetInfo.PythonTargetInfo.Builder
Packages that use BspTargetInfo.PythonTargetInfo.Builder
-
Uses of BspTargetInfo.PythonTargetInfo.Builder in org.jetbrains.bsp.bazel.info
Methods in org.jetbrains.bsp.bazel.info that return BspTargetInfo.PythonTargetInfo.BuilderModifier and TypeMethodDescriptionBspTargetInfo.PythonTargetInfo.Builder.clear()BspTargetInfo.PythonTargetInfo.Builder.clearInterpreter().bazelbsp.FileLocation interpreter = 1;BspTargetInfo.PythonTargetInfo.Builder.clearVersion()string version = 2;BspTargetInfo.TargetInfo.Builder.getPythonTargetInfoBuilder().bazelbsp.PythonTargetInfo python_target_info = 8000;BspTargetInfo.PythonTargetInfo.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BspTargetInfo.PythonTargetInfo.Builder.mergeFrom(com.google.protobuf.Message other) BspTargetInfo.PythonTargetInfo.Builder.mergeFrom(BspTargetInfo.PythonTargetInfo other) BspTargetInfo.PythonTargetInfo.Builder.mergeInterpreter(BspTargetInfo.FileLocation value) .bazelbsp.FileLocation interpreter = 1;BspTargetInfo.PythonTargetInfo.newBuilder()BspTargetInfo.PythonTargetInfo.newBuilder(BspTargetInfo.PythonTargetInfo prototype) BspTargetInfo.PythonTargetInfo.newBuilderForType()protected BspTargetInfo.PythonTargetInfo.BuilderBspTargetInfo.PythonTargetInfo.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) BspTargetInfo.PythonTargetInfo.Builder.setInterpreter(BspTargetInfo.FileLocation value) .bazelbsp.FileLocation interpreter = 1;BspTargetInfo.PythonTargetInfo.Builder.setInterpreter(BspTargetInfo.FileLocation.Builder builderForValue) .bazelbsp.FileLocation interpreter = 1;BspTargetInfo.PythonTargetInfo.Builder.setVersion(String value) string version = 2;BspTargetInfo.PythonTargetInfo.Builder.setVersionBytes(com.google.protobuf.ByteString value) string version = 2;BspTargetInfo.PythonTargetInfo.toBuilder()Methods in org.jetbrains.bsp.bazel.info with parameters of type BspTargetInfo.PythonTargetInfo.BuilderModifier and TypeMethodDescriptionBspTargetInfo.TargetInfo.Builder.setPythonTargetInfo(BspTargetInfo.PythonTargetInfo.Builder builderForValue) .bazelbsp.PythonTargetInfo python_target_info = 8000;