Reference documentation and code samples for the Document AI V1 API class Google::Cloud::DocumentAI::V1::ProcessorVersion::DeprecationInfo.
Information about the upcoming deprecation of this processor version.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#deprecation_time
def deprecation_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — The time at which this processor version will be deprecated.
#deprecation_time=
def deprecation_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — The time at which this processor version will be deprecated.
Returns
- (::Google::Protobuf::Timestamp) — The time at which this processor version will be deprecated.
#replacement_processor_version
def replacement_processor_version() -> ::String
Returns
- (::String) — If set, the processor version that will be used as a replacement.
#replacement_processor_version=
def replacement_processor_version=(value) -> ::String
Parameter
- value (::String) — 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.