Skip to content

Commit 55d049e

Browse files
1 parent 78f16cf commit 55d049e

66 files changed

Lines changed: 261 additions & 255 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

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

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

3333
/**
34-
* The document id of the auto-labeled document. This will replace the gcs_uri.
34+
* The document ID of the auto-labeled document. This will replace the gcs_uri.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndiv
4545
private GoogleRpcStatus status;
4646

4747
/**
48-
* The document id of the auto-labeled document. This will replace the gcs_uri.
48+
* The document ID of the auto-labeled document. This will replace the gcs_uri.
4949
* @return value or {@code null} for none
5050
*/
5151
public GoogleCloudDocumentaiUiv1beta3DocumentId getDocumentId() {
5252
return documentId;
5353
}
5454

5555
/**
56-
* The document id of the auto-labeled document. This will replace the gcs_uri.
56+
* The document ID of the auto-labeled document. This will replace the gcs_uri.
5757
* @param documentId documentId or {@code null} for none
5858
*/
5959
public GoogleCloudDocumentaiUiv1beta3AutoLabelDocumentsMetadataIndividualAutoLabelStatus setDocumentId(GoogleCloudDocumentaiUiv1beta3DocumentId documentId) {

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

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

3333
/**
34-
* The document id of the document.
34+
* The document ID of the document.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataInd
4545
private GoogleRpcStatus status;
4646

4747
/**
48-
* The document id of the document.
48+
* The document ID of the document.
4949
* @return value or {@code null} for none
5050
*/
5151
public GoogleCloudDocumentaiUiv1beta3DocumentId getDocumentId() {
5252
return documentId;
5353
}
5454

5555
/**
56-
* The document id of the document.
56+
* The document ID of the document.
5757
* @param documentId documentId or {@code null} for none
5858
*/
5959
public GoogleCloudDocumentaiUiv1beta3BatchDeleteDocumentsMetadataIndividualBatchDeleteStatus setDocumentId(GoogleCloudDocumentaiUiv1beta3DocumentId documentId) {

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

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

3333
/**
34-
* The document id of the document.
34+
* The document ID of the document.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndiv
4545
private GoogleRpcStatus status;
4646

4747
/**
48-
* The document id of the document.
48+
* The document ID of the document.
4949
* @return value or {@code null} for none
5050
*/
5151
public GoogleCloudDocumentaiUiv1beta3DocumentId getDocumentId() {
5252
return documentId;
5353
}
5454

5555
/**
56-
* The document id of the document.
56+
* The document ID of the document.
5757
* @param documentId documentId or {@code null} for none
5858
*/
5959
public GoogleCloudDocumentaiUiv1beta3BatchMoveDocumentsMetadataIndividualBatchMoveStatus setDocumentId(GoogleCloudDocumentaiUiv1beta3DocumentId documentId) {

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

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

3333
/**
34-
* The document id of the document.
34+
* The document ID of the document.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,15 +45,15 @@ public final class GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataInd
4545
private GoogleRpcStatus status;
4646

4747
/**
48-
* The document id of the document.
48+
* The document ID of the document.
4949
* @return value or {@code null} for none
5050
*/
5151
public GoogleCloudDocumentaiUiv1beta3DocumentId getDocumentId() {
5252
return documentId;
5353
}
5454

5555
/**
56-
* The document id of the document.
56+
* The document ID of the document.
5757
* @param documentId documentId or {@code null} for none
5858
*/
5959
public GoogleCloudDocumentaiUiv1beta3BatchUpdateDocumentsMetadataIndividualBatchUpdateStatus setDocumentId(GoogleCloudDocumentaiUiv1beta3DocumentId documentId) {

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

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

3333
/**
34-
* A document id within user-managed Cloud Storage.
34+
* A document ID within user-managed Cloud Storage.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
@@ -45,22 +45,22 @@ public final class GoogleCloudDocumentaiUiv1beta3DocumentId extends com.google.a
4545
private GoogleCloudDocumentaiUiv1beta3RevisionRef revisionRef;
4646

4747
/**
48-
* A document id within unmanaged dataset.
48+
* A document ID within unmanaged dataset.
4949
* The value may be {@code null}.
5050
*/
5151
@com.google.api.client.util.Key
5252
private GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId unmanagedDocId;
5353

5454
/**
55-
* A document id within user-managed Cloud Storage.
55+
* A document ID within user-managed Cloud Storage.
5656
* @return value or {@code null} for none
5757
*/
5858
public GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId getGcsManagedDocId() {
5959
return gcsManagedDocId;
6060
}
6161

6262
/**
63-
* A document id within user-managed Cloud Storage.
63+
* A document ID within user-managed Cloud Storage.
6464
* @param gcsManagedDocId gcsManagedDocId or {@code null} for none
6565
*/
6666
public GoogleCloudDocumentaiUiv1beta3DocumentId setGcsManagedDocId(GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId gcsManagedDocId) {
@@ -86,15 +86,15 @@ public GoogleCloudDocumentaiUiv1beta3DocumentId setRevisionRef(GoogleCloudDocume
8686
}
8787

8888
/**
89-
* A document id within unmanaged dataset.
89+
* A document ID within unmanaged dataset.
9090
* @return value or {@code null} for none
9191
*/
9292
public GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId getUnmanagedDocId() {
9393
return unmanagedDocId;
9494
}
9595

9696
/**
97-
* A document id within unmanaged dataset.
97+
* A document ID within unmanaged dataset.
9898
* @param unmanagedDocId unmanagedDocId or {@code null} for none
9999
*/
100100
public GoogleCloudDocumentaiUiv1beta3DocumentId setUnmanagedDocId(GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId unmanagedDocId) {

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

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

3434
/**
35-
* Id of the document (indexed) managed by Content Warehouse.
35+
* ID of the document (indexed) managed by Content Warehouse.
3636
* The value may be {@code null}.
3737
*/
3838
@com.google.api.client.util.Key
@@ -46,15 +46,15 @@ public final class GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId
4646
private java.lang.String gcsUri;
4747

4848
/**
49-
* Id of the document (indexed) managed by Content Warehouse.
49+
* ID of the document (indexed) managed by Content Warehouse.
5050
* @return value or {@code null} for none
5151
*/
5252
public java.lang.String getCwDocId() {
5353
return cwDocId;
5454
}
5555

5656
/**
57-
* Id of the document (indexed) managed by Content Warehouse.
57+
* ID of the document (indexed) managed by Content Warehouse.
5858
* @param cwDocId cwDocId or {@code null} for none
5959
*/
6060
public GoogleCloudDocumentaiUiv1beta3DocumentIdGCSManagedDocumentId setCwDocId(java.lang.String cwDocId) {

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

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

3333
/**
34-
* Required. The id of the document.
34+
* Required. The ID of the document.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String docId;
3939

4040
/**
41-
* Required. The id of the document.
41+
* Required. The ID of the document.
4242
* @return value or {@code null} for none
4343
*/
4444
public java.lang.String getDocId() {
4545
return docId;
4646
}
4747

4848
/**
49-
* Required. The id of the document.
49+
* Required. The ID of the document.
5050
* @param docId docId or {@code null} for none
5151
*/
5252
public GoogleCloudDocumentaiUiv1beta3DocumentIdUnmanagedDocumentId setDocId(java.lang.String docId) {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public final class GoogleCloudDocumentaiUiv1beta3DocumentSchema extends com.goog
4545
private java.lang.String displayName;
4646

4747
/**
48-
* Optional. Document level prompt provided by the user. This custom text is injected into the AI
48+
* Optional. Document-level prompt provided by the user. This custom text is injected into the AI
4949
* model's prompt to provide extra, document-wide guidance for processing.
5050
* The value may be {@code null}.
5151
*/
@@ -101,7 +101,7 @@ public GoogleCloudDocumentaiUiv1beta3DocumentSchema setDisplayName(java.lang.Str
101101
}
102102

103103
/**
104-
* Optional. Document level prompt provided by the user. This custom text is injected into the AI
104+
* Optional. Document-level prompt provided by the user. This custom text is injected into the AI
105105
* model's prompt to provide extra, document-wide guidance for processing.
106106
* @return value or {@code null} for none
107107
*/
@@ -110,7 +110,7 @@ public java.lang.String getDocumentPrompt() {
110110
}
111111

112112
/**
113-
* Optional. Document level prompt provided by the user. This custom text is injected into the AI
113+
* Optional. Document-level prompt provided by the user. This custom text is injected into the AI
114114
* model's prompt to provide extra, document-wide guidance for processing.
115115
* @param documentPrompt documentPrompt or {@code null} for none
116116
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public final class GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType extend
7676
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
7777
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
7878
* `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
79-
* ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
79+
* ASCII character.) - The `/` is sometimes used to denote a property of a type. For example,
8080
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
8181
* compatibility.
8282
* The value may be {@code null}.
@@ -189,7 +189,7 @@ public GoogleCloudDocumentaiUiv1beta3DocumentSchemaEntityType setEnumValues(Goog
189189
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
190190
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
191191
* `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
192-
* ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
192+
* ASCII character.) - The `/` is sometimes used to denote a property of a type. For example,
193193
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
194194
* compatibility.
195195
* @return value or {@code null} for none
@@ -203,7 +203,7 @@ public java.lang.String getName() {
203203
* following naming conventions are used: - Use `snake_casing`. - Name matching is case-sensitive.
204204
* - Maximum 64 characters. - Must start with a letter. - Allowed characters: ASCII letters
205205
* `[a-z0-9_-]`. (For backward compatibility, internal infrastructure and tooling can handle any
206-
* ASCII character.) - The `/` is sometimes used to denote a property of a type. For example
206+
* ASCII character.) - The `/` is sometimes used to denote a property of a type. For example,
207207
* `line_item/amount`. This convention is deprecated, but will still be honored for backward
208208
* compatibility.
209209
* @param name name or {@code null} for none

0 commit comments

Comments
 (0)