Skip to content

Commit 5cdd1fc

Browse files
1 parent 28f5781 commit 5cdd1fc

File tree

10 files changed

+54
-54
lines changed

10 files changed

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public final class GoogleCloudDocumentaiV1Processor extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* The time the processor was created.
35+
* Output only. The time the processor was created.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -112,15 +112,15 @@ public final class GoogleCloudDocumentaiV1Processor extends com.google.api.clien
112112
private java.lang.String type;
113113

114114
/**
115-
* The time the processor was created.
115+
* Output only. The time the processor was created.
116116
* @return value or {@code null} for none
117117
*/
118118
public String getCreateTime() {
119119
return createTime;
120120
}
121121

122122
/**
123-
* The time the processor was created.
123+
* Output only. The time the processor was created.
124124
* @param createTime createTime or {@code null} for none
125125
*/
126126
public GoogleCloudDocumentaiV1Processor setCreateTime(String createTime) {

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@
3333
public final class GoogleCloudDocumentaiV1ProcessorVersion extends com.google.api.client.json.GenericJson {
3434

3535
/**
36-
* The time the processor version was created.
36+
* Output only. The time the processor version was created.
3737
* The value may be {@code null}.
3838
*/
3939
@com.google.api.client.util.Key
4040
private String createTime;
4141

4242
/**
43-
* If set, information about the eventual deprecation of this version.
43+
* Output only. If set, information about the eventual deprecation of this version.
4444
* The value may be {@code null}.
4545
*/
4646
@com.google.api.client.util.Key
@@ -54,7 +54,7 @@ public final class GoogleCloudDocumentaiV1ProcessorVersion extends com.google.ap
5454
private java.lang.String displayName;
5555

5656
/**
57-
* The schema of the processor version. Describes the output.
57+
* Output only. The schema of the processor version. Describes the output.
5858
* The value may be {@code null}.
5959
*/
6060
@com.google.api.client.util.Key
@@ -75,21 +75,21 @@ public final class GoogleCloudDocumentaiV1ProcessorVersion extends com.google.ap
7575
private java.lang.Boolean googleManaged;
7676

7777
/**
78-
* The KMS key name used for encryption.
78+
* Output only. The KMS key name used for encryption.
7979
* The value may be {@code null}.
8080
*/
8181
@com.google.api.client.util.Key
8282
private java.lang.String kmsKeyName;
8383

8484
/**
85-
* The KMS key version with which data is encrypted.
85+
* Output only. The KMS key version with which data is encrypted.
8686
* The value may be {@code null}.
8787
*/
8888
@com.google.api.client.util.Key
8989
private java.lang.String kmsKeyVersionName;
9090

9191
/**
92-
* The most recently invoked evaluation for the processor version.
92+
* Output only. The most recently invoked evaluation for the processor version.
9393
* The value may be {@code null}.
9494
*/
9595
@com.google.api.client.util.Key
@@ -132,15 +132,15 @@ public final class GoogleCloudDocumentaiV1ProcessorVersion extends com.google.ap
132132
private java.lang.String state;
133133

134134
/**
135-
* The time the processor version was created.
135+
* Output only. The time the processor version was created.
136136
* @return value or {@code null} for none
137137
*/
138138
public String getCreateTime() {
139139
return createTime;
140140
}
141141

142142
/**
143-
* The time the processor version was created.
143+
* Output only. The time the processor version was created.
144144
* @param createTime createTime or {@code null} for none
145145
*/
146146
public GoogleCloudDocumentaiV1ProcessorVersion setCreateTime(String createTime) {
@@ -149,15 +149,15 @@ public GoogleCloudDocumentaiV1ProcessorVersion setCreateTime(String createTime)
149149
}
150150

151151
/**
152-
* If set, information about the eventual deprecation of this version.
152+
* Output only. If set, information about the eventual deprecation of this version.
153153
* @return value or {@code null} for none
154154
*/
155155
public GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo getDeprecationInfo() {
156156
return deprecationInfo;
157157
}
158158

159159
/**
160-
* If set, information about the eventual deprecation of this version.
160+
* Output only. If set, information about the eventual deprecation of this version.
161161
* @param deprecationInfo deprecationInfo or {@code null} for none
162162
*/
163163
public GoogleCloudDocumentaiV1ProcessorVersion setDeprecationInfo(GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo deprecationInfo) {
@@ -183,15 +183,15 @@ public GoogleCloudDocumentaiV1ProcessorVersion setDisplayName(java.lang.String d
183183
}
184184

185185
/**
186-
* The schema of the processor version. Describes the output.
186+
* Output only. The schema of the processor version. Describes the output.
187187
* @return value or {@code null} for none
188188
*/
189189
public GoogleCloudDocumentaiV1DocumentSchema getDocumentSchema() {
190190
return documentSchema;
191191
}
192192

193193
/**
194-
* The schema of the processor version. Describes the output.
194+
* Output only. The schema of the processor version. Describes the output.
195195
* @param documentSchema documentSchema or {@code null} for none
196196
*/
197197
public GoogleCloudDocumentaiV1ProcessorVersion setDocumentSchema(GoogleCloudDocumentaiV1DocumentSchema documentSchema) {
@@ -234,15 +234,15 @@ public GoogleCloudDocumentaiV1ProcessorVersion setGoogleManaged(java.lang.Boolea
234234
}
235235

236236
/**
237-
* The KMS key name used for encryption.
237+
* Output only. The KMS key name used for encryption.
238238
* @return value or {@code null} for none
239239
*/
240240
public java.lang.String getKmsKeyName() {
241241
return kmsKeyName;
242242
}
243243

244244
/**
245-
* The KMS key name used for encryption.
245+
* Output only. The KMS key name used for encryption.
246246
* @param kmsKeyName kmsKeyName or {@code null} for none
247247
*/
248248
public GoogleCloudDocumentaiV1ProcessorVersion setKmsKeyName(java.lang.String kmsKeyName) {
@@ -251,15 +251,15 @@ public GoogleCloudDocumentaiV1ProcessorVersion setKmsKeyName(java.lang.String km
251251
}
252252

253253
/**
254-
* The KMS key version with which data is encrypted.
254+
* Output only. The KMS key version with which data is encrypted.
255255
* @return value or {@code null} for none
256256
*/
257257
public java.lang.String getKmsKeyVersionName() {
258258
return kmsKeyVersionName;
259259
}
260260

261261
/**
262-
* The KMS key version with which data is encrypted.
262+
* Output only. The KMS key version with which data is encrypted.
263263
* @param kmsKeyVersionName kmsKeyVersionName or {@code null} for none
264264
*/
265265
public GoogleCloudDocumentaiV1ProcessorVersion setKmsKeyVersionName(java.lang.String kmsKeyVersionName) {
@@ -268,15 +268,15 @@ public GoogleCloudDocumentaiV1ProcessorVersion setKmsKeyVersionName(java.lang.St
268268
}
269269

270270
/**
271-
* The most recently invoked evaluation for the processor version.
271+
* Output only. The most recently invoked evaluation for the processor version.
272272
* @return value or {@code null} for none
273273
*/
274274
public GoogleCloudDocumentaiV1EvaluationReference getLatestEvaluation() {
275275
return latestEvaluation;
276276
}
277277

278278
/**
279-
* The most recently invoked evaluation for the processor version.
279+
* Output only. The most recently invoked evaluation for the processor version.
280280
* @param latestEvaluation latestEvaluation or {@code null} for none
281281
*/
282282
public GoogleCloudDocumentaiV1ProcessorVersion setLatestEvaluation(GoogleCloudDocumentaiV1EvaluationReference latestEvaluation) {

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public final class GoogleCloudDocumentaiV1beta3Processor extends com.google.api.client.json.GenericJson {
3333

3434
/**
35-
* The time the processor was created.
35+
* Output only. The time the processor was created.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -112,15 +112,15 @@ public final class GoogleCloudDocumentaiV1beta3Processor extends com.google.api.
112112
private java.lang.String type;
113113

114114
/**
115-
* The time the processor was created.
115+
* Output only. The time the processor was created.
116116
* @return value or {@code null} for none
117117
*/
118118
public String getCreateTime() {
119119
return createTime;
120120
}
121121

122122
/**
123-
* The time the processor was created.
123+
* Output only. The time the processor was created.
124124
* @param createTime createTime or {@code null} for none
125125
*/
126126
public GoogleCloudDocumentaiV1beta3Processor setCreateTime(String createTime) {

0 commit comments

Comments
 (0)