Skip to content

Commit 3bae4e3

Browse files
1 parent 98a0ffc commit 3bae4e3

File tree

4 files changed

+9
-6
lines changed

4 files changed

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

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ public final class GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue ext
8484
private GoogleTypeMoney moneyValue;
8585

8686
/**
87+
* A signature - a graphical representation of a person's name, often used to sign a document.
8788
* The value may be {@code null}.
8889
*/
8990
@com.google.api.client.util.Key
@@ -230,13 +231,15 @@ public GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue setMoneyValue(G
230231
}
231232

232233
/**
234+
* A signature - a graphical representation of a person's name, often used to sign a document.
233235
* @return value or {@code null} for none
234236
*/
235237
public java.lang.Boolean getSignatureValue() {
236238
return signatureValue;
237239
}
238240

239241
/**
242+
* A signature - a graphical representation of a person's name, often used to sign a document.
240243
* @param signatureValue signatureValue or {@code null} for none
241244
*/
242245
public GoogleCloudDocumentaiV1beta3DocumentEntityNormalizedValue setSignatureValue(java.lang.Boolean signatureValue) {

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-rev20251007-2.0.0</version>
12-
<name>Cloud Document AI API v1beta3-rev20251007-2.0.0</name>
11+
<version>v1beta3-rev20251013-2.0.0</version>
12+
<name>Cloud Document AI API v1beta3-rev20251013-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-rev20251007-2.0.0</version>
25+
<version>v1beta3-rev20251013-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-rev20251007-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20251013-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)