Class: Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::DeprecationInfo
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::DeprecationInfo
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/cloud/documentai/v1beta3/processor.rb
 
Overview
Information about the upcoming deprecation of this processor version.
Instance Attribute Summary collapse
- 
  
    
      #deprecation_time  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The time at which this processor version will be deprecated.
 - 
  
    
      #replacement_processor_version  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
If set, the processor version that will be used as a replacement.
 
Instance Attribute Details
#deprecation_time ⇒ ::Google::Protobuf::Timestamp
Returns The time at which this processor version will be deprecated.
      84 85 86 87  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/processor.rb', line 84 class DeprecationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#replacement_processor_version ⇒ ::String
Returns If set, the processor version that will be used as a replacement.
      84 85 86 87  | 
    
      # File 'proto_docs/google/cloud/documentai/v1beta3/processor.rb', line 84 class DeprecationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |