Google Cloud Document Ai V1 Client - Class SetDefaultProcessorVersionRequest (2.5.0)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Document Ai V1 Client class SetDefaultProcessorVersionRequest.
Request message for the SetDefaultProcessorVersion method.
Generated from protobuf message google.cloud.documentai.v1.SetDefaultProcessorVersionRequest
Namespace
Google \ Cloud \ DocumentAI \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ processor |
string
Required. The resource name of the Processor to change default version. |
↳ default_processor_version |
string
Required. The resource name of child ProcessorVersion to use as default. Format: |
getProcessor
Required. The resource name of the Processor to change default version.
| Returns | |
|---|---|
| Type | Description |
string |
|
setProcessor
Required. The resource name of the Processor to change default version.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDefaultProcessorVersion
Required. The resource name of child
ProcessorVersion to use as
default. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{version}
| Returns | |
|---|---|
| Type | Description |
string |
|
setDefaultProcessorVersion
Required. The resource name of child
ProcessorVersion to use as
default. Format:
projects/{project}/locations/{location}/processors/{processor}/processorVersions/{version}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|