Skip to content

Commit 1ec9995

Browse files
1 parent 655a434 commit 1ec9995

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

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

clients/google-api-services-videointelligence/v1/2.0.0/com/google/api/services/videointelligence/v1/CloudVideoIntelligence.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ public class ChildOperations {
219219
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
220220
* methods to check whether the cancellation succeeded or whether the operation completed despite
221221
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
222-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
222+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
223223
* `Code.CANCELLED`.
224224
*
225225
* Create a request for the method "operations.cancel".
@@ -249,7 +249,7 @@ public class Cancel extends CloudVideoIntelligenceRequest<com.google.api.service
249249
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
250250
* methods to check whether the cancellation succeeded or whether the operation completed despite
251251
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
252-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
252+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
253253
* `Code.CANCELLED`.
254254
*
255255
* Create a request for the method "operations.cancel".
@@ -700,7 +700,7 @@ public class Operations {
700700
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
701701
* methods to check whether the cancellation succeeded or whether the operation completed despite
702702
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
703-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
703+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
704704
* `Code.CANCELLED`.
705705
*
706706
* Create a request for the method "operations.cancel".
@@ -731,7 +731,7 @@ public class Cancel extends CloudVideoIntelligenceRequest<com.google.api.service
731731
* it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other
732732
* methods to check whether the cancellation succeeded or whether the operation completed despite
733733
* cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an
734-
* operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to
734+
* operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to
735735
* `Code.CANCELLED`.
736736
*
737737
* Create a request for the method "operations.cancel".

clients/google-api-services-videointelligence/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-videointelligence</artifactId>
11-
<version>v1-rev20231214-2.0.0</version>
12-
<name>Cloud Video Intelligence API v1-rev20231214-2.0.0</name>
11+
<version>v1-rev20250130-2.0.0</version>
12+
<name>Cloud Video Intelligence API v1-rev20250130-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

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

0 commit comments

Comments
 (0)