Class DeprecationInfo (2.6.0)

DeprecationInfo(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Information about the upcoming deprecation of this processor version.

Attributes

NameDescription
deprecation_time google.protobuf.timestamp_pb2.Timestamp
The time at which this processor version will be deprecated.
replacement_processor_version str
If set, the processor version that will be used as a replacement.