Package org.jetbrains.bsp.bazel.info
Interface BspTargetInfo.CppTargetInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BspTargetInfo.CppTargetInfo,BspTargetInfo.CppTargetInfo.Builder
- Enclosing class:
- BspTargetInfo
public static interface BspTargetInfo.CppTargetInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetCopts(int index)repeated string copts = 1;com.google.protobuf.ByteStringgetCoptsBytes(int index)repeated string copts = 1;intgetCoptsCount()repeated string copts = 1;java.util.List<java.lang.String>getCoptsList()repeated string copts = 1;java.lang.StringgetDefines(int index)repeated string defines = 2;com.google.protobuf.ByteStringgetDefinesBytes(int index)repeated string defines = 2;intgetDefinesCount()repeated string defines = 2;java.util.List<java.lang.String>getDefinesList()repeated string defines = 2;java.lang.StringgetLinkOpts(int index)repeated string link_opts = 3;com.google.protobuf.ByteStringgetLinkOptsBytes(int index)repeated string link_opts = 3;intgetLinkOptsCount()repeated string link_opts = 3;java.util.List<java.lang.String>getLinkOptsList()repeated string link_opts = 3;booleangetLinkShared()bool link_shared = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCoptsList
java.util.List<java.lang.String> getCoptsList()
repeated string copts = 1;- Returns:
- A list containing the copts.
-
getCoptsCount
int getCoptsCount()
repeated string copts = 1;- Returns:
- The count of copts.
-
getCopts
java.lang.String getCopts(int index)
repeated string copts = 1;- Parameters:
index- The index of the element to return.- Returns:
- The copts at the given index.
-
getCoptsBytes
com.google.protobuf.ByteString getCoptsBytes(int index)
repeated string copts = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the copts at the given index.
-
getDefinesList
java.util.List<java.lang.String> getDefinesList()
repeated string defines = 2;- Returns:
- A list containing the defines.
-
getDefinesCount
int getDefinesCount()
repeated string defines = 2;- Returns:
- The count of defines.
-
getDefines
java.lang.String getDefines(int index)
repeated string defines = 2;- Parameters:
index- The index of the element to return.- Returns:
- The defines at the given index.
-
getDefinesBytes
com.google.protobuf.ByteString getDefinesBytes(int index)
repeated string defines = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the defines at the given index.
-
getLinkOptsList
java.util.List<java.lang.String> getLinkOptsList()
repeated string link_opts = 3;- Returns:
- A list containing the linkOpts.
-
getLinkOptsCount
int getLinkOptsCount()
repeated string link_opts = 3;- Returns:
- The count of linkOpts.
-
getLinkOpts
java.lang.String getLinkOpts(int index)
repeated string link_opts = 3;- Parameters:
index- The index of the element to return.- Returns:
- The linkOpts at the given index.
-
getLinkOptsBytes
com.google.protobuf.ByteString getLinkOptsBytes(int index)
repeated string link_opts = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the linkOpts at the given index.
-
getLinkShared
boolean getLinkShared()
bool link_shared = 4;- Returns:
- The linkShared.
-
-