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()optional string include_stdlibs = 1;com.google.protobuf.ByteStringgetIncludeStdlibsBytes()optional string include_stdlibs = 1;booleangetJavaParameters()optional bool java_parameters = 2;java.lang.StringgetJvmTarget()optional string jvm_target = 3;com.google.protobuf.ByteStringgetJvmTargetBytes()optional string jvm_target = 3;java.lang.StringgetWarn()optional string warn = 4;com.google.protobuf.ByteStringgetWarnBytes()optional string warn = 4;booleangetXAllowResultReturnType()optional bool x_allow_result_return_type = 5;intgetXBackendThreads()optional int32 x_backend_threads = 6;booleangetXEmitJvmTypeAnnotations()optional bool x_emit_jvm_type_annotations = 7;booleangetXEnableIncrementalCompilation()optional bool x_enable_incremental_compilation = 8;java.lang.StringgetXExplicitApiMode()optional string x_explicit_api_mode = 9;com.google.protobuf.ByteStringgetXExplicitApiModeBytes()optional string x_explicit_api_mode = 9;booleangetXInlineClasses()optional bool x_inline_classes = 10;java.lang.StringgetXJvmDefault()optional string x_jvm_default = 11;com.google.protobuf.ByteStringgetXJvmDefaultBytes()optional string x_jvm_default = 11;java.lang.StringgetXLambdas()optional string x_lambdas = 12;com.google.protobuf.ByteStringgetXLambdasBytes()optional string x_lambdas = 12;booleangetXMultiPlatform()optional bool x_multi_platform = 13;booleangetXNoCallAssertions()optional bool x_no_call_assertions = 14;booleangetXNoOptimize()optional bool x_no_optimize = 15;booleangetXNoOptimizedCallableReferences()optional bool x_no_optimized_callable_references = 16;booleangetXNoParamAssertions()optional bool x_no_param_assertions = 18;booleangetXNoReceiverAssertions()optional 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()optional bool x_report_perf = 21;java.lang.StringgetXSamConversions()optional string x_sam_conversions = 22;com.google.protobuf.ByteStringgetXSamConversionsBytes()optional string x_sam_conversions = 22;booleangetXSkipPrereleaseCheck()optional bool x_skip_prerelease_check = 23;booleangetXUseFirLt()optional bool x_use_fir_lt = 24;booleangetXUseK2()optional bool x_use_k2 = 25;booleanhasIncludeStdlibs()optional string include_stdlibs = 1;booleanhasJavaParameters()optional bool java_parameters = 2;booleanhasJvmTarget()optional string jvm_target = 3;booleanhasWarn()optional string warn = 4;booleanhasXAllowResultReturnType()optional bool x_allow_result_return_type = 5;booleanhasXBackendThreads()optional int32 x_backend_threads = 6;booleanhasXEmitJvmTypeAnnotations()optional bool x_emit_jvm_type_annotations = 7;booleanhasXEnableIncrementalCompilation()optional bool x_enable_incremental_compilation = 8;booleanhasXExplicitApiMode()optional string x_explicit_api_mode = 9;booleanhasXInlineClasses()optional bool x_inline_classes = 10;booleanhasXJvmDefault()optional string x_jvm_default = 11;booleanhasXLambdas()optional string x_lambdas = 12;booleanhasXMultiPlatform()optional bool x_multi_platform = 13;booleanhasXNoCallAssertions()optional bool x_no_call_assertions = 14;booleanhasXNoOptimize()optional bool x_no_optimize = 15;booleanhasXNoOptimizedCallableReferences()optional bool x_no_optimized_callable_references = 16;booleanhasXNoParamAssertions()optional bool x_no_param_assertions = 18;booleanhasXNoReceiverAssertions()optional bool x_no_receiver_assertions = 19;booleanhasXReportPerf()optional bool x_report_perf = 21;booleanhasXSamConversions()optional string x_sam_conversions = 22;booleanhasXSkipPrereleaseCheck()optional bool x_skip_prerelease_check = 23;booleanhasXUseFirLt()optional bool x_use_fir_lt = 24;booleanhasXUseK2()optional 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
-
hasIncludeStdlibs
boolean hasIncludeStdlibs()
optional string include_stdlibs = 1;- Returns:
- Whether the includeStdlibs field is set.
-
getIncludeStdlibs
java.lang.String getIncludeStdlibs()
optional string include_stdlibs = 1;- Returns:
- The includeStdlibs.
-
getIncludeStdlibsBytes
com.google.protobuf.ByteString getIncludeStdlibsBytes()
optional string include_stdlibs = 1;- Returns:
- The bytes for includeStdlibs.
-
hasJavaParameters
boolean hasJavaParameters()
optional bool java_parameters = 2;- Returns:
- Whether the javaParameters field is set.
-
getJavaParameters
boolean getJavaParameters()
optional bool java_parameters = 2;- Returns:
- The javaParameters.
-
hasJvmTarget
boolean hasJvmTarget()
optional string jvm_target = 3;- Returns:
- Whether the jvmTarget field is set.
-
getJvmTarget
java.lang.String getJvmTarget()
optional string jvm_target = 3;- Returns:
- The jvmTarget.
-
getJvmTargetBytes
com.google.protobuf.ByteString getJvmTargetBytes()
optional string jvm_target = 3;- Returns:
- The bytes for jvmTarget.
-
hasWarn
boolean hasWarn()
optional string warn = 4;- Returns:
- Whether the warn field is set.
-
getWarn
java.lang.String getWarn()
optional string warn = 4;- Returns:
- The warn.
-
getWarnBytes
com.google.protobuf.ByteString getWarnBytes()
optional string warn = 4;- Returns:
- The bytes for warn.
-
hasXAllowResultReturnType
boolean hasXAllowResultReturnType()
optional bool x_allow_result_return_type = 5;- Returns:
- Whether the xAllowResultReturnType field is set.
-
getXAllowResultReturnType
boolean getXAllowResultReturnType()
optional bool x_allow_result_return_type = 5;- Returns:
- The xAllowResultReturnType.
-
hasXBackendThreads
boolean hasXBackendThreads()
optional int32 x_backend_threads = 6;- Returns:
- Whether the xBackendThreads field is set.
-
getXBackendThreads
int getXBackendThreads()
optional int32 x_backend_threads = 6;- Returns:
- The xBackendThreads.
-
hasXEmitJvmTypeAnnotations
boolean hasXEmitJvmTypeAnnotations()
optional bool x_emit_jvm_type_annotations = 7;- Returns:
- Whether the xEmitJvmTypeAnnotations field is set.
-
getXEmitJvmTypeAnnotations
boolean getXEmitJvmTypeAnnotations()
optional bool x_emit_jvm_type_annotations = 7;- Returns:
- The xEmitJvmTypeAnnotations.
-
hasXEnableIncrementalCompilation
boolean hasXEnableIncrementalCompilation()
optional bool x_enable_incremental_compilation = 8;- Returns:
- Whether the xEnableIncrementalCompilation field is set.
-
getXEnableIncrementalCompilation
boolean getXEnableIncrementalCompilation()
optional bool x_enable_incremental_compilation = 8;- Returns:
- The xEnableIncrementalCompilation.
-
hasXExplicitApiMode
boolean hasXExplicitApiMode()
optional string x_explicit_api_mode = 9;- Returns:
- Whether the xExplicitApiMode field is set.
-
getXExplicitApiMode
java.lang.String getXExplicitApiMode()
optional string x_explicit_api_mode = 9;- Returns:
- The xExplicitApiMode.
-
getXExplicitApiModeBytes
com.google.protobuf.ByteString getXExplicitApiModeBytes()
optional string x_explicit_api_mode = 9;- Returns:
- The bytes for xExplicitApiMode.
-
hasXInlineClasses
boolean hasXInlineClasses()
optional bool x_inline_classes = 10;- Returns:
- Whether the xInlineClasses field is set.
-
getXInlineClasses
boolean getXInlineClasses()
optional bool x_inline_classes = 10;- Returns:
- The xInlineClasses.
-
hasXJvmDefault
boolean hasXJvmDefault()
optional string x_jvm_default = 11;- Returns:
- Whether the xJvmDefault field is set.
-
getXJvmDefault
java.lang.String getXJvmDefault()
optional string x_jvm_default = 11;- Returns:
- The xJvmDefault.
-
getXJvmDefaultBytes
com.google.protobuf.ByteString getXJvmDefaultBytes()
optional string x_jvm_default = 11;- Returns:
- The bytes for xJvmDefault.
-
hasXLambdas
boolean hasXLambdas()
optional string x_lambdas = 12;- Returns:
- Whether the xLambdas field is set.
-
getXLambdas
java.lang.String getXLambdas()
optional string x_lambdas = 12;- Returns:
- The xLambdas.
-
getXLambdasBytes
com.google.protobuf.ByteString getXLambdasBytes()
optional string x_lambdas = 12;- Returns:
- The bytes for xLambdas.
-
hasXMultiPlatform
boolean hasXMultiPlatform()
optional bool x_multi_platform = 13;- Returns:
- Whether the xMultiPlatform field is set.
-
getXMultiPlatform
boolean getXMultiPlatform()
optional bool x_multi_platform = 13;- Returns:
- The xMultiPlatform.
-
hasXNoCallAssertions
boolean hasXNoCallAssertions()
optional bool x_no_call_assertions = 14;- Returns:
- Whether the xNoCallAssertions field is set.
-
getXNoCallAssertions
boolean getXNoCallAssertions()
optional bool x_no_call_assertions = 14;- Returns:
- The xNoCallAssertions.
-
hasXNoOptimize
boolean hasXNoOptimize()
optional bool x_no_optimize = 15;- Returns:
- Whether the xNoOptimize field is set.
-
getXNoOptimize
boolean getXNoOptimize()
optional bool x_no_optimize = 15;- Returns:
- The xNoOptimize.
-
hasXNoOptimizedCallableReferences
boolean hasXNoOptimizedCallableReferences()
optional bool x_no_optimized_callable_references = 16;- Returns:
- Whether the xNoOptimizedCallableReferences field is set.
-
getXNoOptimizedCallableReferences
boolean getXNoOptimizedCallableReferences()
optional bool x_no_optimized_callable_references = 16;- Returns:
- The xNoOptimizedCallableReferences.
-
hasXNoParamAssertions
boolean hasXNoParamAssertions()
optional bool x_no_param_assertions = 18;- Returns:
- Whether the xNoParamAssertions field is set.
-
getXNoParamAssertions
boolean getXNoParamAssertions()
optional bool x_no_param_assertions = 18;- Returns:
- The xNoParamAssertions.
-
hasXNoReceiverAssertions
boolean hasXNoReceiverAssertions()
optional bool x_no_receiver_assertions = 19;- Returns:
- Whether the xNoReceiverAssertions field is set.
-
getXNoReceiverAssertions
boolean getXNoReceiverAssertions()
optional 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.
-
hasXReportPerf
boolean hasXReportPerf()
optional bool x_report_perf = 21;- Returns:
- Whether the xReportPerf field is set.
-
getXReportPerf
boolean getXReportPerf()
optional bool x_report_perf = 21;- Returns:
- The xReportPerf.
-
hasXSamConversions
boolean hasXSamConversions()
optional string x_sam_conversions = 22;- Returns:
- Whether the xSamConversions field is set.
-
getXSamConversions
java.lang.String getXSamConversions()
optional string x_sam_conversions = 22;- Returns:
- The xSamConversions.
-
getXSamConversionsBytes
com.google.protobuf.ByteString getXSamConversionsBytes()
optional string x_sam_conversions = 22;- Returns:
- The bytes for xSamConversions.
-
hasXSkipPrereleaseCheck
boolean hasXSkipPrereleaseCheck()
optional bool x_skip_prerelease_check = 23;- Returns:
- Whether the xSkipPrereleaseCheck field is set.
-
getXSkipPrereleaseCheck
boolean getXSkipPrereleaseCheck()
optional bool x_skip_prerelease_check = 23;- Returns:
- The xSkipPrereleaseCheck.
-
hasXUseFirLt
boolean hasXUseFirLt()
optional bool x_use_fir_lt = 24;- Returns:
- Whether the xUseFirLt field is set.
-
getXUseFirLt
boolean getXUseFirLt()
optional bool x_use_fir_lt = 24;- Returns:
- The xUseFirLt.
-
hasXUseK2
boolean hasXUseK2()
optional bool x_use_k2 = 25;- Returns:
- Whether the xUseK2 field is set.
-
getXUseK2
boolean getXUseK2()
optional bool x_use_k2 = 25;- Returns:
- The xUseK2.
-
-