Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.PythonTargetInfoOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.PythonTargetInfo,BspTargetInfo.PythonTargetInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.PythonTargetInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.bazelbsp.FileLocation interpreter = 1;.bazelbsp.FileLocation interpreter = 1;string version = 2;com.google.protobuf.ByteStringstring version = 2;boolean.bazelbsp.FileLocation interpreter = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasInterpreter
boolean hasInterpreter().bazelbsp.FileLocation interpreter = 1;- Returns:
- Whether the interpreter field is set.
-
getInterpreter
BspTargetInfo.FileLocation getInterpreter().bazelbsp.FileLocation interpreter = 1;- Returns:
- The interpreter.
-
getInterpreterOrBuilder
BspTargetInfo.FileLocationOrBuilder getInterpreterOrBuilder().bazelbsp.FileLocation interpreter = 1; -
getVersion
String getVersion()string version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()string version = 2;- Returns:
- The bytes for version.
-