ממשק ציבורי VersionDefOrBuilder
| תת-מחלקות עקיפות ידועות |
שיטות ציבוריות
| מופשט int | getBadConsumers (int index) Specific consumer versions which are disallowed (e.g. |
| מופשט int | getBadConsumersCount () Specific consumer versions which are disallowed (e.g. |
| רשימה מופשטת <מספר שלם> | getBadConsumersList () Specific consumer versions which are disallowed (e.g. |
| מופשט int | getMinConsumer () Any consumer below this version is not allowed to consume this data. |
| מופשט int | getProducer () The version of the code that produced this data. |
שיטות ציבוריות
תקציר ציבורי int getBadConsumers (int index)
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; רשימת תקציר ציבורית<Integer> 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;