public interface
BuildConfigurationOrBuilder
Known Indirect Subclasses |
Public Methods
abstract String |
getCcFlags(int index)
CC compiler flags, if known repeated string cc_flags = 2;
|
abstract com.google.protobuf.ByteString |
getCcFlagsBytes(int index)
CC compiler flags, if known repeated string cc_flags = 2;
|
abstract int |
getCcFlagsCount()
CC compiler flags, if known repeated string cc_flags = 2;
|
abstract List<String> |
getCcFlagsList()
CC compiler flags, if known repeated string cc_flags = 2;
|
abstract String |
getMode()
opt, dbg, etc string mode = 1;
|
abstract com.google.protobuf.ByteString |
getModeBytes()
opt, dbg, etc string mode = 1;
|
abstract String |
getOpts(int index)
Bazel compilation options, if known repeated string opts = 3;
|
abstract com.google.protobuf.ByteString |
getOptsBytes(int index)
Bazel compilation options, if known repeated string opts = 3;
|
abstract int |
getOptsCount()
Bazel compilation options, if known repeated string opts = 3;
|
abstract List<String> |
getOptsList()
Bazel compilation options, if known repeated string opts = 3;
|
Public Methods
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;