Skip to content

Commit 9cfc6dd

Browse files
1 parent 4728435 commit 9cfc6dd

File tree

12 files changed

+36
-36
lines changed

12 files changed

+36
-36
lines changed

clients/google-api-services-vision/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-vision</artifactId>
25-
<version>v1-rev20241115-2.0.0</version>
25+
<version>v1-rev20250804-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-vision:v1-rev20241115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vision:v1-rev20250804-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vision/v1/2.0.0/com/google/api/services/vision/v1/model/Feature.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public final class Feature extends com.google.api.client.json.GenericJson {
4040

4141
/**
4242
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
43-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
44-
* for the bleeding edge release updated weekly.
43+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
44+
* the latest release candidate.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -75,8 +75,8 @@ public Feature setMaxResults(java.lang.Integer maxResults) {
7575

7676
/**
7777
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
78-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
79-
* for the bleeding edge release updated weekly.
78+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
79+
* the latest release candidate.
8080
* @return value or {@code null} for none
8181
*/
8282
public java.lang.String getModel() {
@@ -85,8 +85,8 @@ public java.lang.String getModel() {
8585

8686
/**
8787
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
88-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
89-
* for the bleeding edge release updated weekly.
88+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
89+
* the latest release candidate.
9090
* @param model model or {@code null} for none
9191
*/
9292
public Feature setModel(java.lang.String model) {

clients/google-api-services-vision/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-vision</artifactId>
11-
<version>v1-rev20241115-2.0.0</version>
12-
<name>Cloud Vision API v1-rev20241115-2.0.0</name>
11+
<version>v1-rev20250804-2.0.0</version>
12+
<name>Cloud Vision API v1-rev20250804-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-vision/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-vision</artifactId>
25-
<version>v1-rev20241115-2.0.0</version>
25+
<version>v1-rev20250804-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-vision:v1-rev20241115-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vision:v1-rev20250804-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vision/v1p1beta1/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-vision</artifactId>
25-
<version>v1p1beta1-rev20240823-2.0.0</version>
25+
<version>v1p1beta1-rev20250804-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-vision:v1p1beta1-rev20240823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vision:v1p1beta1-rev20250804-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vision/v1p1beta1/2.0.0/com/google/api/services/vision/v1p1beta1/model/GoogleCloudVisionV1p1beta1Feature.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public final class GoogleCloudVisionV1p1beta1Feature extends com.google.api.clie
4040

4141
/**
4242
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
43-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
44-
* for the bleeding edge release updated weekly.
43+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
44+
* the latest release candidate.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -75,8 +75,8 @@ public GoogleCloudVisionV1p1beta1Feature setMaxResults(java.lang.Integer maxResu
7575

7676
/**
7777
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
78-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
79-
* for the bleeding edge release updated weekly.
78+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
79+
* the latest release candidate.
8080
* @return value or {@code null} for none
8181
*/
8282
public java.lang.String getModel() {
@@ -85,8 +85,8 @@ public java.lang.String getModel() {
8585

8686
/**
8787
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
88-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
89-
* for the bleeding edge release updated weekly.
88+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
89+
* the latest release candidate.
9090
* @param model model or {@code null} for none
9191
*/
9292
public GoogleCloudVisionV1p1beta1Feature setModel(java.lang.String model) {

clients/google-api-services-vision/v1p1beta1/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-vision</artifactId>
11-
<version>v1p1beta1-rev20240823-2.0.0</version>
12-
<name>Cloud Vision API v1p1beta1-rev20240823-2.0.0</name>
11+
<version>v1p1beta1-rev20250804-2.0.0</version>
12+
<name>Cloud Vision API v1p1beta1-rev20250804-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-vision/v1p1beta1/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-vision</artifactId>
25-
<version>v1p1beta1-rev20240823-2.0.0</version>
25+
<version>v1p1beta1-rev20250804-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-vision:v1p1beta1-rev20240823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vision:v1p1beta1-rev20250804-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vision/v1p2beta1/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-vision</artifactId>
25-
<version>v1p2beta1-rev20240823-2.0.0</version>
25+
<version>v1p2beta1-rev20250804-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-vision:v1p2beta1-rev20240823-2.0.0'
38+
implementation 'com.google.apis:google-api-services-vision:v1p2beta1-rev20250804-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-vision/v1p2beta1/2.0.0/com/google/api/services/vision/v1p2beta1/model/GoogleCloudVisionV1p2beta1Feature.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ public final class GoogleCloudVisionV1p2beta1Feature extends com.google.api.clie
4040

4141
/**
4242
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
43-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
44-
* for the bleeding edge release updated weekly.
43+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
44+
* the latest release candidate.
4545
* The value may be {@code null}.
4646
*/
4747
@com.google.api.client.util.Key
@@ -75,8 +75,8 @@ public GoogleCloudVisionV1p2beta1Feature setMaxResults(java.lang.Integer maxResu
7575

7676
/**
7777
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
78-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
79-
* for the bleeding edge release updated weekly.
78+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
79+
* the latest release candidate.
8080
* @return value or {@code null} for none
8181
*/
8282
public java.lang.String getModel() {
@@ -85,8 +85,8 @@ public java.lang.String getModel() {
8585

8686
/**
8787
* Model to use for the feature. Supported values: "builtin/stable" (the default if unset) and
88-
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/weekly"
89-
* for the bleeding edge release updated weekly.
88+
* "builtin/latest". `DOCUMENT_TEXT_DETECTION` and `TEXT_DETECTION` also support "builtin/rc" for
89+
* the latest release candidate.
9090
* @param model model or {@code null} for none
9191
*/
9292
public GoogleCloudVisionV1p2beta1Feature setModel(java.lang.String model) {

0 commit comments

Comments
 (0)