interfaz pública VersionDefOrBuilder
Subclases indirectas conocidas |
Métodos públicos
resumen entero | getBadConsumers (índice int) Specific consumer versions which are disallowed (e.g. |
resumen entero | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
Lista abstracta<Entero> | obtener lista de consumidores malos () Specific consumer versions which are disallowed (e.g. |
resumen entero | getMinConsumidor () Any consumer below this version is not allowed to consume this data. |
resumen entero | obtenerProductor () The version of the code that produced this data. |
Métodos públicos
resumen público int getBadConsumers (índice int)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
resumen público int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
Lista abstracta pública<Integer> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
resumen público int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2;
resumen público int getProducer ()
The version of the code that produced this data.
int32 producer = 1;