VersionDefOrBuilder

interface publique VersionDefOrBuilder
Sous-classes indirectes connues

Méthodes publiques

abstrait entier
getBadConsumers (index int)
 Specific consumer versions which are disallowed (e.g.
abstrait entier
getBadConsumersCount ()
 Specific consumer versions which are disallowed (e.g.
Liste abstraite<Integer>
getBadConsumersList ()
 Specific consumer versions which are disallowed (e.g.
abstrait entier
getMinConsumer ()
 Any consumer below this version is not allowed to consume this data.
abstrait entier
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;