interface pública BuildConfigurationOrBuilder
| Subclasses indiretas conhecidas |
Métodos Públicos
| String abstrata | getCcFlags (índice int) CC compiler flags, if known repeated string cc_flags = 2; |
| abstract com.google.protobuf.ByteString | getCcFlagsBytes (índice int) CC compiler flags, if known repeated string cc_flags = 2; |
| int abstrato | getCcFlagsCount () CC compiler flags, if known repeated string cc_flags = 2; |
| Lista abstrata <String> | getCcFlagsList () CC compiler flags, if known repeated string cc_flags = 2; |
| String abstrata | getMode () opt, dbg, etc string mode = 1; |
| abstract com.google.protobuf.ByteString | getModeBytes () opt, dbg, etc string mode = 1; |
| String abstrata | getOpts (índice int) Bazel compilation options, if known repeated string opts = 3; |
| abstract com.google.protobuf.ByteString | getOptsBytes (índice int) Bazel compilation options, if known repeated string opts = 3; |
| int abstrato | getOptsCount () Bazel compilation options, if known repeated string opts = 3; |
| Lista abstrata <String> | getOptsList () Bazel compilation options, if known repeated string opts = 3; |
Métodos Públicos
public abstract String getCcFlags (int index)
CC compiler flags, if known
repeated string cc_flags = 2;public abstract com.google.protobuf.ByteString getCcFlagsBytes (int index)
CC compiler flags, if known
repeated string cc_flags = 2;public abstract int getCcFlagsCount ()
CC compiler flags, if known
repeated string cc_flags = 2;public abstract List <String> getCcFlagsList ()
CC compiler flags, if known
repeated string cc_flags = 2;public abstract String getMode ()
opt, dbg, etc
string mode = 1;public abstract com.google.protobuf.ByteString getModeBytes ()
opt, dbg, etc
string mode = 1;public abstract String getOpts (int index)
Bazel compilation options, if known
repeated string opts = 3;public abstract com.google.protobuf.ByteString getOptsBytes (int index)
Bazel compilation options, if known
repeated string opts = 3;public abstract int getOptsCount ()
Bazel compilation options, if known
repeated string opts = 3;public abstract List <String> getOptsList ()
Bazel compilation options, if known
repeated string opts = 3;