package versions
          
          
            
          
          
        
        
            Ordering
            
          
          - Alphabetic
 
              Visibility
              
        - Public
 - All
 
Type Members
- 
      
      
      
        
      
    
      
        final 
        case class
      
      
        VersionDef(producer: Int = 0, minConsumer: Int = 0, badConsumers: Seq[Int] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = ...) extends GeneratedMessage with Updatable[VersionDef] with Product with Serializable
      
      
      
Version information for a piece of serialized data
Version information for a piece of serialized data
There are different types of versions for each type of data (GraphDef, etc.), but they all have the same common shape described here.
Each consumer has "consumer" and "min_producer" versions (specified elsewhere). A consumer is allowed to consume this data if
producer >= min_producer consumer >= min_consumer consumer not in bad_consumers
- producer
 The version of the code that produced this data.
- minConsumer
 Any consumer below this version is not allowed to consume this data.
- badConsumers
 Specific consumer versions which are disallowed (e.g. due to bugs).
- Annotations
 - @SerialVersionUID()
 
 
Value Members
-  object VersionDef extends GeneratedMessageCompanion[VersionDef]
 -  object VersionsProto extends GeneratedFileObject