Interface BspTargetInfo.KotlincOptsOrBuilder

    • 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.