Interface BspTargetInfo.CToolchainInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BspTargetInfo.CToolchainInfo, BspTargetInfo.CToolchainInfo.Builder
Enclosing class:
BspTargetInfo

public static interface BspTargetInfo.CToolchainInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTargetName

      String getTargetName()
      string target_name = 1;
      Returns:
      The targetName.
    • getTargetNameBytes

      com.google.protobuf.ByteString getTargetNameBytes()
      string target_name = 1;
      Returns:
      The bytes for targetName.
    • getCppOptionList

      List<String> getCppOptionList()
      repeated string cpp_option = 2;
      Returns:
      A list containing the cppOption.
    • getCppOptionCount

      int getCppOptionCount()
      repeated string cpp_option = 2;
      Returns:
      The count of cppOption.
    • getCppOption

      String getCppOption(int index)
      repeated string cpp_option = 2;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cppOption at the given index.
    • getCppOptionBytes

      com.google.protobuf.ByteString getCppOptionBytes(int index)
      repeated string cpp_option = 2;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the cppOption at the given index.
    • getCOptionList

      List<String> getCOptionList()
      repeated string c_option = 3;
      Returns:
      A list containing the cOption.
    • getCOptionCount

      int getCOptionCount()
      repeated string c_option = 3;
      Returns:
      The count of cOption.
    • getCOption

      String getCOption(int index)
      repeated string c_option = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cOption at the given index.
    • getCOptionBytes

      com.google.protobuf.ByteString getCOptionBytes(int index)
      repeated string c_option = 3;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the cOption at the given index.
    • getCCompiler

      String getCCompiler()
      string c_compiler = 4;
      Returns:
      The cCompiler.
    • getCCompilerBytes

      com.google.protobuf.ByteString getCCompilerBytes()
      string c_compiler = 4;
      Returns:
      The bytes for cCompiler.
    • getCppCompiler

      String getCppCompiler()
      string cpp_compiler = 5;
      Returns:
      The cppCompiler.
    • getCppCompilerBytes

      com.google.protobuf.ByteString getCppCompilerBytes()
      string cpp_compiler = 5;
      Returns:
      The bytes for cppCompiler.
    • getBuiltInIncludeDirectoryList

      List<String> getBuiltInIncludeDirectoryList()
      repeated string built_in_include_directory = 6;
      Returns:
      A list containing the builtInIncludeDirectory.
    • getBuiltInIncludeDirectoryCount

      int getBuiltInIncludeDirectoryCount()
      repeated string built_in_include_directory = 6;
      Returns:
      The count of builtInIncludeDirectory.
    • getBuiltInIncludeDirectory

      String getBuiltInIncludeDirectory(int index)
      repeated string built_in_include_directory = 6;
      Parameters:
      index - The index of the element to return.
      Returns:
      The builtInIncludeDirectory at the given index.
    • getBuiltInIncludeDirectoryBytes

      com.google.protobuf.ByteString getBuiltInIncludeDirectoryBytes(int index)
      repeated string built_in_include_directory = 6;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the builtInIncludeDirectory at the given index.