Interface BspTargetInfo.KotlinTargetInfoOrBuilder

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