public interface
VersionDefOrBuilder
Known Indirect Subclasses |
Public Methods
abstract int |
getBadConsumers(int index)
Specific consumer versions which are disallowed (e.g. |
abstract int |
getBadConsumersCount()
Specific consumer versions which are disallowed (e.g. |
abstract List<Integer> |
getBadConsumersList()
Specific consumer versions which are disallowed (e.g. |
abstract int |
getMinConsumer()
Any consumer below this version is not allowed to consume this data. |
abstract int |
getProducer()
The version of the code that produced this data. |
Public Methods
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;