|
328 | 328 | },
|
329 | 329 | "processorTypes": {
|
330 | 330 | "methods": {
|
| 331 | + "get": { |
| 332 | + "description": "Gets a processor type detail.", |
| 333 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/processorTypes/{processorTypesId}", |
| 334 | + "httpMethod": "GET", |
| 335 | + "id": "documentai.projects.locations.processorTypes.get", |
| 336 | + "parameterOrder": [ |
| 337 | + "name" |
| 338 | + ], |
| 339 | + "parameters": { |
| 340 | + "name": { |
| 341 | + "description": "Required. The processor type resource name.", |
| 342 | + "location": "path", |
| 343 | + "pattern": "^projects/[^/]+/locations/[^/]+/processorTypes/[^/]+$", |
| 344 | + "required": true, |
| 345 | + "type": "string" |
| 346 | + } |
| 347 | + }, |
| 348 | + "path": "v1/{+name}", |
| 349 | + "response": { |
| 350 | + "$ref": "GoogleCloudDocumentaiV1ProcessorType" |
| 351 | + }, |
| 352 | + "scopes": [ |
| 353 | + "https://www.googleapis.com/auth/cloud-platform" |
| 354 | + ] |
| 355 | + }, |
331 | 356 | "list": {
|
332 | 357 | "description": "Lists the processor types that exist.",
|
333 | 358 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/processorTypes",
|
|
894 | 919 | }
|
895 | 920 | }
|
896 | 921 | },
|
897 |
| - "revision": "20221201", |
| 922 | + "revision": "20230106", |
898 | 923 | "rootUrl": "https://documentai.googleapis.com/",
|
899 | 924 | "schemas": {
|
900 | 925 | "GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
|
|
1164 | 1189 | "type": "object"
|
1165 | 1190 | },
|
1166 | 1191 | "GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId": {
|
1167 |
| - "description": "Identifies a document uniquely within the scope of a dataset in the GCS-based option.", |
| 1192 | + "description": "Identifies a document uniquely within the scope of a dataset in the Cloud Storage option.", |
1168 | 1193 | "id": "GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId",
|
1169 | 1194 | "properties": {
|
1170 | 1195 | "cwDocId": {
|
1171 |
| - "description": "Optional. Id of the document (indexed) managed by Content Warehouse.", |
| 1196 | + "description": "Id of the document (indexed) managed by Content Warehouse.", |
1172 | 1197 | "type": "string"
|
1173 | 1198 | },
|
1174 | 1199 | "gcsUri": {
|
|
1477 | 1502 | "id": "GoogleCloudDocumentaiUiv1beta3RevisionReference",
|
1478 | 1503 | "properties": {
|
1479 | 1504 | "latestProcessorVersion": {
|
1480 |
| - "description": "Read the revision generated by the processor version, returns error if it does not exist.", |
| 1505 | + "description": "Reads the revision generated by the processor version.", |
1481 | 1506 | "type": "string"
|
1482 | 1507 | },
|
1483 | 1508 | "revisionCase": {
|
1484 |
| - "description": "Read the revision by the predefined case.", |
| 1509 | + "description": "Reads the revision by the predefined case.", |
1485 | 1510 | "enum": [
|
1486 | 1511 | "REVISION_CASE_UNSPECIFIED",
|
1487 | 1512 | "LATEST_HUMAN_REVIEW",
|
|
1495 | 1520 | "type": "string"
|
1496 | 1521 | },
|
1497 | 1522 | "revisionId": {
|
1498 |
| - "description": "Read the revision given by the id, returns error if it does not exist.", |
| 1523 | + "description": "Reads the revision given by the id.", |
1499 | 1524 | "type": "string"
|
1500 | 1525 | }
|
1501 | 1526 | },
|
|
3742 | 3767 | },
|
3743 | 3768 | "type": "object"
|
3744 | 3769 | },
|
3745 |
| - "GoogleCloudDocumentaiV1alpha1AnalyzeHitlDataMetadata": { |
3746 |
| - "description": "The long running operation metadata for AnalyzeHitlData.", |
3747 |
| - "id": "GoogleCloudDocumentaiV1alpha1AnalyzeHitlDataMetadata", |
3748 |
| - "properties": { |
3749 |
| - "commonMetadata": { |
3750 |
| - "$ref": "GoogleCloudDocumentaiV1alpha1CommonOperationMetadata", |
3751 |
| - "description": "The basic metadata of the long running operation." |
3752 |
| - } |
3753 |
| - }, |
3754 |
| - "type": "object" |
3755 |
| - }, |
3756 |
| - "GoogleCloudDocumentaiV1alpha1CommonOperationMetadata": { |
3757 |
| - "description": "The common metadata for long running operations.", |
3758 |
| - "id": "GoogleCloudDocumentaiV1alpha1CommonOperationMetadata", |
3759 |
| - "properties": { |
3760 |
| - "createTime": { |
3761 |
| - "description": "The creation time of the operation.", |
3762 |
| - "format": "google-datetime", |
3763 |
| - "type": "string" |
3764 |
| - }, |
3765 |
| - "resource": { |
3766 |
| - "description": "A related resource to this operation.", |
3767 |
| - "type": "string" |
3768 |
| - }, |
3769 |
| - "state": { |
3770 |
| - "description": "The state of the operation.", |
3771 |
| - "enum": [ |
3772 |
| - "STATE_UNSPECIFIED", |
3773 |
| - "RUNNING", |
3774 |
| - "CANCELLING", |
3775 |
| - "SUCCEEDED", |
3776 |
| - "FAILED", |
3777 |
| - "CANCELLED" |
3778 |
| - ], |
3779 |
| - "enumDescriptions": [ |
3780 |
| - "Unspecified state.", |
3781 |
| - "Operation is still running.", |
3782 |
| - "Operation is being cancelled.", |
3783 |
| - "Operation succeeded.", |
3784 |
| - "Operation failed.", |
3785 |
| - "Operation is cancelled." |
3786 |
| - ], |
3787 |
| - "type": "string" |
3788 |
| - }, |
3789 |
| - "stateMessage": { |
3790 |
| - "description": "A message providing more details about the current state of processing.", |
3791 |
| - "type": "string" |
3792 |
| - }, |
3793 |
| - "updateTime": { |
3794 |
| - "description": "The last update time of the operation.", |
3795 |
| - "format": "google-datetime", |
3796 |
| - "type": "string" |
3797 |
| - } |
3798 |
| - }, |
3799 |
| - "type": "object" |
3800 |
| - }, |
3801 | 3770 | "GoogleCloudDocumentaiV1beta1Barcode": {
|
3802 | 3771 | "description": "Encodes the detailed information of a barcode.",
|
3803 | 3772 | "id": "GoogleCloudDocumentaiV1beta1Barcode",
|
|
0 commit comments