Skip to content

Commit 7af78ec

Browse files
chore(documentai): update the api
1 parent 2a7ade6 commit 7af78ec

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

docs/dyn/documentai_v1.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Instance Methods</h2>
8989
<p class="firstline">Close httplib2 connections.</p>
9090
<p class="toc_element">
9191
<code><a href="#fetchProcessorTypes">fetchProcessorTypes(parent, x__xgafv=None)</a></code></p>
92-
<p class="firstline">Fetches processor types.</p>
92+
<p class="firstline">Fetches processor types. Note that we do not use ListProcessorTypes here because it is not paginated.</p>
9393
<p class="toc_element">
9494
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9595
<p class="firstline">Gets information about a location.</p>
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107

108108
<div class="method">
109109
<code class="details" id="fetchProcessorTypes">fetchProcessorTypes(parent, x__xgafv=None)</code>
110-
<pre>Fetches processor types.
110+
<pre>Fetches processor types. Note that we do not use ListProcessorTypes here because it is not paginated.
111111

112112
Args:
113113
parent: string, Required. The project of processor type to list. The available processor types may depend on the allow-listing on projects. Format: `projects/{project}/locations/{location}` (required)

docs/dyn/documentai_v1beta3.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ <h2>Instance Methods</h2>
8989
<p class="firstline">Close httplib2 connections.</p>
9090
<p class="toc_element">
9191
<code><a href="#fetchProcessorTypes">fetchProcessorTypes(parent, x__xgafv=None)</a></code></p>
92-
<p class="firstline">Fetches processor types.</p>
92+
<p class="firstline">Fetches processor types. Note that we do not use ListProcessorTypes here because it is not paginated.</p>
9393
<p class="toc_element">
9494
<code><a href="#get">get(name, x__xgafv=None)</a></code></p>
9595
<p class="firstline">Gets information about a location.</p>
@@ -107,7 +107,7 @@ <h3>Method Details</h3>
107107

108108
<div class="method">
109109
<code class="details" id="fetchProcessorTypes">fetchProcessorTypes(parent, x__xgafv=None)</code>
110-
<pre>Fetches processor types.
110+
<pre>Fetches processor types. Note that we do not use ListProcessorTypes here because it is not paginated.
111111

112112
Args:
113113
parent: string, Required. The project of processor type to list. The available processor types may depend on the allow-listing on projects. Format: `projects/{project}/locations/{location}` (required)

googleapiclient/discovery_cache/documents/documentai.v1.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"locations": {
140140
"methods": {
141141
"fetchProcessorTypes": {
142-
"description": "Fetches processor types.",
142+
"description": "Fetches processor types. Note that we do not use ListProcessorTypes here because it is not paginated.",
143143
"flatPath": "v1/projects/{projectsId}/locations/{locationsId}:fetchProcessorTypes",
144144
"httpMethod": "GET",
145145
"id": "documentai.projects.locations.fetchProcessorTypes",
@@ -1029,7 +1029,7 @@
10291029
}
10301030
}
10311031
},
1032-
"revision": "20211214",
1032+
"revision": "20220105",
10331033
"rootUrl": "https://documentai.googleapis.com/",
10341034
"schemas": {
10351035
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {

googleapiclient/discovery_cache/documents/documentai.v1beta2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@
292292
}
293293
}
294294
},
295-
"revision": "20211214",
295+
"revision": "20220105",
296296
"rootUrl": "https://documentai.googleapis.com/",
297297
"schemas": {
298298
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {

googleapiclient/discovery_cache/documents/documentai.v1beta3.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"locations": {
111111
"methods": {
112112
"fetchProcessorTypes": {
113-
"description": "Fetches processor types.",
113+
"description": "Fetches processor types. Note that we do not use ListProcessorTypes here because it is not paginated.",
114114
"flatPath": "v1beta3/projects/{projectsId}/locations/{locationsId}:fetchProcessorTypes",
115115
"httpMethod": "GET",
116116
"id": "documentai.projects.locations.fetchProcessorTypes",
@@ -796,7 +796,7 @@
796796
}
797797
}
798798
},
799-
"revision": "20211214",
799+
"revision": "20220105",
800800
"rootUrl": "https://documentai.googleapis.com/",
801801
"schemas": {
802802
"GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadata": {

0 commit comments

Comments
 (0)