public interface BuildConfigurationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCcFlags(int index)
CC compiler flags, if known
|
com.google.protobuf.ByteString |
getCcFlagsBytes(int index)
CC compiler flags, if known
|
int |
getCcFlagsCount()
CC compiler flags, if known
|
List<String> |
getCcFlagsList()
CC compiler flags, if known
|
String |
getMode()
opt, dbg, etc
|
com.google.protobuf.ByteString |
getModeBytes()
opt, dbg, etc
|
String |
getOpts(int index)
Bazel compilation options, if known
|
com.google.protobuf.ByteString |
getOptsBytes(int index)
Bazel compilation options, if known
|
int |
getOptsCount()
Bazel compilation options, if known
|
List<String> |
getOptsList()
Bazel compilation options, if known
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getMode()
opt, dbg, etc
string mode = 1;com.google.protobuf.ByteString getModeBytes()
opt, dbg, etc
string mode = 1;List<String> getCcFlagsList()
CC compiler flags, if known
repeated string cc_flags = 2;int getCcFlagsCount()
CC compiler flags, if known
repeated string cc_flags = 2;String getCcFlags(int index)
CC compiler flags, if known
repeated string cc_flags = 2;com.google.protobuf.ByteString getCcFlagsBytes(int index)
CC compiler flags, if known
repeated string cc_flags = 2;List<String> getOptsList()
Bazel compilation options, if known
repeated string opts = 3;int getOptsCount()
Bazel compilation options, if known
repeated string opts = 3;String getOpts(int index)
Bazel compilation options, if known
repeated string opts = 3;com.google.protobuf.ByteString getOptsBytes(int index)
Bazel compilation options, if known
repeated string opts = 3;Copyright © 2015–2019. All rights reserved.