Class DeprecationInfo (2.15.0)

Stay organized with collections Save and categorize content based on your preferences.
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.