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

        java.util.List<java.lang.String> getKotlincOptsList()
        repeated string kotlinc_opts = 4;
        Returns:
        A list containing the kotlincOpts.
      • getKotlincOptsCount

        int getKotlincOptsCount()
        repeated string kotlinc_opts = 4;
        Returns:
        The count of kotlincOpts.
      • getKotlincOpts

        java.lang.String getKotlincOpts​(int index)
        repeated string kotlinc_opts = 4;
        Parameters:
        index - The index of the element to return.
        Returns:
        The kotlincOpts at the given index.
      • getKotlincOptsBytes

        com.google.protobuf.ByteString getKotlincOptsBytes​(int index)
        repeated string kotlinc_opts = 4;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the kotlincOpts at the given index.
      • getStdlibsCount

        int getStdlibsCount()
        repeated .bazelbsp.FileLocation stdlibs = 5;