public interface VersionDefOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getBadConsumers(int index)
Specific consumer versions which are disallowed (e.g.
|
int |
getBadConsumersCount()
Specific consumer versions which are disallowed (e.g.
|
List<Integer> |
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getProducer()
The version of the code that produced this data.
int32 producer = 1;int getMinConsumer()
Any consumer below this version is not allowed to consume this data.
int32 min_consumer = 2;List<Integer> getBadConsumersList()
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;int getBadConsumers(int index)
Specific consumer versions which are disallowed (e.g. due to bugs).
repeated int32 bad_consumers = 3;Copyright © 2015–2019. All rights reserved.