Skip to content

Commit d8af3b5

Browse files
1 parent 1792c22 commit d8af3b5

File tree

8 files changed

+30
-30
lines changed

8 files changed

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ public final class GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty exten
3838
private java.lang.String displayName;
3939

4040
/**
41-
* Grounding config of the entity type.
41+
* Specifies how the entity's value is obtained.
4242
* The value may be {@code null}.
4343
*/
4444
@com.google.api.client.util.Key
45-
private java.lang.String groundingConfig;
45+
private java.lang.String method;
4646

4747
/**
4848
* The name of the property. Follows the same guidelines as the EntityType name.
@@ -84,19 +84,19 @@ public GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty setDisplayName(ja
8484
}
8585

8686
/**
87-
* Grounding config of the entity type.
87+
* Specifies how the entity's value is obtained.
8888
* @return value or {@code null} for none
8989
*/
90-
public java.lang.String getGroundingConfig() {
91-
return groundingConfig;
90+
public java.lang.String getMethod() {
91+
return method;
9292
}
9393

9494
/**
95-
* Grounding config of the entity type.
96-
* @param groundingConfig groundingConfig or {@code null} for none
95+
* Specifies how the entity's value is obtained.
96+
* @param method method or {@code null} for none
9797
*/
98-
public GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty setGroundingConfig(java.lang.String groundingConfig) {
99-
this.groundingConfig = groundingConfig;
98+
public GoogleCloudDocumentaiV1DocumentSchemaEntityTypeProperty setMethod(java.lang.String method) {
99+
this.method = method;
100100
return this;
101101
}
102102

clients/google-api-services-documentai/v1/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>v1-rev20250427-2.0.0</version>
12-
<name>Cloud Document AI API v1-rev20250427-2.0.0</name>
11+
<version>v1-rev20250521-2.0.0</version>
12+
<name>Cloud Document AI API v1-rev20250521-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ public final class GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty
4646
private java.lang.String displayName;
4747

4848
/**
49-
* Grounding config of the entity type.
49+
* Specifies how the entity's value is obtained.
5050
* The value may be {@code null}.
5151
*/
5252
@com.google.api.client.util.Key
53-
private java.lang.String groundingConfig;
53+
private java.lang.String method;
5454

5555
/**
5656
* The name of the property. Follows the same guidelines as the EntityType name.
@@ -118,19 +118,19 @@ public GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty setDisplayNa
118118
}
119119

120120
/**
121-
* Grounding config of the entity type.
121+
* Specifies how the entity's value is obtained.
122122
* @return value or {@code null} for none
123123
*/
124-
public java.lang.String getGroundingConfig() {
125-
return groundingConfig;
124+
public java.lang.String getMethod() {
125+
return method;
126126
}
127127

128128
/**
129-
* Grounding config of the entity type.
130-
* @param groundingConfig groundingConfig or {@code null} for none
129+
* Specifies how the entity's value is obtained.
130+
* @param method method or {@code null} for none
131131
*/
132-
public GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty setGroundingConfig(java.lang.String groundingConfig) {
133-
this.groundingConfig = groundingConfig;
132+
public GoogleCloudDocumentaiV1beta3DocumentSchemaEntityTypeProperty setMethod(java.lang.String method) {
133+
this.method = method;
134134
return this;
135135
}
136136

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

0 commit comments

Comments
 (0)