Class: Google::Cloud::DocumentAI::V1beta3::ProcessorVersion::DeprecationInfo

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#deprecation_time::Google::Protobuf::Timestamp

Returns The time at which this processor version will be deprecated.

Returns:



74
75
76
77
# File 'proto_docs/google/cloud/documentai/v1beta3/processor.rb', line 74

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.

Returns:

  • (::String)

    If set, the processor version that will be used as a replacement.



74
75
76
77
# File 'proto_docs/google/cloud/documentai/v1beta3/processor.rb', line 74

class DeprecationInfo
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end