Google Cloud Document Ai V1 Client - Class DeprecationInfo (2.0.0-RC1)

Reference documentation and code samples for the Google Cloud Document Ai V1 Client class DeprecationInfo.

Information about the upcoming deprecation of this processor version.

Generated from protobuf message google.cloud.documentai.v1.ProcessorVersion.DeprecationInfo

Namespace

Google \ Cloud \ DocumentAI \ V1 \ ProcessorVersion

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ 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.

getDeprecationTime

The time at which this processor version will be deprecated.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasDeprecationTime

clearDeprecationTime

setDeprecationTime

The time at which this processor version will be deprecated.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this

getReplacementProcessorVersion

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

Returns
Type Description
string

setReplacementProcessorVersion

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

Parameter
Name Description
var string
Returns
Type Description
$this