পাবলিক ইন্টারফেস VersionDefOrBuilder
| পরিচিত পরোক্ষ উপশ্রেণী |
পাবলিক পদ্ধতি
| বিমূর্ত int | getBadConsumers (int সূচক) 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 সূচক)
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;