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;BspTargetInfo.KotlincOptsgetKotlincOpts().bazelbsp.KotlincOpts kotlinc_opts = 4;BspTargetInfo.KotlincOptsOrBuildergetKotlincOptsOrBuilder().bazelbsp.KotlincOpts kotlinc_opts = 4;java.lang.StringgetLanguageVersion()string language_version = 1;com.google.protobuf.ByteStringgetLanguageVersionBytes()string language_version = 1;booleanhasKotlincOpts().bazelbsp.KotlincOpts kotlinc_opts = 4;-
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.
-
hasKotlincOpts
boolean hasKotlincOpts()
.bazelbsp.KotlincOpts kotlinc_opts = 4;- Returns:
- Whether the kotlincOpts field is set.
-
getKotlincOpts
BspTargetInfo.KotlincOpts getKotlincOpts()
.bazelbsp.KotlincOpts kotlinc_opts = 4;- Returns:
- The kotlincOpts.
-
getKotlincOptsOrBuilder
BspTargetInfo.KotlincOptsOrBuilder getKotlincOptsOrBuilder()
.bazelbsp.KotlincOpts kotlinc_opts = 4;
-
-