Skip to content

Commit 48f1353

Browse files
1 parent 8d4784d commit 48f1353

File tree

12 files changed

+156
-156
lines changed

12 files changed

+156
-156
lines changed

clients/google-api-services-documentai/v1/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>v1-rev20240911-2.0.0</version>
25+
<version>v1-rev20241210-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:v1-rev20240911-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1-rev20241210-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/Document.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -846,7 +846,7 @@ public class Operations {
846846
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
847847
* methods to check whether the cancellation succeeded or whether the operation completed despite
848848
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
849-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
849+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
850850
* `Code.CANCELLED`.
851851
*
852852
* Create a request for the method "operations.cancel".
@@ -876,7 +876,7 @@ public class Cancel extends DocumentRequest<com.google.api.services.documentai.v
876876
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
877877
* methods to check whether the cancellation succeeded or whether the operation completed despite
878878
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
879-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
879+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
880880
* `Code.CANCELLED`.
881881
*
882882
* Create a request for the method "operations.cancel".

clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleTypePostalAddress.java

Lines changed: 63 additions & 63 deletions
Large diffs are not rendered by default.

clients/google-api-services-documentai/v1/2.0.0/com/google/api/services/documentai/v1/model/GoogleTypeTimeZone.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,29 +31,29 @@
3131
public final class GoogleTypeTimeZone extends com.google.api.client.json.GenericJson {
3232

3333
/**
34-
* IANA Time Zone Database time zone, e.g. "America/New_York".
34+
* IANA Time Zone Database time zone. For example "America/New_York".
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String id;
3939

4040
/**
41-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
41+
* Optional. IANA Time Zone Database version number. For example "2019a".
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
4545
private java.lang.String version;
4646

4747
/**
48-
* IANA Time Zone Database time zone, e.g. "America/New_York".
48+
* IANA Time Zone Database time zone. For example "America/New_York".
4949
* @return value or {@code null} for none
5050
*/
5151
public java.lang.String getId() {
5252
return id;
5353
}
5454

5555
/**
56-
* IANA Time Zone Database time zone, e.g. "America/New_York".
56+
* IANA Time Zone Database time zone. For example "America/New_York".
5757
* @param id id or {@code null} for none
5858
*/
5959
public GoogleTypeTimeZone setId(java.lang.String id) {
@@ -62,15 +62,15 @@ public GoogleTypeTimeZone setId(java.lang.String id) {
6262
}
6363

6464
/**
65-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
65+
* Optional. IANA Time Zone Database version number. For example "2019a".
6666
* @return value or {@code null} for none
6767
*/
6868
public java.lang.String getVersion() {
6969
return version;
7070
}
7171

7272
/**
73-
* Optional. IANA Time Zone Database version number, e.g. "2019a".
73+
* Optional. IANA Time Zone Database version number. For example "2019a".
7474
* @param version version or {@code null} for none
7575
*/
7676
public GoogleTypeTimeZone setVersion(java.lang.String version) {

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

Lines changed: 3 additions & 3 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>v1-rev20240911-2.0.0</version>
12-
<name>Cloud Document AI API v1-rev20240911-2.0.0</name>
11+
<version>v1-rev20241210-2.0.0</version>
12+
<name>Cloud Document AI API v1-rev20241210-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,7 +90,7 @@
9090
<windowtitle>Cloud Document AI API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.45.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.45.2/</link>
9494
<link>https://googleapis.dev/java/google-oauth-client/1.36.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.0/</link>
9696
</links>

clients/google-api-services-documentai/v1/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>v1-rev20240911-2.0.0</version>
25+
<version>v1-rev20241210-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:v1-rev20240911-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1-rev20241210-2.0.0'
3939
}
4040
```
4141

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-rev20241025-2.0.0</version>
25+
<version>v1beta3-rev20241210-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-rev20241025-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20241210-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -690,7 +690,7 @@ public class Operations {
690690
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
691691
* methods to check whether the cancellation succeeded or whether the operation completed despite
692692
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
693-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
693+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
694694
* `Code.CANCELLED`.
695695
*
696696
* Create a request for the method "operations.cancel".
@@ -720,7 +720,7 @@ public class Cancel extends DocumentRequest<com.google.api.services.documentai.v
720720
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
721721
* methods to check whether the cancellation succeeded or whether the operation completed despite
722722
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
723-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
723+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
724724
* `Code.CANCELLED`.
725725
*
726726
* Create a request for the method "operations.cancel".

0 commit comments

Comments
 (0)