Package org.jetbrains.bsp.bazel.info
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 Summary
Modifier and TypeMethodDescriptiongetBuiltInIncludeDirectory(int index) repeated string built_in_include_directory = 6;com.google.protobuf.ByteStringgetBuiltInIncludeDirectoryBytes(int index) repeated string built_in_include_directory = 6;intrepeated string built_in_include_directory = 6;repeated string built_in_include_directory = 6;string c_compiler = 4;com.google.protobuf.ByteStringstring c_compiler = 4;getCOption(int index) repeated string c_option = 3;com.google.protobuf.ByteStringgetCOptionBytes(int index) repeated string c_option = 3;intrepeated string c_option = 3;repeated string c_option = 3;string cpp_compiler = 5;com.google.protobuf.ByteStringstring cpp_compiler = 5;getCppOption(int index) repeated string cpp_option = 2;com.google.protobuf.ByteStringgetCppOptionBytes(int index) repeated string cpp_option = 2;intrepeated string cpp_option = 2;repeated string cpp_option = 2;string target_name = 1;com.google.protobuf.ByteStringstring target_name = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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
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
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
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
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.
-