interfejs publiczny VersionDefOrBuilder
| Znane podklasy pośrednie |
Metody publiczne
| streszczenie wew | getBadConsumers (indeks int) Specific consumer versions which are disallowed (e.g. |
| streszczenie wew | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
| streszczenie Lista<Integer> | getBadConsumersList () Specific consumer versions which are disallowed (e.g. |
| streszczenie wew | pobierzMinConsumer () Any consumer below this version is not allowed to consume this data. |
| streszczenie wew | getProducer () The version of the code that produced this data. |
Metody publiczne
publiczne streszczenie int getBadConsumers (indeks int)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; publiczne streszczenie int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; publiczna lista abstrakcyjna<Integer> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; publiczne streszczenie int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2; publiczne streszczenie int getProducer ()
The version of the code that produced this data.
int32 producer = 1;