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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetApiVersion()string api_version = 2;com.google.protobuf.ByteStringgetApiVersionBytes()string api_version = 2;java.lang.StringgetAssociates(int index)repeated string associates = 3;com.google.protobuf.ByteStringgetAssociatesBytes(int index)repeated string associates = 3;intgetAssociatesCount()repeated string associates = 3;java.util.List<java.lang.String>getAssociatesList()repeated string associates = 3;java.lang.StringgetKotlincOpts(int index)repeated string kotlinc_opts = 4;com.google.protobuf.ByteStringgetKotlincOptsBytes(int index)repeated string kotlinc_opts = 4;intgetKotlincOptsCount()repeated string kotlinc_opts = 4;java.util.List<java.lang.String>getKotlincOptsList()repeated string kotlinc_opts = 4;java.lang.StringgetLanguageVersion()string language_version = 1;com.google.protobuf.ByteStringgetLanguageVersionBytes()string language_version = 1;BspTargetInfo.FileLocationgetStdlibs(int index)repeated .bazelbsp.FileLocation stdlibs = 5;intgetStdlibsCount()repeated .bazelbsp.FileLocation stdlibs = 5;java.util.List<BspTargetInfo.FileLocation>getStdlibsList()repeated .bazelbsp.FileLocation stdlibs = 5;BspTargetInfo.FileLocationOrBuildergetStdlibsOrBuilder(int index)repeated .bazelbsp.FileLocation stdlibs = 5;java.util.List<? extends BspTargetInfo.FileLocationOrBuilder>getStdlibsOrBuilderList()repeated .bazelbsp.FileLocation stdlibs = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getLanguageVersion
java.lang.String getLanguageVersion()
string language_version = 1;- Returns:
- The languageVersion.
-
getLanguageVersionBytes
com.google.protobuf.ByteString getLanguageVersionBytes()
string language_version = 1;- Returns:
- The bytes for languageVersion.
-
getApiVersion
java.lang.String getApiVersion()
string api_version = 2;- Returns:
- The apiVersion.
-
getApiVersionBytes
com.google.protobuf.ByteString getApiVersionBytes()
string api_version = 2;- Returns:
- The bytes for apiVersion.
-
getAssociatesList
java.util.List<java.lang.String> getAssociatesList()
repeated string associates = 3;- Returns:
- A list containing the associates.
-
getAssociatesCount
int getAssociatesCount()
repeated string associates = 3;- Returns:
- The count of associates.
-
getAssociates
java.lang.String getAssociates(int index)
repeated string associates = 3;- 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 = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the associates at the given index.
-
getKotlincOptsList
java.util.List<java.lang.String> getKotlincOptsList()
repeated string kotlinc_opts = 4;- Returns:
- A list containing the kotlincOpts.
-
getKotlincOptsCount
int getKotlincOptsCount()
repeated string kotlinc_opts = 4;- Returns:
- The count of kotlincOpts.
-
getKotlincOpts
java.lang.String getKotlincOpts(int index)
repeated string kotlinc_opts = 4;- 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 = 4;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the kotlincOpts at the given index.
-
getStdlibsList
java.util.List<BspTargetInfo.FileLocation> getStdlibsList()
repeated .bazelbsp.FileLocation stdlibs = 5;
-
getStdlibs
BspTargetInfo.FileLocation getStdlibs(int index)
repeated .bazelbsp.FileLocation stdlibs = 5;
-
getStdlibsCount
int getStdlibsCount()
repeated .bazelbsp.FileLocation stdlibs = 5;
-
getStdlibsOrBuilderList
java.util.List<? extends BspTargetInfo.FileLocationOrBuilder> getStdlibsOrBuilderList()
repeated .bazelbsp.FileLocation stdlibs = 5;
-
getStdlibsOrBuilder
BspTargetInfo.FileLocationOrBuilder getStdlibsOrBuilder(int index)
repeated .bazelbsp.FileLocation stdlibs = 5;
-
-