Interface BspTargetInfo.KotlinTargetInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BspTargetInfo.KotlinTargetInfo, BspTargetInfo.KotlinTargetInfo.Builder
Enclosing class:
BspTargetInfo

public static interface BspTargetInfo.KotlinTargetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getLanguageVersion

      String getLanguageVersion()
      string language_version = 100;
      Returns:
      The languageVersion.
    • getLanguageVersionBytes

      com.google.protobuf.ByteString getLanguageVersionBytes()
      string language_version = 100;
      Returns:
      The bytes for languageVersion.
    • getApiVersion

      String getApiVersion()
      string api_version = 200;
      Returns:
      The apiVersion.
    • getApiVersionBytes

      com.google.protobuf.ByteString getApiVersionBytes()
      string api_version = 200;
      Returns:
      The bytes for apiVersion.
    • getAssociatesList

      List<String> getAssociatesList()
      repeated string associates = 300;
      Returns:
      A list containing the associates.
    • getAssociatesCount

      int getAssociatesCount()
      repeated string associates = 300;
      Returns:
      The count of associates.
    • getAssociates

      String getAssociates(int index)
      repeated string associates = 300;
      Parameters:
      index - The index of the element to return.
      Returns:
      The associates at the given index.
    • getAssociatesBytes

      com.google.protobuf.ByteString getAssociatesBytes(int index)
      repeated string associates = 300;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the associates at the given index.
    • getKotlincOptsList

      List<String> getKotlincOptsList()
      repeated string kotlinc_opts = 400;
      Returns:
      A list containing the kotlincOpts.
    • getKotlincOptsCount

      int getKotlincOptsCount()
      repeated string kotlinc_opts = 400;
      Returns:
      The count of kotlincOpts.
    • getKotlincOpts

      String getKotlincOpts(int index)
      repeated string kotlinc_opts = 400;
      Parameters:
      index - The index of the element to return.
      Returns:
      The kotlincOpts at the given index.
    • getKotlincOptsBytes

      com.google.protobuf.ByteString getKotlincOptsBytes(int index)
      repeated string kotlinc_opts = 400;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the kotlincOpts at the given index.
    • getStdlibsList

      List<BspTargetInfo.FileLocation> getStdlibsList()
      repeated .bazelbsp.FileLocation stdlibs = 500;
    • getStdlibs

      BspTargetInfo.FileLocation getStdlibs(int index)
      repeated .bazelbsp.FileLocation stdlibs = 500;
    • getStdlibsCount

      int getStdlibsCount()
      repeated .bazelbsp.FileLocation stdlibs = 500;
    • getStdlibsOrBuilderList

      List<? extends BspTargetInfo.FileLocationOrBuilder> getStdlibsOrBuilderList()
      repeated .bazelbsp.FileLocation stdlibs = 500;
    • getStdlibsOrBuilder

      BspTargetInfo.FileLocationOrBuilder getStdlibsOrBuilder(int index)
      repeated .bazelbsp.FileLocation stdlibs = 500;
    • getKotlincPluginInfosList

      List<BspTargetInfo.KotlincPluginInfo> getKotlincPluginInfosList()
      repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;
    • getKotlincPluginInfos

      BspTargetInfo.KotlincPluginInfo getKotlincPluginInfos(int index)
      repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;
    • getKotlincPluginInfosCount

      int getKotlincPluginInfosCount()
      repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;
    • getKotlincPluginInfosOrBuilderList

      List<? extends BspTargetInfo.KotlincPluginInfoOrBuilder> getKotlincPluginInfosOrBuilderList()
      repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;
    • getKotlincPluginInfosOrBuilder

      BspTargetInfo.KotlincPluginInfoOrBuilder getKotlincPluginInfosOrBuilder(int index)
      repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;