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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BspTargetInfo.FileLocationgetInterpreter().bazelbsp.FileLocation interpreter = 1;BspTargetInfo.FileLocationOrBuildergetInterpreterOrBuilder().bazelbsp.FileLocation interpreter = 1;java.lang.StringgetVersion()string version = 2;com.google.protobuf.ByteStringgetVersionBytes()string version = 2;booleanhasInterpreter().bazelbsp.FileLocation interpreter = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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
java.lang.String getVersion()
string version = 2;- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()
string version = 2;- Returns:
- The bytes for version.
-
-