パブリック インターフェイスBuildConfigurationOrBuilder
既知の間接サブクラス |
パブリックメソッド
抽象文字列 | getCcFlags (int インデックス) CC compiler flags, if known repeated string cc_flags = 2; |
抽象的な com.google.protobuf.ByteString | getCcFlagsBytes (int インデックス) CC compiler flags, if known repeated string cc_flags = 2; |
抽象整数 | getCcFlagsCount () CC compiler flags, if known repeated string cc_flags = 2; |
抽象リスト<String> | getCcFlagsList () CC compiler flags, if known repeated string cc_flags = 2; |
抽象文字列 | getMode () opt, dbg, etc string mode = 1; |
抽象的な com.google.protobuf.ByteString | getModeBytes () opt, dbg, etc string mode = 1; |
抽象文字列 | getOpts (int インデックス) Bazel compilation options, if known repeated string opts = 3; |
抽象的な com.google.protobuf.ByteString | getOptsBytes (int インデックス) Bazel compilation options, if known repeated string opts = 3; |
抽象整数 | getOptsCount () Bazel compilation options, if known repeated string opts = 3; |
抽象リスト<String> | getOptsList () Bazel compilation options, if known repeated string opts = 3; |
パブリックメソッド
パブリック抽象文字列getCcFlags (int インデックス)
CC compiler flags, if known
repeated string cc_flags = 2;
パブリック抽象 com.google.protobuf.ByteString getCcFlagsBytes (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;
パブリック抽象 List<String> getCcFlagsList ()
CC compiler flags, if known
repeated string cc_flags = 2;
パブリック抽象文字列getMode ()
opt, dbg, etc
string mode = 1;
パブリック抽象 com.google.protobuf.ByteString getModeBytes ()
opt, dbg, etc
string mode = 1;
public abstract String getOpts (int インデックス)
Bazel compilation options, if known
repeated string opts = 3;
パブリック抽象 com.google.protobuf.ByteString getOptsBytes (int インデックス)
Bazel compilation options, if known
repeated string opts = 3;
public abstract int getOptsCount ()
Bazel compilation options, if known
repeated string opts = 3;
パブリック抽象 List<String> getOptsList ()
Bazel compilation options, if known
repeated string opts = 3;