Google Cloud Document Ai V1 Client - Class DeprecationInfo (1.2.2)

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

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
Google\Protobuf\Timestamp|null

hasDeprecationTime

clearDeprecationTime

setDeprecationTime

The time at which this processor version will be deprecated.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getReplacementProcessorVersion

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

Returns
TypeDescription
string

setReplacementProcessorVersion

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

Parameter
NameDescription
var string
Returns
TypeDescription
$this