BuildConfigurationOrBuilder

interfaccia pubblica BuildConfigurationOrBuilder
Sottoclassi indirette conosciute

Metodi pubblici

stringa astratta
getCcFlags (indice int)
 CC compiler flags, if known
 
repeated string cc_flags = 2;
astratto com.google.protobuf.ByteString
getCcFlagsBytes (indice int)
 CC compiler flags, if known
 
repeated string cc_flags = 2;
astratto int
getCcFlagsCount ()
 CC compiler flags, if known
 
repeated string cc_flags = 2;
Elenco astratto<String>
getCcFlagsList ()
 CC compiler flags, if known
 
repeated string cc_flags = 2;
stringa astratta
getModalità ()
modalità stringa
 opt, dbg, etc
 
string mode = 1;
astratto com.google.protobuf.ByteString
getModeBytes ()
modalità stringa
 opt, dbg, etc
 
string mode = 1;
stringa astratta
getOpts (indice int)
 Bazel compilation options, if known
 
repeated string opts = 3;
astratto com.google.protobuf.ByteString
getOptsBytes (indice int)
 Bazel compilation options, if known
 
repeated string opts = 3;
astratto int
getOptsCount ()
 Bazel compilation options, if known
 
repeated string opts = 3;
Elenco astratto<String>
getOptsList ()
 Bazel compilation options, if known
 
repeated string opts = 3;

Metodi pubblici

public abstract String getCcFlags (indice int)

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

abstract pubblico com.google.protobuf.ByteString getCcFlagsBytes (indice int)

 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 ()

modalità stringa

 opt, dbg, etc
 
string mode = 1;

estratto pubblico com.google.protobuf.ByteString getModeBytes ()

modalità stringa

 opt, dbg, etc
 
string mode = 1;

public abstract String getOpts (indice int)

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

abstract pubblico com.google.protobuf.ByteString getOptsBytes (indice int)

 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;