パブリック インターフェイス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. |
抽象整数 | getプロデューサー() The version of the code that produced this data. |
パブリックメソッド
public abstract int getBadConsumers (int インデックス)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
public abstract int getBadConsumersCount ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
public abstract List<Integer> getBadConsumersList ()
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;
public abstract int getMinConsumer ()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2;
public abstract int getProducer ()
The version of the code that produced this data.
int32 producer = 1;