File tree Expand file tree Collapse file tree 4 files changed +30
-6
lines changed
clients/google-api-services-documentai/v1beta3
com/google/api/services/documentai/v1beta3/model Expand file tree Collapse file tree 4 files changed +30
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-documentai</artifactId >
25
- <version >v1beta3-rev20240417 -2.0.0</version >
25
+ <version >v1beta3-rev20240502 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20240417 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20240502 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -65,6 +65,13 @@ public final class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk exte
65
65
@ com .google .api .client .util .Key
66
66
private GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan pageSpan ;
67
67
68
+ /**
69
+ * DO NOT USE. List of all parsed documents layout source blocks used to generate the chunk.
70
+ * The value may be {@code null}.
71
+ */
72
+ @ com .google .api .client .util .Key
73
+ private java .util .List <java .lang .String > sourceBlockIds ;
74
+
68
75
/**
69
76
* ID of the chunk.
70
77
* @return value or {@code null} for none
@@ -150,6 +157,23 @@ public GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk setPageSpan(Goog
150
157
return this ;
151
158
}
152
159
160
+ /**
161
+ * DO NOT USE. List of all parsed documents layout source blocks used to generate the chunk.
162
+ * @return value or {@code null} for none
163
+ */
164
+ public java .util .List <java .lang .String > getSourceBlockIds () {
165
+ return sourceBlockIds ;
166
+ }
167
+
168
+ /**
169
+ * DO NOT USE. List of all parsed documents layout source blocks used to generate the chunk.
170
+ * @param sourceBlockIds sourceBlockIds or {@code null} for none
171
+ */
172
+ public GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk setSourceBlockIds (java .util .List <java .lang .String > sourceBlockIds ) {
173
+ this .sourceBlockIds = sourceBlockIds ;
174
+ return this ;
175
+ }
176
+
153
177
@ Override
154
178
public GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk set (String fieldName , Object value ) {
155
179
return (GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk ) super .set (fieldName , value );
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-documentai</artifactId >
11
- <version >v1beta3-rev20240417 -2.0.0</version >
12
- <name >Cloud Document AI API v1beta3-rev20240417 -2.0.0</name >
11
+ <version >v1beta3-rev20240502 -2.0.0</version >
12
+ <name >Cloud Document AI API v1beta3-rev20240502 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-documentai</artifactId >
25
- <version >v1beta3-rev20240417 -2.0.0</version >
25
+ <version >v1beta3-rev20240502 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20240417 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20240502 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments