interfaccia pubblica VersionDefOrBuilder 
| Sottoclassi indirette conosciute | 
Metodi pubblici
| astratto int |  getBadConsumers (indice int)  Specific consumer versions which are disallowed (e.g. | 
| astratto int |  getBadConsumersCount ()  Specific consumer versions which are disallowed (e.g. | 
| Lista astratta<Intero> |  getBadConsumersList ()  Specific consumer versions which are disallowed (e.g. | 
| astratto int |  getMinConsumatore ()  Any consumer below this version is not allowed to consume this data. | 
| astratto int |  getProduttore ()  The version of the code that produced this data. | 
Metodi pubblici
public abstract int getBadConsumers (indice int)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3; public abstract 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 abstract int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2; public abstract int getProducer ()
The version of the code that produced this data.
int32 producer = 1;