Interface BuildConfigurationOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
- All Known Implementing Classes:
BuildConfiguration, BuildConfiguration.Builder
-
Method Summary
Modifier and TypeMethodDescriptiongetCcFlags(int index) CC compiler flags, if knowngetCcFlagsBytes(int index) CC compiler flags, if knownintCC compiler flags, if knownCC compiler flags, if knowngetMode()opt, dbg, etcopt, dbg, etcgetOpts(int index) Bazel compilation options, if knowngetOptsBytes(int index) Bazel compilation options, if knownintBazel compilation options, if knownBazel compilation options, if knownMethods inherited from interface MessageLiteOrBuilder
isInitialized
-
Method Details
-
getMode
-
getModeBytes
-
getCcFlagsList
-
getCcFlagsCount
int getCcFlagsCount()CC compiler flags, if known
repeated string cc_flags = 2;- Returns:
- The count of ccFlags.
-
getCcFlags
CC compiler flags, if known
repeated string cc_flags = 2;- Parameters:
index- The index of the element to return.- Returns:
- The ccFlags at the given index.
-
getCcFlagsBytes
CC compiler flags, if known
repeated string cc_flags = 2;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the ccFlags at the given index.
-
getOptsList
-
getOptsCount
int getOptsCount()Bazel compilation options, if known
repeated string opts = 3;- Returns:
- The count of opts.
-
getOpts
Bazel compilation options, if known
repeated string opts = 3;- Parameters:
index- The index of the element to return.- Returns:
- The opts at the given index.
-
getOptsBytes
Bazel compilation options, if known
repeated string opts = 3;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the opts at the given index.
-