Skip to content

Commit d05d91c

Browse files
1 parent c14d246 commit d05d91c

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

clients/google-api-services-documentai/v1beta3/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1beta3-rev20240417-2.0.0</version>
25+
<version>v1beta3-rev20240502-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

clients/google-api-services-documentai/v1beta3/2.0.0/com/google/api/services/documentai/v1beta3/model/GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk.java

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ public final class GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk exte
6565
@com.google.api.client.util.Key
6666
private GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunkChunkPageSpan pageSpan;
6767

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+
6875
/**
6976
* ID of the chunk.
7077
* @return value or {@code null} for none
@@ -150,6 +157,23 @@ public GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk setPageSpan(Goog
150157
return this;
151158
}
152159

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+
153177
@Override
154178
public GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk set(String fieldName, Object value) {
155179
return (GoogleCloudDocumentaiV1beta3DocumentChunkedDocumentChunk) super.set(fieldName, value);

clients/google-api-services-documentai/v1beta3/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<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>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-documentai/v1beta3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-documentai</artifactId>
25-
<version>v1beta3-rev20240417-2.0.0</version>
25+
<version>v1beta3-rev20240502-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
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'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)