BuildConfigurationOrBuilder

genel arayüz BuildConfigurationOrBuilder
Bilinen Dolaylı Alt Sınıflar

Genel Yöntemler

soyut Dize
getCcFlags (int dizini)
 CC compiler flags, if known
 
repeated string cc_flags = 2;
abstract com.google.protobuf.ByteString
getCcFlagsBytes (int dizini)
 CC compiler flags, if known
 
repeated string cc_flags = 2;
soyut int
getCcFlagsCount ()
 CC compiler flags, if known
 
repeated string cc_flags = 2;
özet Liste<String>
getCcFlagsList ()
 CC compiler flags, if known
 
repeated string cc_flags = 2;
soyut Dize
getMode ()
 opt, dbg, etc
 
string mode = 1;
abstract com.google.protobuf.ByteString
getModeBytes ()
 opt, dbg, etc
 
string mode = 1;
soyut Dize
getOpts (int dizini)
 Bazel compilation options, if known
 
repeated string opts = 3;
abstract com.google.protobuf.ByteString
getOptsBytes (int dizini)
 Bazel compilation options, if known
 
repeated string opts = 3;
soyut int
getOptsCount ()
 Bazel compilation options, if known
 
repeated string opts = 3;
özet Liste<String>
getOptsList ()
 Bazel compilation options, if known
 
repeated string opts = 3;

Genel Yöntemler

genel özet Dize getCcFlags (int dizini)

 CC compiler flags, if known
 
repeated string cc_flags = 2;

genel özet com.google.protobuf.ByteString getCcFlagsBytes (int dizini)

 CC compiler flags, if known
 
repeated string cc_flags = 2;

genel özet int getCcFlagsCount ()

 CC compiler flags, if known
 
repeated string cc_flags = 2;

genel özet Listesi<String> getCcFlagsList ()

 CC compiler flags, if known
 
repeated string cc_flags = 2;

genel özet Dize getMode ()

 opt, dbg, etc
 
string mode = 1;

genel özet com.google.protobuf.ByteString getModeBytes ()

 opt, dbg, etc
 
string mode = 1;

genel özet String getOpts (int indeksi)

 Bazel compilation options, if known
 
repeated string opts = 3;

genel özet com.google.protobuf.ByteString getOptsBytes (int dizini)

 Bazel compilation options, if known
 
repeated string opts = 3;

genel özet int getOptsCount ()

 Bazel compilation options, if known
 
repeated string opts = 3;

genel özet List<String> getOptsList ()

 Bazel compilation options, if known
 
repeated string opts = 3;