공용 인터페이스 VersionDefOrBuilder
알려진 간접 하위 클래스 |
공개 방법
추상 정수 | getBadConsumers (정수 인덱스) Specific consumer versions which are disallowed (e.g. |
추상 정수 | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
추상 목록<정수> | getBadConsumersList () Specific consumer versions which are disallowed (e.g. |
추상 정수 | getMin소비자 () Any consumer below this version is not allowed to consume this data. |
추상 정수 | getProducer () The version of the code that produced this data. |
공개 방법
공개 추상 int getBadConsumers (int 인덱스)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
공개 추상 int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
공개 추상 List<Integer> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
공개 추상 int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2;
공개 추상 int getProducer ()
The version of the code that produced this data.
int32 producer = 1;