อินเทอร์เฟซสาธารณะ VersionDefOrBuilder
คลาสย่อยทางอ้อมที่รู้จัก |
วิธีการสาธารณะ
บทคัดย่อ | getBadConsumers (ดัชนี int) Specific consumer versions which are disallowed (e.g. |
บทคัดย่อ | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
รายการนามธรรม<จำนวนเต็ม> | getBadConsumersList () Specific consumer versions which are disallowed (e.g. |
บทคัดย่อ | getMinConsumer () Any consumer below this version is not allowed to consume this data. |
บทคัดย่อ | รับผู้ผลิต () The version of the code that produced this data. |
วิธีการสาธารณะ
บทคัดย่อสาธารณะ int getBadConsumers (ดัชนี int)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
บทคัดย่อสาธารณะ int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
รายการนามธรรมสาธารณะ <จำนวนเต็ม> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
บทคัดย่อสาธารณะ int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2;
บทคัดย่อสาธารณะ int getProducer ()
The version of the code that produced this data.
int32 producer = 1;