VersionDefOrBuilder

interface pública VersionDefOrBuilder
Subclasses indiretas conhecidas

Métodos Públicos

abstrato int
getBadConsumers (índice interno )
 Specific consumer versions which are disallowed (e.g.
abstrato int
getBadConsumersCount ()
 Specific consumer versions which are disallowed (e.g.
Lista abstrata <Integer>
getBadConsumersList ()
 Specific consumer versions which are disallowed (e.g.
abstrato int
getMinConsumer ()
 Any consumer below this version is not allowed to consume this data.
abstrato int
getProducer ()
 The version of the code that produced this data.

Métodos Públicos

public abstract int getBadConsumers (int index)

 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;