Skip to content

Commit

Permalink
chore: regenerate vision client (#23904)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-code-bot authored Nov 20, 2024
1 parent 34b1733 commit 4d6f8af
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions clients/google-api-services-vision/v1/2.0.0/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vision</artifactId>
<version>v1-rev20240823-2.0.0</version>
<version>v1-rev20241115-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-vision:v1-rev20240823-2.0.0'
implementation 'com.google.apis:google-api-services-vision:v1-rev20241115-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ public class Operations {
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
Expand Down Expand Up @@ -839,7 +839,7 @@ public class Cancel extends VisionRequest<com.google.api.services.vision.v1.mode
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
* methods to check whether the cancellation succeeded or whether the operation completed despite
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
* `Code.CANCELLED`.
*
* Create a request for the method "operations.cancel".
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-vision/v1/2.0.0/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vision</artifactId>
<version>v1-rev20240823-2.0.0</version>
<name>Cloud Vision API v1-rev20240823-2.0.0</name>
<version>v1-rev20241115-2.0.0</version>
<name>Cloud Vision API v1-rev20241115-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-vision/v1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-vision</artifactId>
<version>v1-rev20240823-2.0.0</version>
<version>v1-rev20241115-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-vision:v1-rev20240823-2.0.0'
implementation 'com.google.apis:google-api-services-vision:v1-rev20241115-2.0.0'
}
```

Expand Down

0 comments on commit 4d6f8af

Please sign in to comment.