Skip to content

Commit 0ad4973

Browse files
1 parent 024d46f commit 0ad4973

File tree

39 files changed

+18
-1788
lines changed

39 files changed

+18
-1788
lines changed

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

clients/google-api-services-videointelligence/v1beta2/2.0.0/com/google/api/services/videointelligence/v1beta2/model/GoogleCloudVideointelligenceV1ExportToOutputUriStatus.java

Lines changed: 0 additions & 91 deletions
This file was deleted.

clients/google-api-services-videointelligence/v1beta2/2.0.0/com/google/api/services/videointelligence/v1beta2/model/GoogleCloudVideointelligenceV1VideoAnnotationProgress.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleCloudVideointelligenceV1VideoAnnotationProgress extends com.google.api.client.json.GenericJson {
3232

33-
/**
34-
* Status of exporting annotation response to user specified `output_uri`. Only set if
35-
* `output_uri` is set in the request.
36-
* The value may be {@code null}.
37-
*/
38-
@com.google.api.client.util.Key
39-
private GoogleCloudVideointelligenceV1ExportToOutputUriStatus exportStatus;
40-
4133
/**
4234
* Specifies which feature is being tracked if the request contains more than one feature.
4335
* The value may be {@code null}.
@@ -80,25 +72,6 @@ public final class GoogleCloudVideointelligenceV1VideoAnnotationProgress extends
8072
@com.google.api.client.util.Key
8173
private String updateTime;
8274

83-
/**
84-
* Status of exporting annotation response to user specified `output_uri`. Only set if
85-
* `output_uri` is set in the request.
86-
* @return value or {@code null} for none
87-
*/
88-
public GoogleCloudVideointelligenceV1ExportToOutputUriStatus getExportStatus() {
89-
return exportStatus;
90-
}
91-
92-
/**
93-
* Status of exporting annotation response to user specified `output_uri`. Only set if
94-
* `output_uri` is set in the request.
95-
* @param exportStatus exportStatus or {@code null} for none
96-
*/
97-
public GoogleCloudVideointelligenceV1VideoAnnotationProgress setExportStatus(GoogleCloudVideointelligenceV1ExportToOutputUriStatus exportStatus) {
98-
this.exportStatus = exportStatus;
99-
return this;
100-
}
101-
10275
/**
10376
* Specifies which feature is being tracked if the request contains more than one feature.
10477
* @return value or {@code null} for none

clients/google-api-services-videointelligence/v1beta2/2.0.0/com/google/api/services/videointelligence/v1beta2/model/GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus.java

Lines changed: 0 additions & 91 deletions
This file was deleted.

clients/google-api-services-videointelligence/v1beta2/2.0.0/com/google/api/services/videointelligence/v1beta2/model/GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress.java

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,6 @@
3030
@SuppressWarnings("javadoc")
3131
public final class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress extends com.google.api.client.json.GenericJson {
3232

33-
/**
34-
* Status of exporting annotation response to user specified `output_uri`. Only set if
35-
* `output_uri` is set in the request.
36-
* The value may be {@code null}.
37-
*/
38-
@com.google.api.client.util.Key
39-
private GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus exportStatus;
40-
4133
/**
4234
* Specifies which feature is being tracked if the request contains more than one feature.
4335
* The value may be {@code null}.
@@ -80,25 +72,6 @@ public final class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress ex
8072
@com.google.api.client.util.Key
8173
private String updateTime;
8274

83-
/**
84-
* Status of exporting annotation response to user specified `output_uri`. Only set if
85-
* `output_uri` is set in the request.
86-
* @return value or {@code null} for none
87-
*/
88-
public GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus getExportStatus() {
89-
return exportStatus;
90-
}
91-
92-
/**
93-
* Status of exporting annotation response to user specified `output_uri`. Only set if
94-
* `output_uri` is set in the request.
95-
* @param exportStatus exportStatus or {@code null} for none
96-
*/
97-
public GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress setExportStatus(GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus exportStatus) {
98-
this.exportStatus = exportStatus;
99-
return this;
100-
}
101-
10275
/**
10376
* Specifies which feature is being tracked if the request contains more than one feature.
10477
* @return value or {@code null} for none

clients/google-api-services-videointelligence/v1beta2/2.0.0/com/google/api/services/videointelligence/v1beta2/model/GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus.java

Lines changed: 0 additions & 91 deletions
This file was deleted.

0 commit comments

Comments
 (0)