BuildConfigurationOrBuilder

공개 인터페이스 BuildConfigurationOrBuilder
알려진 간접 하위 클래스

공개 방법

추상 문자열
getCcFlags (정수 인덱스)
 CC compiler flags, if known
 
repeated string cc_flags = 2;
추상 com.google.protobuf.ByteString
getCcFlagsBytes (정수 인덱스)
 CC compiler flags, if known
 
repeated string cc_flags = 2;
추상 정수
getCcFlagsCount ()
 CC compiler flags, if known
 
repeated string cc_flags = 2;
추상 목록<문자열>
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 (정수 인덱스)
 Bazel compilation options, if known
 
repeated string opts = 3;
추상 com.google.protobuf.ByteString
getOptsBytes (정수 인덱스)
 Bazel compilation options, if known
 
repeated string opts = 3;
추상 정수
getOptsCount ()
 Bazel compilation options, if known
 
repeated string opts = 3;
추상 목록<문자열>
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;

공개 추상 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;

공개 추상 문자열 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;

공개 추상 int getOptsCount ()

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

공개 추상 List<String> getOptsList ()

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