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

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

Generated from protobuf field .google.protobuf.Timestamp deprecation_time = 1;

Returns
Type Description
Google\Protobuf\Timestamp|null

hasDeprecationTime

clearDeprecationTime

setDeprecationTime

The time at which this processor version will be deprecated.

Generated from protobuf field .google.protobuf.Timestamp deprecation_time = 1;

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

getReplacementProcessorVersion

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

Generated from protobuf field string replacement_processor_version = 2 [(.google.api.resource_reference) = {

Returns
Type Description
string

setReplacementProcessorVersion

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

Generated from protobuf field string replacement_processor_version = 2 [(.google.api.resource_reference) = {

Parameter
Name Description
var string
Returns
Type Description
$this