Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.KotlincOptsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.KotlincOpts,BspTargetInfo.KotlincOpts.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.KotlincOptsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetIncludeStdlibs()string include_stdlibs = 1;com.google.protobuf.ByteStringgetIncludeStdlibsBytes()string include_stdlibs = 1;booleangetJavaParameters()bool java_parameters = 2;java.lang.StringgetJvmTarget()string jvm_target = 3;com.google.protobuf.ByteStringgetJvmTargetBytes()string jvm_target = 3;java.lang.StringgetWarn()string warn = 4;com.google.protobuf.ByteStringgetWarnBytes()string warn = 4;booleangetXAllowResultReturnType()bool x_allow_result_return_type = 5;intgetXBackendThreads()int32 x_backend_threads = 6;booleangetXEmitJvmTypeAnnotations()bool x_emit_jvm_type_annotations = 7;booleangetXEnableIncrementalCompilation()bool x_enable_incremental_compilation = 8;java.lang.StringgetXExplicitApiMode()string x_explicit_api_mode = 9;com.google.protobuf.ByteStringgetXExplicitApiModeBytes()string x_explicit_api_mode = 9;booleangetXInlineClasses()bool x_inline_classes = 10;java.lang.StringgetXJvmDefault()string x_jvm_default = 11;com.google.protobuf.ByteStringgetXJvmDefaultBytes()string x_jvm_default = 11;java.lang.StringgetXLambdas()string x_lambdas = 12;com.google.protobuf.ByteStringgetXLambdasBytes()string x_lambdas = 12;booleangetXMultiPlatform()bool x_multi_platform = 13;booleangetXNoCallAssertions()bool x_no_call_assertions = 14;booleangetXNoOptimize()bool x_no_optimize = 15;booleangetXNoOptimizedCallableReferences()bool x_no_optimized_callable_references = 16;booleangetXNoParamAssertions()bool x_no_param_assertions = 18;booleangetXNoReceiverAssertions()bool x_no_receiver_assertions = 19;java.lang.StringgetXOptin(int index)repeated string x_optin = 20;com.google.protobuf.ByteStringgetXOptinBytes(int index)repeated string x_optin = 20;intgetXOptinCount()repeated string x_optin = 20;java.util.List<java.lang.String>getXOptinList()repeated string x_optin = 20;booleangetXReportPerf()bool x_report_perf = 21;java.lang.StringgetXSamConversions()string x_sam_conversions = 22;com.google.protobuf.ByteStringgetXSamConversionsBytes()string x_sam_conversions = 22;booleangetXSkipPrereleaseCheck()bool x_skip_prerelease_check = 23;booleangetXUseFirLt()bool x_use_fir_lt = 24;booleangetXUseK2()bool x_use_k2 = 25;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getIncludeStdlibs
java.lang.String getIncludeStdlibs()
string include_stdlibs = 1;- Returns:
- The includeStdlibs.
-
getIncludeStdlibsBytes
com.google.protobuf.ByteString getIncludeStdlibsBytes()
string include_stdlibs = 1;- Returns:
- The bytes for includeStdlibs.
-
getJavaParameters
boolean getJavaParameters()
bool java_parameters = 2;- Returns:
- The javaParameters.
-
getJvmTarget
java.lang.String getJvmTarget()
string jvm_target = 3;- Returns:
- The jvmTarget.
-
getJvmTargetBytes
com.google.protobuf.ByteString getJvmTargetBytes()
string jvm_target = 3;- Returns:
- The bytes for jvmTarget.
-
getWarn
java.lang.String getWarn()
string warn = 4;- Returns:
- The warn.
-
getWarnBytes
com.google.protobuf.ByteString getWarnBytes()
string warn = 4;- Returns:
- The bytes for warn.
-
getXAllowResultReturnType
boolean getXAllowResultReturnType()
bool x_allow_result_return_type = 5;- Returns:
- The xAllowResultReturnType.
-
getXBackendThreads
int getXBackendThreads()
int32 x_backend_threads = 6;- Returns:
- The xBackendThreads.
-
getXEmitJvmTypeAnnotations
boolean getXEmitJvmTypeAnnotations()
bool x_emit_jvm_type_annotations = 7;- Returns:
- The xEmitJvmTypeAnnotations.
-
getXEnableIncrementalCompilation
boolean getXEnableIncrementalCompilation()
bool x_enable_incremental_compilation = 8;- Returns:
- The xEnableIncrementalCompilation.
-
getXExplicitApiMode
java.lang.String getXExplicitApiMode()
string x_explicit_api_mode = 9;- Returns:
- The xExplicitApiMode.
-
getXExplicitApiModeBytes
com.google.protobuf.ByteString getXExplicitApiModeBytes()
string x_explicit_api_mode = 9;- Returns:
- The bytes for xExplicitApiMode.
-
getXInlineClasses
boolean getXInlineClasses()
bool x_inline_classes = 10;- Returns:
- The xInlineClasses.
-
getXJvmDefault
java.lang.String getXJvmDefault()
string x_jvm_default = 11;- Returns:
- The xJvmDefault.
-
getXJvmDefaultBytes
com.google.protobuf.ByteString getXJvmDefaultBytes()
string x_jvm_default = 11;- Returns:
- The bytes for xJvmDefault.
-
getXLambdas
java.lang.String getXLambdas()
string x_lambdas = 12;- Returns:
- The xLambdas.
-
getXLambdasBytes
com.google.protobuf.ByteString getXLambdasBytes()
string x_lambdas = 12;- Returns:
- The bytes for xLambdas.
-
getXMultiPlatform
boolean getXMultiPlatform()
bool x_multi_platform = 13;- Returns:
- The xMultiPlatform.
-
getXNoCallAssertions
boolean getXNoCallAssertions()
bool x_no_call_assertions = 14;- Returns:
- The xNoCallAssertions.
-
getXNoOptimize
boolean getXNoOptimize()
bool x_no_optimize = 15;- Returns:
- The xNoOptimize.
-
getXNoOptimizedCallableReferences
boolean getXNoOptimizedCallableReferences()
bool x_no_optimized_callable_references = 16;- Returns:
- The xNoOptimizedCallableReferences.
-
getXNoParamAssertions
boolean getXNoParamAssertions()
bool x_no_param_assertions = 18;- Returns:
- The xNoParamAssertions.
-
getXNoReceiverAssertions
boolean getXNoReceiverAssertions()
bool x_no_receiver_assertions = 19;- Returns:
- The xNoReceiverAssertions.
-
getXOptinList
java.util.List<java.lang.String> getXOptinList()
repeated string x_optin = 20;- Returns:
- A list containing the xOptin.
-
getXOptinCount
int getXOptinCount()
repeated string x_optin = 20;- Returns:
- The count of xOptin.
-
getXOptin
java.lang.String getXOptin(int index)
repeated string x_optin = 20;- Parameters:
index- The index of the element to return.- Returns:
- The xOptin at the given index.
-
getXOptinBytes
com.google.protobuf.ByteString getXOptinBytes(int index)
repeated string x_optin = 20;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the xOptin at the given index.
-
getXReportPerf
boolean getXReportPerf()
bool x_report_perf = 21;- Returns:
- The xReportPerf.
-
getXSamConversions
java.lang.String getXSamConversions()
string x_sam_conversions = 22;- Returns:
- The xSamConversions.
-
getXSamConversionsBytes
com.google.protobuf.ByteString getXSamConversionsBytes()
string x_sam_conversions = 22;- Returns:
- The bytes for xSamConversions.
-
getXSkipPrereleaseCheck
boolean getXSkipPrereleaseCheck()
bool x_skip_prerelease_check = 23;- Returns:
- The xSkipPrereleaseCheck.
-
getXUseFirLt
boolean getXUseFirLt()
bool x_use_fir_lt = 24;- Returns:
- The xUseFirLt.
-
getXUseK2
boolean getXUseK2()
bool x_use_k2 = 25;- Returns:
- The xUseK2.
-
-