interface publique VersionDefOrBuilder
| Sous-classes indirectes connues |
Méthodes publiques
| entier abstrait | getBadConsumers (index int) Specific consumer versions which are disallowed (e.g. |
| entier abstrait | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
| Liste abstraite<Integer> | getBadConsumersList () Specific consumer versions which are disallowed (e.g. |
| entier abstrait | getMinConsumer () Any consumer below this version is not allowed to consume this data. |
| entier abstrait | getProducteur () The version of the code that produced this data. |
Méthodes publiques
public abstract int getBadConsumers (index int)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; public abstrait int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; public abstract List<Integer> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; public abstrait int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2; public abstrait int getProducer ()
The version of the code that produced this data.
int32 producer = 1;