VersionDefOrBuilder

interfaz pública VersionDefOrBuilder
Subclases indirectas conocidas

Métodos públicos

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

Métodos públicos

public abstract int getBadConsumers (int índice)

 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;

Lista pública abstracta <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;