Package org.jetbrains.bsp.bazel.info
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 Summary
Modifier and TypeMethodDescriptionstring api_version = 200;com.google.protobuf.ByteStringstring api_version = 200;getAssociates(int index) repeated string associates = 300;com.google.protobuf.ByteStringgetAssociatesBytes(int index) repeated string associates = 300;intrepeated string associates = 300;repeated string associates = 300;getKotlincOpts(int index) repeated string kotlinc_opts = 400;com.google.protobuf.ByteStringgetKotlincOptsBytes(int index) repeated string kotlinc_opts = 400;intrepeated string kotlinc_opts = 400;repeated string kotlinc_opts = 400;getKotlincPluginInfos(int index) repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;intrepeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;getKotlincPluginInfosOrBuilder(int index) repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;List<? extends BspTargetInfo.KotlincPluginInfoOrBuilder>repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;string language_version = 100;com.google.protobuf.ByteStringstring language_version = 100;getStdlibs(int index) repeated .bazelbsp.FileLocation stdlibs = 500;intrepeated .bazelbsp.FileLocation stdlibs = 500;repeated .bazelbsp.FileLocation stdlibs = 500;getStdlibsOrBuilder(int index) repeated .bazelbsp.FileLocation stdlibs = 500;List<? extends BspTargetInfo.FileLocationOrBuilder>repeated .bazelbsp.FileLocation stdlibs = 500;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
-
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
repeated string associates = 300;- Returns:
- A list containing the associates.
-
getAssociatesCount
int getAssociatesCount()repeated string associates = 300;- Returns:
- The count of associates.
-
getAssociates
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
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
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
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
repeated .bazelbsp.FileLocation stdlibs = 500; -
getKotlincPluginInfosList
List<BspTargetInfo.KotlincPluginInfo> getKotlincPluginInfosList()repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600; -
getKotlincPluginInfos
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
repeated .bazelbsp.KotlincPluginInfo kotlinc_plugin_infos = 600;
-