File tree Expand file tree Collapse file tree 8 files changed +66
-12
lines changed
clients/google-api-services-documentai
com/google/api/services/documentai/v1beta3/model
com/google/api/services/documentai/v1/model Expand file tree Collapse file tree 8 files changed +66
-12
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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-documentai</artifactId >
25- <version >v1-rev20260217 -2.0.0</version >
25+ <version >v1-rev20260224 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-documentai:v1-rev20260217 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-documentai:v1-rev20260224 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("javadoc" )
3232public final class GoogleCloudDocumentaiV1DocumentShardInfo extends com .google .api .client .json .GenericJson {
3333
34+ /**
35+ * The index of the first page in Document.pages in the overall document global pages. Available
36+ * for document shards created by the document splitter.
37+ * The value may be {@code null}.
38+ */
39+ @ com .google .api .client .util .Key
40+ private java .lang .Integer pageOffset ;
41+
3442 /**
3543 * Total number of shards.
3644 * The value may be {@code null}.
@@ -52,6 +60,25 @@ public final class GoogleCloudDocumentaiV1DocumentShardInfo extends com.google.a
5260 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
5361 private java .lang .Long textOffset ;
5462
63+ /**
64+ * The index of the first page in Document.pages in the overall document global pages. Available
65+ * for document shards created by the document splitter.
66+ * @return value or {@code null} for none
67+ */
68+ public java .lang .Integer getPageOffset () {
69+ return pageOffset ;
70+ }
71+
72+ /**
73+ * The index of the first page in Document.pages in the overall document global pages. Available
74+ * for document shards created by the document splitter.
75+ * @param pageOffset pageOffset or {@code null} for none
76+ */
77+ public GoogleCloudDocumentaiV1DocumentShardInfo setPageOffset (java .lang .Integer pageOffset ) {
78+ this .pageOffset = pageOffset ;
79+ return this ;
80+ }
81+
5582 /**
5683 * Total number of shards.
5784 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-documentai</artifactId >
11- <version >v1-rev20260217 -2.0.0</version >
12- <name >Cloud Document AI API v1-rev20260217 -2.0.0</name >
11+ <version >v1-rev20260224 -2.0.0</version >
12+ <name >Cloud Document AI API v1-rev20260224 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-documentai</artifactId >
25- <version >v1-rev20260217 -2.0.0</version >
25+ <version >v1-rev20260224 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-documentai:v1-rev20260217 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-documentai:v1-rev20260224 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff 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-rev20260217 -2.0.0</version >
25+ <version >v1beta3-rev20260224 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20260217 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20260224 -2.0.0'
3939}
4040```
4141
Original file line number Diff line number Diff line change 3131@ SuppressWarnings ("javadoc" )
3232public final class GoogleCloudDocumentaiV1beta3DocumentShardInfo extends com .google .api .client .json .GenericJson {
3333
34+ /**
35+ * The index of the first page in Document.pages in the overall document global pages. Available
36+ * for document shards created by the document splitter.
37+ * The value may be {@code null}.
38+ */
39+ @ com .google .api .client .util .Key
40+ private java .lang .Integer pageOffset ;
41+
3442 /**
3543 * Total number of shards.
3644 * The value may be {@code null}.
@@ -52,6 +60,25 @@ public final class GoogleCloudDocumentaiV1beta3DocumentShardInfo extends com.goo
5260 @ com .google .api .client .util .Key @ com .google .api .client .json .JsonString
5361 private java .lang .Long textOffset ;
5462
63+ /**
64+ * The index of the first page in Document.pages in the overall document global pages. Available
65+ * for document shards created by the document splitter.
66+ * @return value or {@code null} for none
67+ */
68+ public java .lang .Integer getPageOffset () {
69+ return pageOffset ;
70+ }
71+
72+ /**
73+ * The index of the first page in Document.pages in the overall document global pages. Available
74+ * for document shards created by the document splitter.
75+ * @param pageOffset pageOffset or {@code null} for none
76+ */
77+ public GoogleCloudDocumentaiV1beta3DocumentShardInfo setPageOffset (java .lang .Integer pageOffset ) {
78+ this .pageOffset = pageOffset ;
79+ return this ;
80+ }
81+
5582 /**
5683 * Total number of shards.
5784 * @return value or {@code null} for none
Original file line number Diff line number Diff line change 88
99 <groupId >com.google.apis</groupId >
1010 <artifactId >google-api-services-documentai</artifactId >
11- <version >v1beta3-rev20260217 -2.0.0</version >
12- <name >Cloud Document AI API v1beta3-rev20260217 -2.0.0</name >
11+ <version >v1beta3-rev20260224 -2.0.0</version >
12+ <name >Cloud Document AI API v1beta3-rev20260224 -2.0.0</name >
1313 <packaging >jar</packaging >
1414
1515 <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:
2222 <dependency >
2323 <groupId >com.google.apis</groupId >
2424 <artifactId >google-api-services-documentai</artifactId >
25- <version >v1beta3-rev20260217 -2.0.0</version >
25+ <version >v1beta3-rev20260224 -2.0.0</version >
2626 </dependency >
2727 </dependencies >
2828</project >
@@ -35,7 +35,7 @@ repositories {
3535 mavenCentral()
3636}
3737dependencies {
38- implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20260217 -2.0.0'
38+ implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20260224 -2.0.0'
3939}
4040```
4141
You can’t perform that action at this time.
0 commit comments