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 Type
    Method
    Description
    .bazelbsp.FileLocation interpreter = 1;
    .bazelbsp.FileLocation interpreter = 1;
    string version = 2;
    com.google.protobuf.ByteString
    string version = 2;
    boolean
    .bazelbsp.FileLocation interpreter = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.