UNPKG

openapi-directory

Version:

Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS

1 lines 281 kB
{"openapi":"3.0.0","servers":[{"url":"https://documentai.googleapis.com/"}],"info":{"contact":{"name":"Google","url":"https://google.com","x-twitter":"youtube"},"description":"Service to parse structured information from unstructured or semi-structured documents using state-of-the-art Google AI such as natural language, computer vision, translation, and AutoML.","license":{"name":"Creative Commons Attribution 3.0","url":"http://creativecommons.org/licenses/by/3.0/"},"termsOfService":"https://developers.google.com/terms/","title":"Cloud Document AI API","version":"v1beta3","x-apisguru-categories":["analytics","media"],"x-logo":{"url":"https://upload.wikimedia.org/wikipedia/commons/e/e1/YouTube_play_buttom_icon_%282013-2017%29.svg"},"x-origin":[{"format":"google","url":"https://documentai.googleapis.com/$discovery/rest?version=v1beta3","version":"v1"}],"x-preferred":true,"x-providerName":"googleapis.com","x-serviceName":"documentai"},"externalDocs":{"url":"https://cloud.google.com/document-ai/docs/"},"tags":[{"name":"projects"}],"paths":{"/v1beta3/{dataset}:batchDeleteDocuments":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Deletes a set of documents.","operationId":"documentai.projects.locations.processors.dataset.batchDeleteDocuments","parameters":[{"description":"Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset","in":"path","name":"dataset","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3BatchDeleteDocumentsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{dataset}:getDocument":{"get":{"description":"Returns relevant fields present in the requested document.","operationId":"documentai.projects.locations.processors.dataset.getDocument","parameters":[{"description":"Required. The resource name of the dataset that the document belongs to . Format: projects/{project}/locations/{location}/processors/{processor}/dataset","in":"path","name":"dataset","required":true,"schema":{"type":"string"}},{"description":"Id of the document (indexed) managed by Content Warehouse.","in":"query","name":"documentId.gcsManagedDocId.cwDocId","schema":{"type":"string"}},{"description":"Required. The Cloud Storage URI where the actual document is stored.","in":"query","name":"documentId.gcsManagedDocId.gcsUri","schema":{"type":"string"}},{"description":"Reads the revision generated by the processor version. The format takes the full resource name of processor version. `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`","in":"query","name":"documentId.revisionRef.latestProcessorVersion","schema":{"type":"string"}},{"description":"Reads the revision by the predefined case.","in":"query","name":"documentId.revisionRef.revisionCase","schema":{"enum":["REVISION_CASE_UNSPECIFIED","LATEST_HUMAN_REVIEW","LATEST_TIMESTAMP","BASE_OCR_REVISION"],"type":"string"}},{"description":"Reads the revision given by the id.","in":"query","name":"documentId.revisionRef.revisionId","schema":{"type":"string"}},{"description":"Required. The id of the document.","in":"query","name":"documentId.unmanagedDocId.docId","schema":{"type":"string"}},{"description":"Last page number (one-based index) to be returned.","in":"query","name":"pageRange.end","schema":{"type":"integer"}},{"description":"First page number (one-based index) to be returned.","in":"query","name":"pageRange.start","schema":{"type":"integer"}},{"description":"If set, only fields listed here will be returned. Otherwise, all fields will be returned by default.","in":"query","name":"readMask","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3GetDocumentResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta3/{dataset}:importDocuments":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Import documents into a dataset.","operationId":"documentai.projects.locations.processors.dataset.importDocuments","parameters":[{"description":"Required. The dataset resource name. Format: projects/{project}/locations/{location}/processors/{processor}/dataset","in":"path","name":"dataset","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ImportDocumentsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{dataset}:listDocuments":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Returns a list of documents present in the dataset.","operationId":"documentai.projects.locations.processors.dataset.listDocuments","parameters":[{"description":"Required. The resource name of the dataset to be listed. Format: projects/{project}/locations/{location}/processors/{processor}/dataset","in":"path","name":"dataset","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ListDocumentsRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ListDocumentsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{humanReviewConfig}:reviewDocument":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Send a document for Human Review. The input document should be processed by the specified processor.","operationId":"documentai.projects.locations.processors.humanReviewConfig.reviewDocument","parameters":[{"description":"Required. The resource name of the HumanReviewConfig that the document will be reviewed with.","in":"path","name":"humanReviewConfig","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ReviewDocumentRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{name}":{"delete":{"description":"Deletes the processor version, all artifacts under the processor version will be deleted.","operationId":"documentai.projects.locations.processors.processorVersions.delete","parameters":[{"description":"Required. The processor version resource name to be deleted.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"get":{"description":"Gets a processor type detail.","operationId":"documentai.projects.locations.processorTypes.get","parameters":[{"description":"Required. The processor type resource name.","in":"path","name":"name","required":true,"schema":{"type":"string"}},{"description":"If set, only returns the visible fields of the schema.","in":"query","name":"visibleFieldsOnly","schema":{"type":"boolean"}},{"description":"The standard list page size.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"The standard list page token.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ProcessorType"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"patch":{"description":"Updates a `DatasetSchema`.","operationId":"documentai.projects.locations.processors.dataset.updateDatasetSchema","parameters":[{"description":"Dataset schema resource name. Format: `projects/{project}/locations/{location}/processors/{processor}/dataset/datasetSchema`","in":"path","name":"name","required":true,"schema":{"type":"string"}},{"description":"The update mask applies to the resource.","in":"query","name":"updateMask","schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3DatasetSchema"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3DatasetSchema"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{name}/locations":{"get":{"description":"Lists information about the supported locations for this service.","operationId":"documentai.projects.locations.list","parameters":[{"description":"The resource that owns the locations collection, if applicable.","in":"path","name":"name","required":true,"schema":{"type":"string"}},{"description":"A filter to narrow down results to a preferred subset. The filtering language accepts strings like `\"displayName=tokyo\"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).","in":"query","name":"filter","schema":{"type":"string"}},{"description":"The maximum number of results to return. If not set, the service selects a default.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudLocationListLocationsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta3/{name}:batchProcess":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"LRO endpoint to batch process many documents. The output is written to Cloud Storage as JSON in the [Document] format.","operationId":"documentai.projects.locations.processors.processorVersions.batchProcess","parameters":[{"description":"Required. The resource name of Processor or ProcessorVersion. Format: `projects/{project}/locations/{location}/processors/{processor}`, or `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3BatchProcessRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{name}:cancel":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.","operationId":"documentai.projects.locations.operations.cancel","parameters":[{"description":"The name of the operation resource to be cancelled.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleProtobufEmpty"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{name}:deploy":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Deploys the processor version.","operationId":"documentai.projects.locations.processors.processorVersions.deploy","parameters":[{"description":"Required. The processor version resource name to be deployed.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3DeployProcessorVersionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{name}:disable":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Disables a processor","operationId":"documentai.projects.locations.processors.disable","parameters":[{"description":"Required. The processor resource name to be disabled.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3DisableProcessorRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{name}:enable":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Enables a processor","operationId":"documentai.projects.locations.processors.enable","parameters":[{"description":"Required. The processor resource name to be enabled.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3EnableProcessorRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{name}:process":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Processes a single document.","operationId":"documentai.projects.locations.processors.processorVersions.process","parameters":[{"description":"Required. The resource name of the Processor or ProcessorVersion to use for processing. If a Processor is specified, the server will use its default version. Format: `projects/{project}/locations/{location}/processors/{processor}`, or `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ProcessRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ProcessResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{name}:undeploy":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Undeploys the processor version.","operationId":"documentai.projects.locations.processors.processorVersions.undeploy","parameters":[{"description":"Required. The processor version resource name to be undeployed.","in":"path","name":"name","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3UndeployProcessorVersionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{parent}/evaluations":{"get":{"description":"Retrieves a set of evaluations for a given processor version.","operationId":"documentai.projects.locations.processors.processorVersions.evaluations.list","parameters":[{"description":"Required. The resource name of the ProcessorVersion to list evaluations for. `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"The standard list page size. If unspecified, at most `5` evaluations are returned. The maximum value is `100`. Values above `100` are coerced to `100`.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"A page token, received from a previous `ListEvaluations` call. Provide this to retrieve the subsequent page.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ListEvaluationsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta3/{parent}/processorTypes":{"get":{"description":"Lists the processor types that exist.","operationId":"documentai.projects.locations.processorTypes.list","parameters":[{"description":"Required. The location of processor types to list. Format: `projects/{project}/locations/{location}`.","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"The maximum number of processor types to return. If unspecified, at most `100` processor types will be returned. The maximum value is `500`. Values above `500` will be coerced to `500`.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"Used to retrieve the next page of results, empty if at the end of the list.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ListProcessorTypesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta3/{parent}/processorVersions":{"get":{"description":"Lists all versions of a processor.","operationId":"documentai.projects.locations.processors.processorVersions.list","parameters":[{"description":"Required. The parent (project, location and processor) to list all versions. Format: `projects/{project}/locations/{location}/processors/{processor}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"The maximum number of processor versions to return. If unspecified, at most `10` processor versions will be returned. The maximum value is `20`. Values above `20` will be coerced to `20`.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"We will return the processor versions sorted by creation time. The page token will point to the next processor version.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ListProcessorVersionsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta3/{parent}/processorVersions:importProcessorVersion":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Imports a processor version from source processor version.","operationId":"documentai.projects.locations.processors.processorVersions.importProcessorVersion","parameters":[{"description":"Required. The destination processor name to create the processor version in. Format: `projects/{project}/locations/{location}/processors/{processor}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ImportProcessorVersionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{parent}/processorVersions:train":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Trains a new processor version. Operation metadata is returned as TrainProcessorVersionMetadata.","operationId":"documentai.projects.locations.processors.processorVersions.train","parameters":[{"description":"Required. The parent (project, location and processor) to create the new version for. Format: `projects/{project}/locations/{location}/processors/{processor}`.","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3TrainProcessorVersionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{parent}/processors":{"get":{"description":"Lists all processors which belong to this project.","operationId":"documentai.projects.locations.processors.list","parameters":[{"description":"Required. The parent (project and location) which owns this collection of Processors. Format: `projects/{project}/locations/{location}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}},{"description":"The maximum number of processors to return. If unspecified, at most `50` processors will be returned. The maximum value is `100`. Values above `100` will be coerced to `100`.","in":"query","name":"pageSize","schema":{"type":"integer"}},{"description":"We will return the processors sorted by creation time. The page token will point to the next processor.","in":"query","name":"pageToken","schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3ListProcessorsResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Creates a processor from the ProcessorType provided. The processor will be at `ENABLED` state by default after its creation.","operationId":"documentai.projects.locations.processors.create","parameters":[{"description":"Required. The parent (project and location) under which to create the processor. Format: `projects/{project}/locations/{location}`","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3Processor"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3Processor"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{parent}:fetchProcessorTypes":{"get":{"description":"Fetches processor types. Note that we don't use ListProcessorTypes here, because it isn't paginated.","operationId":"documentai.projects.locations.fetchProcessorTypes","parameters":[{"description":"Required. The location of processor types to list. Format: `projects/{project}/locations/{location}`.","in":"path","name":"parent","required":true,"schema":{"type":"string"}}],"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3FetchProcessorTypesResponse"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]},"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}]},"/v1beta3/{processorVersion}:evaluateProcessorVersion":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Evaluates a ProcessorVersion against annotated documents, producing an Evaluation.","operationId":"documentai.projects.locations.processors.processorVersions.evaluateProcessorVersion","parameters":[{"description":"Required. The resource name of the ProcessorVersion to evaluate. `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}`","in":"path","name":"processorVersion","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3EvaluateProcessorVersionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}},"/v1beta3/{processor}:setDefaultProcessorVersion":{"parameters":[{"$ref":"#/components/parameters/_.xgafv"},{"$ref":"#/components/parameters/access_token"},{"$ref":"#/components/parameters/alt"},{"$ref":"#/components/parameters/callback"},{"$ref":"#/components/parameters/fields"},{"$ref":"#/components/parameters/key"},{"$ref":"#/components/parameters/oauth_token"},{"$ref":"#/components/parameters/prettyPrint"},{"$ref":"#/components/parameters/quotaUser"},{"$ref":"#/components/parameters/upload_protocol"},{"$ref":"#/components/parameters/uploadType"}],"post":{"description":"Set the default (active) version of a Processor that will be used in ProcessDocument and BatchProcessDocuments.","operationId":"documentai.projects.locations.processors.setDefaultProcessorVersion","parameters":[{"description":"Required. The resource name of the Processor to change default version.","in":"path","name":"processor","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleCloudDocumentaiV1beta3SetDefaultProcessorVersionRequest"}}}},"responses":{"200":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/GoogleLongrunningOperation"}}},"description":"Successful response"}},"security":[{"Oauth2":["https://www.googleapis.com/auth/cloud-platform"],"Oauth2c":["https://www.googleapis.com/auth/cloud-platform"]}],"tags":["projects"]}}},"components":{"parameters":{"_.xgafv":{"description":"V1 error format.","in":"query","name":"$.xgafv","schema":{"enum":["1","2"],"type":"string"}},"access_token":{"description":"OAuth access token.","in":"query","name":"access_token","schema":{"type":"string"}},"alt":{"description":"Data format for response.","in":"query","name":"alt","schema":{"enum":["json","media","proto"],"type":"string"}},"callback":{"description":"JSONP","in":"query","name":"callback","schema":{"type":"string"}},"fields":{"description":"Selector specifying which fields to include in a partial response.","in":"query","name":"fields","schema":{"type":"string"}},"key":{"description":"API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.","in":"query","name":"key","schema":{"type":"string"}},"oauth_token":{"description":"OAuth 2.0 token for the current user.","in":"query","name":"oauth_token","schema":{"type":"string"}},"prettyPrint":{"description":"Returns response with indentations and line breaks.","in":"query","name":"prettyPrint","schema":{"type":"boolean"}},"quotaUser":{"description":"Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.","in":"query","name":"quotaUser","schema":{"type":"string"}},"uploadType":{"description":"Legacy upload protocol for media (e.g. \"media\", \"multipart\").","in":"query","name":"uploadType","schema":{"type":"string"}},"upload_protocol":{"description":"Upload protocol for media (e.g. \"raw\", \"multipart\").","in":"query","name":"upload_protocol","schema":{"type":"string"}}},"schemas":{"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadata":{"description":"Metadata of the auto-labeling documents operation.","properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."},"individualAutoLabelStatuses":{"description":"The list of individual auto-labeling statuses of the dataset documents.","items":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus"},"type":"array"},"totalDocumentCount":{"description":"Total number of the auto-labeling documents.","format":"int32","type":"integer"}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus":{"description":"The status of individual documents in the auto-labeling process.","properties":{"documentId":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3DocumentId","description":"The document id of the auto-labeled document. This will replace the gcs_uri."},"status":{"$ref":"#/components/schemas/GoogleRpcStatus","description":"The status of the document auto-labeling."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsResponse":{"description":"The response proto of AutoLabelDocuments method.","properties":{},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata":{"properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."},"errorDocumentCount":{"description":"Total number of documents that failed to be deleted in storage.","format":"int32","type":"integer"},"individualBatchDeleteStatuses":{"description":"The list of response details of each document.","items":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus"},"type":"array"},"totalDocumentCount":{"description":"Total number of documents deleting from dataset.","format":"int32","type":"integer"}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus":{"description":"The status of each individual document in the batch delete process.","properties":{"documentId":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3DocumentId","description":"The document id of the document."},"status":{"$ref":"#/components/schemas/GoogleRpcStatus","description":"The status of deleting the document in storage."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsResponse":{"description":"Response of the delete documents operation.","properties":{},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadata":{"properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."},"destDatasetType":{"deprecated":true,"description":"The destination dataset split type.","enum":["DATASET_SPLIT_TYPE_UNSPECIFIED","DATASET_SPLIT_TRAIN","DATASET_SPLIT_TEST","DATASET_SPLIT_UNASSIGNED"],"type":"string"},"destSplitType":{"description":"The destination dataset split type.","enum":["DATASET_SPLIT_TYPE_UNSPECIFIED","DATASET_SPLIT_TRAIN","DATASET_SPLIT_TEST","DATASET_SPLIT_UNASSIGNED"],"type":"string"},"individualBatchMoveStatuses":{"description":"The list of response details of each document.","items":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus"},"type":"array"}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus":{"description":"The status of each individual document in the batch move process.","properties":{"documentId":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3DocumentId","description":"The document id of the document."},"status":{"$ref":"#/components/schemas/GoogleRpcStatus","description":"The status of moving the document."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsResponse":{"description":"Response of the batch move documents operation.","properties":{},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadata":{"properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."},"individualBatchUpdateStatuses":{"description":"The list of response details of each document.","items":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus"},"type":"array"}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus":{"description":"The status of each individual document in the batch update process.","properties":{"documentId":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3DocumentId","description":"The document id of the document."},"status":{"$ref":"#/components/schemas/GoogleRpcStatus","description":"The status of updating the document in storage."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsResponse":{"description":"Response of the batch update documents operation.","properties":{},"type":"object"},"GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata":{"description":"The common metadata for long running operations.","properties":{"createTime":{"description":"The creation time of the operation.","format":"google-datetime","type":"string"},"resource":{"description":"A related resource to this operation.","type":"string"},"state":{"description":"The state of the operation.","enum":["STATE_UNSPECIFIED","RUNNING","CANCELLING","SUCCEEDED","FAILED","CANCELLED"],"type":"string"},"stateMessage":{"description":"A message providing more details about the current state of processing.","type":"string"},"updateTime":{"description":"The last update time of the operation.","format":"google-datetime","type":"string"}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3CreateLabelerPoolOperationMetadata":{"description":"The long-running operation metadata for the CreateLabelerPool method.","properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3DeleteLabelerPoolOperationMetadata":{"description":"The long-running operation metadata for DeleteLabelerPool.","properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3DeleteProcessorMetadata":{"description":"The long-running operation metadata for the DeleteProcessor method.","properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3DeleteProcessorVersionMetadata":{"description":"The long-running operation metadata for the DeleteProcessorVersion method.","properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionMetadata":{"description":"The long-running operation metadata for the DeployProcessorVersion method.","properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3DeployProcessorVersionResponse":{"description":"Response message for the DeployProcessorVersion method.","properties":{},"type":"object"},"GoogleCloudDocumentaiUiv1beta3DisableProcessorMetadata":{"description":"The long-running operation metadata for the DisableProcessor method.","properties":{"commonMetadata":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3CommonOperationMetadata","description":"The basic metadata of the long-running operation."}},"type":"object"},"GoogleCloudDocumentaiUiv1beta3DisableProcessorResponse":{"description":"Response message for the DisableProcessor method. Intentionally empty proto for adding fields in future.","properties":{},"type":"object"},"GoogleCloudDocumentaiUiv1beta3DocumentId":{"description":"Document Identifier.","properties":{"gcsManagedDocId":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId","description":"A document id within user-managed Cloud Storage."},"revisionRef":{"$ref":"#/components/schemas/GoogleCloudDocumentaiUiv1beta3RevisionRef","description":"Points to a specific revision of the document