Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(all): auto-regenerate discovery clients #1808

Merged
merged 1 commit into from Jan 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion api-list.json
Expand Up @@ -3288,7 +3288,7 @@
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
"x32": "https://www.gstatic.com/images/branding/product/1x/googleg_32dp.png"
},
"documentationLink": "https://developers.google.com/actions/smarthome/create-app#request-sync",
"documentationLink": "https://developers.home.google.com/cloud-to-cloud/get-started",
"preferred": true
},
{
Expand Down
300 changes: 239 additions & 61 deletions contentwarehouse/v1/contentwarehouse-api.json

Large diffs are not rendered by default.

463 changes: 365 additions & 98 deletions contentwarehouse/v1/contentwarehouse-gen.go

Large diffs are not rendered by default.

93 changes: 31 additions & 62 deletions documentai/v1/documentai-api.json
Expand Up @@ -328,6 +328,31 @@
},
"processorTypes": {
"methods": {
"get": {
"description": "Gets a processor type detail.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/processorTypes/{processorTypesId}",
"httpMethod": "GET",
"id": "documentai.projects.locations.processorTypes.get",
"parameterOrder": [
"name"
],
"parameters": {
"name": {
"description": "Required. The processor type resource name.",
"location": "path",
"pattern": "^projects/[^/]+/locations/[^/]+/processorTypes/[^/]+$",
"required": true,
"type": "string"
}
},
"path": "v1/{+name}",
"response": {
"$ref": "GoogleCloudDocumentaiV1ProcessorType"
},
"scopes": [
"https://www.googleapis.com/auth/cloud-platform"
]
},
"list": {
"description": "Lists the processor types that exist.",
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}/processorTypes",
Expand Down Expand Up @@ -894,7 +919,7 @@
}
}
},
"revision": "20221201",
"revision": "20230106",
"rootUrl": "https://documentai.googleapis.com/",
"schemas": {
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {
Expand Down Expand Up @@ -1164,11 +1189,11 @@
"type": "object"
},
"GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId": {
"description": "Identifies a document uniquely within the scope of a dataset in the GCS-based option.",
"description": "Identifies a document uniquely within the scope of a dataset in the Cloud Storage option.",
"id": "GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId",
"properties": {
"cwDocId": {
"description": "Optional. Id of the document (indexed) managed by Content Warehouse.",
"description": "Id of the document (indexed) managed by Content Warehouse.",
"type": "string"
},
"gcsUri": {
Expand Down Expand Up @@ -1477,11 +1502,11 @@
"id": "GoogleCloudDocumentaiUiv1beta3RevisionReference",
"properties": {
"latestProcessorVersion": {
"description": "Read the revision generated by the processor version, returns error if it does not exist.",
"description": "Reads the revision generated by the processor version.",
"type": "string"
},
"revisionCase": {
"description": "Read the revision by the predefined case.",
"description": "Reads the revision by the predefined case.",
"enum": [
"REVISION_CASE_UNSPECIFIED",
"LATEST_HUMAN_REVIEW",
Expand All @@ -1495,7 +1520,7 @@
"type": "string"
},
"revisionId": {
"description": "Read the revision given by the id, returns error if it does not exist.",
"description": "Reads the revision given by the id.",
"type": "string"
}
},
Expand Down Expand Up @@ -3742,62 +3767,6 @@
},
"type": "object"
},
"GoogleCloudDocumentaiV1alpha1AnalyzeHitlDataMetadata": {
"description": "The long running operation metadata for AnalyzeHitlData.",
"id": "GoogleCloudDocumentaiV1alpha1AnalyzeHitlDataMetadata",
"properties": {
"commonMetadata": {
"$ref": "GoogleCloudDocumentaiV1alpha1CommonOperationMetadata",
"description": "The basic metadata of the long running operation."
}
},
"type": "object"
},
"GoogleCloudDocumentaiV1alpha1CommonOperationMetadata": {
"description": "The common metadata for long running operations.",
"id": "GoogleCloudDocumentaiV1alpha1CommonOperationMetadata",
"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"
],
"enumDescriptions": [
"Unspecified state.",
"Operation is still running.",
"Operation is being cancelled.",
"Operation succeeded.",
"Operation failed.",
"Operation is 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"
},
"GoogleCloudDocumentaiV1beta1Barcode": {
"description": "Encodes the detailed information of a barcode.",
"id": "GoogleCloudDocumentaiV1beta1Barcode",
Expand Down