VersionDefOrBuilder

antarmuka publik VersionDefOrBuilder
Subkelas Tidak Langsung yang Diketahui

Metode Publik

abstrak ke dalam
getBadConsumers (indeks int)
 Specific consumer versions which are disallowed (e.g.
abstrak ke dalam
dapatkanBadConsumersCount ()
 Specific consumer versions which are disallowed (e.g.
Daftar abstrak<Bilangan Bulat>
dapatkanDaftar Konsumen Buruk ()
 Specific consumer versions which are disallowed (e.g.
abstrak ke dalam
dapatkanMinConsumer ()
 Any consumer below this version is not allowed to consume this data.
abstrak ke dalam
dapatkanProduser ()
 The version of the code that produced this data.

Metode Publik

abstrak publik int getBadConsumers (indeks int)

 Specific consumer versions which are disallowed (e.g. due to bugs).
 
repeated int32 bad_consumers = 3;

abstrak publik int getBadConsumersCount ()

 Specific consumer versions which are disallowed (e.g. due to bugs).
 
repeated int32 bad_consumers = 3;

Daftar abstrak publik<Integer> getBadConsumersList ()

 Specific consumer versions which are disallowed (e.g. due to bugs).
 
repeated int32 bad_consumers = 3;

abstrak publik int getMinConsumer ()

 Any consumer below this version is not allowed to consume this data.
 
int32 min_consumer = 2;

abstrak publik int getProducer ()

 The version of the code that produced this data.
 
int32 producer = 1;