Skip to content

Commit 7c420a0

Browse files
1 parent ea96eed commit 7c420a0

File tree

8 files changed

+12
-72
lines changed

8 files changed

+12
-72
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-rev20250914-2.0.0</version>
25+
<version>v1-rev20250922-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-rev20250914-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1-rev20250922-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: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@
3131
@SuppressWarnings("javadoc")
3232
public final class GoogleCloudDocumentaiV1Processor extends com.google.api.client.json.GenericJson {
3333

34-
/**
35-
* Optional. SchemaVersion used by the Processor. It is the same as Processor's
36-
* DatasetSchema.schema_version Format is
37-
* `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}
38-
* The value may be {@code null}.
39-
*/
40-
@com.google.api.client.util.Key
41-
private java.lang.String activeSchemaVersion;
42-
4334
/**
4435
* Output only. The time the processor was created.
4536
* The value may be {@code null}.
@@ -120,27 +111,6 @@ public final class GoogleCloudDocumentaiV1Processor extends com.google.api.clien
120111
@com.google.api.client.util.Key
121112
private java.lang.String type;
122113

123-
/**
124-
* Optional. SchemaVersion used by the Processor. It is the same as Processor's
125-
* DatasetSchema.schema_version Format is
126-
* `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}
127-
* @return value or {@code null} for none
128-
*/
129-
public java.lang.String getActiveSchemaVersion() {
130-
return activeSchemaVersion;
131-
}
132-
133-
/**
134-
* Optional. SchemaVersion used by the Processor. It is the same as Processor's
135-
* DatasetSchema.schema_version Format is
136-
* `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}
137-
* @param activeSchemaVersion activeSchemaVersion or {@code null} for none
138-
*/
139-
public GoogleCloudDocumentaiV1Processor setActiveSchemaVersion(java.lang.String activeSchemaVersion) {
140-
this.activeSchemaVersion = activeSchemaVersion;
141-
return this;
142-
}
143-
144114
/**
145115
* Output only. The time the processor was created.
146116
* @return value or {@code null} for none

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-rev20250914-2.0.0</version>
12-
<name>Cloud Document AI API v1-rev20250914-2.0.0</name>
11+
<version>v1-rev20250922-2.0.0</version>
12+
<name>Cloud Document AI API v1-rev20250922-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-rev20250914-2.0.0</version>
25+
<version>v1-rev20250922-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-rev20250914-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1-rev20250922-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-rev20250914-2.0.0</version>
25+
<version>v1beta3-rev20250922-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-rev20250914-2.0.0'
38+
implementation 'com.google.apis:google-api-services-documentai:v1beta3-rev20250922-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: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,6 @@
3131
@SuppressWarnings("javadoc")
3232
public final class GoogleCloudDocumentaiV1beta3Processor extends com.google.api.client.json.GenericJson {
3333

34-
/**
35-
* Optional. SchemaVersion used by the Processor. It is the same as Processor's
36-
* DatasetSchema.schema_version Format is
37-
* `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}
38-
* The value may be {@code null}.
39-
*/
40-
@com.google.api.client.util.Key
41-
private java.lang.String activeSchemaVersion;
42-
4334
/**
4435
* Output only. The time the processor was created.
4536
* The value may be {@code null}.
@@ -120,27 +111,6 @@ public final class GoogleCloudDocumentaiV1beta3Processor extends com.google.api.
120111
@com.google.api.client.util.Key
121112
private java.lang.String type;
122113

123-
/**
124-
* Optional. SchemaVersion used by the Processor. It is the same as Processor's
125-
* DatasetSchema.schema_version Format is
126-
* `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}
127-
* @return value or {@code null} for none
128-
*/
129-
public java.lang.String getActiveSchemaVersion() {
130-
return activeSchemaVersion;
131-
}
132-
133-
/**
134-
* Optional. SchemaVersion used by the Processor. It is the same as Processor's
135-
* DatasetSchema.schema_version Format is
136-
* `projects/{project}/locations/{location}/schemas/{schema}/schemaVersions/{schema_version}
137-
* @param activeSchemaVersion activeSchemaVersion or {@code null} for none
138-
*/
139-
public GoogleCloudDocumentaiV1beta3Processor setActiveSchemaVersion(java.lang.String activeSchemaVersion) {
140-
this.activeSchemaVersion = activeSchemaVersion;
141-
return this;
142-
}
143-
144114
/**
145115
* Output only. The time the processor was created.
146116
* @return value or {@code null} for none

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

0 commit comments

Comments
 (0)