Commit 0ba37e1
authored
feat: Added field_mask to ProcessRequest object in document_processor_service.proto (#868)
- [ ] Regenerate this pull request now.
feat: Added parent_ids to Revision object in document.proto
feat: Added integer_values, float_values and non_present to Entity object in document.proto
feat: Added corrected_key_text, correct_value_text to FormField object in document.proto
feat: Added OperationMetadata resource
feat: Added Barcode support
feat!: Added Processor Management and Processor Version support to v1 library
BREAKING CHANGE: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.
PiperOrigin-RevId: 468022354
Source-Link: googleapis/googleapis@d0237ea
Source-Link: https://github.com/googleapis/googleapis-gen/commit/22d54f2d8eddd616149c5691d8056ef1290bacfa
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjJkNTRmMmQ4ZWRkZDYxNjE0OWM1NjkxZDgwNTZlZjEyOTBiYWNmYSJ9
docs: fix minor docstring formatting
PiperOrigin-RevId: 466493520
Source-Link: googleapis/googleapis@c2674a3
Source-Link: https://github.com/googleapis/googleapis-gen/commit/30077cfdd7aa06b94264ed733e7f68722f65b870
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzAwNzdjZmRkN2FhMDZiOTQyNjRlZDczM2U3ZjY4NzIyZjY1Yjg3MCJ9
feat: Added field_mask to ProcessRequest object in document_processor_service.proto
feat: Added parent_ids to Revision object in document.proto
feat: Added integer_values, float_values and non_present to Entity object in document.proto
feat: Added corrected_key_text, correct_value_text to FormField object in document.proto
feat: Added OperationMetadata resource
feat!: Added Processor Management and Processor Version support to v1 library
BREAKING CHANGE: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.
PiperOrigin-RevId: 466168406
Source-Link: googleapis/googleapis@19bf693
Source-Link: https://github.com/googleapis/googleapis-gen/commit/90986a3608bdc0a150e88650cffbfd44ae66d59b
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOTA5ODZhMzYwOGJkYzBhMTUwZTg4NjUwY2ZmYmZkNDRhZTY2ZDU5YiJ91 parent 0d0d902 commit 0ba37e1Copy full SHA for 0ba37e1
File tree
Expand file treeCollapse file tree
345 files changed
+107474
-5097
lines changedOpen diff view settings
Filter options
- java-document-ai
- google-cloud-document-ai
- src
- main/java/com/google/cloud/documentai
- v1beta3
- stub
- v1
- stub
- test/java/com/google/cloud/documentai
- v1beta3
- v1
- grpc-google-cloud-document-ai-v1beta3/src/main/java/com/google/cloud/documentai/v1beta3
- grpc-google-cloud-document-ai-v1/src/main/java/com/google/cloud/documentai/v1
- proto-google-cloud-document-ai-v1beta3/src/main
- java/com/google/cloud/documentai/v1beta3
- proto/google/cloud/documentai/v1beta3
- proto-google-cloud-document-ai-v1/src/main
- java/com/google/cloud/documentai/v1
- proto/google/cloud/documentai/v1
- samples/snippets/generated/com/google/cloud/documentai
- v1beta3/documentprocessorserviceclient
- batchprocessdocuments
- deleteprocessorversion
- deployprocessorversion
- getlocation
- getprocessorversion
- getprocessor
- listlocations
- listprocessortypes
- listprocessorversions
- processdocument
- reviewdocument
- setdefaultprocessorversion
- undeployprocessorversion
- v1/documentprocessorserviceclient
- batchprocessdocuments
- createprocessor
- deleteprocessorversion
- deleteprocessor
- deployprocessorversion
- disableprocessor
- enableprocessor
- fetchprocessortypes
- getlocation
- getprocessorversion
- getprocessor
- listlocations
- listprocessors
- listprocessortypes
- listprocessorversions
- processdocument
- reviewdocument
- setdefaultprocessorversion
- undeployprocessorversion
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
345 files changed
+107474
-5097
lines changedOpen diff view settings
Collapse file
java-document-ai/google-cloud-document-ai/pom.xml
Copy file name to clipboardExpand all lines: java-document-ai/google-cloud-document-ai/pom.xml+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
125 | 125 | |
126 | 126 | |
127 | 127 | |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
128 | 134 | |
129 | 135 | |
130 | 136 | |
|
Collapse file
java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/DocumentProcessorServiceClient.java
Copy file name to clipboardExpand all lines: java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/DocumentProcessorServiceClient.java+2,394-94Lines changed: 2394 additions & 94 deletions
Large diffs are not rendered by default.
Collapse file
java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/DocumentProcessorServiceSettings.java
Copy file name to clipboardExpand all lines: java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/DocumentProcessorServiceSettings.java+322Lines changed: 322 additions & 0 deletions
Large diffs are not rendered by default.
Collapse file
java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/gapic_metadata.json
Copy file name to clipboardExpand all lines: java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/gapic_metadata.json+48Lines changed: 48 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
16 | 58 | |
17 | 59 | |
18 | 60 | |
19 | 61 | |
20 | 62 | |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
21 | 69 | |
22 | 70 | |
23 | 71 | |
|
Collapse file
java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/package-info.java
Copy file name to clipboardExpand all lines: java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/package-info.java+4-2Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
15 | 15 | |
16 | 16 | |
17 | 17 | |
18 | | - |
| 18 | + |
| 19 | + |
| 20 | + |
19 | 21 | |
20 | 22 | |
21 | 23 | |
| ||
31 | 33 | |
32 | 34 | |
33 | 35 | |
34 | | - |
| 36 | + |
35 | 37 | |
36 | 38 | |
37 | 39 | |
|
Collapse file
java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/stub/DocumentProcessorServiceStub.java
Copy file name to clipboardExpand all lines: java-document-ai/google-cloud-document-ai/src/main/java/com/google/cloud/documentai/v1/stub/DocumentProcessorServiceStub.java+182Lines changed: 182 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
16 | 16 | |
17 | 17 | |
18 | 18 | |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
19 | 24 | |
20 | 25 | |
21 | 26 | |
22 | 27 | |
23 | 28 | |
24 | 29 | |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
25 | 54 | |
26 | 55 | |
| 56 | + |
| 57 | + |
27 | 58 | |
28 | 59 | |
29 | 60 | |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
30 | 71 | |
31 | 72 | |
| 73 | + |
32 | 74 | |
33 | 75 | |
34 | 76 | |
| ||
62 | 104 | |
63 | 105 | |
64 | 106 | |
| 107 | + |
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
| 118 | + |
| 119 | + |
| 120 | + |
| 121 | + |
| 122 | + |
| 123 | + |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
| 129 | + |
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
| 139 | + |
| 140 | + |
| 141 | + |
| 142 | + |
| 143 | + |
| 144 | + |
| 145 | + |
| 146 | + |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + |
| 152 | + |
| 153 | + |
| 154 | + |
| 155 | + |
| 156 | + |
| 157 | + |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + |
| 162 | + |
| 163 | + |
| 164 | + |
| 165 | + |
| 166 | + |
| 167 | + |
| 168 | + |
| 169 | + |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + |
| 174 | + |
| 175 | + |
| 176 | + |
| 177 | + |
| 178 | + |
| 179 | + |
| 180 | + |
| 181 | + |
| 182 | + |
| 183 | + |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
65 | 234 | |
66 | 235 | |
67 | 236 | |
| ||
72 | 241 | |
73 | 242 | |
74 | 243 | |
| 244 | + |
| 245 | + |
| 246 | + |
| 247 | + |
| 248 | + |
| 249 | + |
| 250 | + |
| 251 | + |
| 252 | + |
| 253 | + |
| 254 | + |
| 255 | + |
| 256 | + |
75 | 257 | |
76 | 258 | |
77 | 259 | |
0 commit comments