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

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

Returns
TypeDescription
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
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$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
TypeDescription
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
NameDescription
var string
Returns
TypeDescription
$this