genel arayüz VersionDefOrBuilder
| Bilinen Dolaylı Alt Sınıflar |
Genel Yöntemler
| soyut int | getBadConsumers (int dizini) Specific consumer versions which are disallowed (e.g. |
| soyut int | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
| özet Listesi<Tamsayı> | getBadConsumersList () Specific consumer versions which are disallowed (e.g. |
| soyut int | getMinConsumer () Any consumer below this version is not allowed to consume this data. |
| soyut int | getProducer () The version of the code that produced this data. |
Genel Yöntemler
genel özet int getBadConsumers (int dizini)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; genel özet int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; genel özet Listesi<Tamsayı> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; genel özet int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2; genel özet int getProducer ()
The version of the code that produced this data.
int32 producer = 1;