Skip to content

Commit 5f00edd

Browse files
feat: Automated regeneration of videointelligence v1 client (googleapis#23722)
Auto-created at 2025-07-20 10:04:18 +0000 using the toys pull request generator.
1 parent 17447d8 commit 5f00edd

File tree

4 files changed

+6
-267
lines changed

4 files changed

+6
-267
lines changed

generated/google-apis-videointelligence_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-videointelligence_v1
22

3+
### v0.26.0 (2025-07-20)
4+
5+
* Regenerated from discovery document revision 20250710
6+
37
### v0.25.0 (2025-06-08)
48

59
* Regenerated from discovery document revision 20250521

generated/google-apis-videointelligence_v1/lib/google/apis/videointelligence_v1/classes.rb

Lines changed: 0 additions & 180 deletions
Original file line numberDiff line numberDiff line change
@@ -302,36 +302,6 @@ def update!(**args)
302302
end
303303
end
304304

305-
# Status of exporting annotation response to user specified `output_uri`.
306-
class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
307-
include Google::Apis::Core::Hashable
308-
309-
# Output only. State of the `output_uri` export.
310-
# Corresponds to the JSON property `state`
311-
# @return [String]
312-
attr_accessor :state
313-
314-
# The `Status` type defines a logical error model that is suitable for different
315-
# programming environments, including REST APIs and RPC APIs. It is used by [
316-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
317-
# data: error code, error message, and error details. You can find out more
318-
# about this error model and how to work with it in the [API Design Guide](https:
319-
# //cloud.google.com/apis/design/errors).
320-
# Corresponds to the JSON property `status`
321-
# @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
322-
attr_accessor :status
323-
324-
def initialize(**args)
325-
update!(**args)
326-
end
327-
328-
# Update properties of this object
329-
def update!(**args)
330-
@state = args[:state] if args.key?(:state)
331-
@status = args[:status] if args.key?(:status)
332-
end
333-
end
334-
335305
# Deprecated. No effect.
336306
class GoogleCloudVideointelligenceV1FaceAnnotation
337307
include Google::Apis::Core::Hashable
@@ -1332,11 +1302,6 @@ def update!(**args)
13321302
class GoogleCloudVideointelligenceV1VideoAnnotationProgress
13331303
include Google::Apis::Core::Hashable
13341304

1335-
# Status of exporting annotation response to user specified `output_uri`.
1336-
# Corresponds to the JSON property `exportStatus`
1337-
# @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus]
1338-
attr_accessor :export_status
1339-
13401305
# Specifies which feature is being tracked if the request contains more than one
13411306
# feature.
13421307
# Corresponds to the JSON property `feature`
@@ -1375,7 +1340,6 @@ def initialize(**args)
13751340

13761341
# Update properties of this object
13771342
def update!(**args)
1378-
@export_status = args[:export_status] if args.key?(:export_status)
13791343
@feature = args[:feature] if args.key?(:feature)
13801344
@input_uri = args[:input_uri] if args.key?(:input_uri)
13811345
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -1868,36 +1832,6 @@ def update!(**args)
18681832
end
18691833
end
18701834

1871-
# Status of exporting annotation response to user specified `output_uri`.
1872-
class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
1873-
include Google::Apis::Core::Hashable
1874-
1875-
# Output only. State of the `output_uri` export.
1876-
# Corresponds to the JSON property `state`
1877-
# @return [String]
1878-
attr_accessor :state
1879-
1880-
# The `Status` type defines a logical error model that is suitable for different
1881-
# programming environments, including REST APIs and RPC APIs. It is used by [
1882-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
1883-
# data: error code, error message, and error details. You can find out more
1884-
# about this error model and how to work with it in the [API Design Guide](https:
1885-
# //cloud.google.com/apis/design/errors).
1886-
# Corresponds to the JSON property `status`
1887-
# @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
1888-
attr_accessor :status
1889-
1890-
def initialize(**args)
1891-
update!(**args)
1892-
end
1893-
1894-
# Update properties of this object
1895-
def update!(**args)
1896-
@state = args[:state] if args.key?(:state)
1897-
@status = args[:status] if args.key?(:status)
1898-
end
1899-
end
1900-
19011835
# Deprecated. No effect.
19021836
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
19031837
include Google::Apis::Core::Hashable
@@ -2581,11 +2515,6 @@ def update!(**args)
25812515
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
25822516
include Google::Apis::Core::Hashable
25832517

2584-
# Status of exporting annotation response to user specified `output_uri`.
2585-
# Corresponds to the JSON property `exportStatus`
2586-
# @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus]
2587-
attr_accessor :export_status
2588-
25892518
# Specifies which feature is being tracked if the request contains more than one
25902519
# feature.
25912520
# Corresponds to the JSON property `feature`
@@ -2624,7 +2553,6 @@ def initialize(**args)
26242553

26252554
# Update properties of this object
26262555
def update!(**args)
2627-
@export_status = args[:export_status] if args.key?(:export_status)
26282556
@feature = args[:feature] if args.key?(:feature)
26292557
@input_uri = args[:input_uri] if args.key?(:input_uri)
26302558
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -3048,36 +2976,6 @@ def update!(**args)
30482976
end
30492977
end
30502978

3051-
# Status of exporting annotation response to user specified `output_uri`.
3052-
class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
3053-
include Google::Apis::Core::Hashable
3054-
3055-
# Output only. State of the `output_uri` export.
3056-
# Corresponds to the JSON property `state`
3057-
# @return [String]
3058-
attr_accessor :state
3059-
3060-
# The `Status` type defines a logical error model that is suitable for different
3061-
# programming environments, including REST APIs and RPC APIs. It is used by [
3062-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
3063-
# data: error code, error message, and error details. You can find out more
3064-
# about this error model and how to work with it in the [API Design Guide](https:
3065-
# //cloud.google.com/apis/design/errors).
3066-
# Corresponds to the JSON property `status`
3067-
# @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
3068-
attr_accessor :status
3069-
3070-
def initialize(**args)
3071-
update!(**args)
3072-
end
3073-
3074-
# Update properties of this object
3075-
def update!(**args)
3076-
@state = args[:state] if args.key?(:state)
3077-
@status = args[:status] if args.key?(:status)
3078-
end
3079-
end
3080-
30812979
# Deprecated. No effect.
30822980
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
30832981
include Google::Apis::Core::Hashable
@@ -3761,11 +3659,6 @@ def update!(**args)
37613659
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
37623660
include Google::Apis::Core::Hashable
37633661

3764-
# Status of exporting annotation response to user specified `output_uri`.
3765-
# Corresponds to the JSON property `exportStatus`
3766-
# @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus]
3767-
attr_accessor :export_status
3768-
37693662
# Specifies which feature is being tracked if the request contains more than one
37703663
# feature.
37713664
# Corresponds to the JSON property `feature`
@@ -3804,7 +3697,6 @@ def initialize(**args)
38043697

38053698
# Update properties of this object
38063699
def update!(**args)
3807-
@export_status = args[:export_status] if args.key?(:export_status)
38083700
@feature = args[:feature] if args.key?(:feature)
38093701
@input_uri = args[:input_uri] if args.key?(:input_uri)
38103702
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -4228,36 +4120,6 @@ def update!(**args)
42284120
end
42294121
end
42304122

4231-
# Status of exporting annotation response to user specified `output_uri`.
4232-
class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
4233-
include Google::Apis::Core::Hashable
4234-
4235-
# Output only. State of the `output_uri` export.
4236-
# Corresponds to the JSON property `state`
4237-
# @return [String]
4238-
attr_accessor :state
4239-
4240-
# The `Status` type defines a logical error model that is suitable for different
4241-
# programming environments, including REST APIs and RPC APIs. It is used by [
4242-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
4243-
# data: error code, error message, and error details. You can find out more
4244-
# about this error model and how to work with it in the [API Design Guide](https:
4245-
# //cloud.google.com/apis/design/errors).
4246-
# Corresponds to the JSON property `status`
4247-
# @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
4248-
attr_accessor :status
4249-
4250-
def initialize(**args)
4251-
update!(**args)
4252-
end
4253-
4254-
# Update properties of this object
4255-
def update!(**args)
4256-
@state = args[:state] if args.key?(:state)
4257-
@status = args[:status] if args.key?(:status)
4258-
end
4259-
end
4260-
42614123
# Deprecated. No effect.
42624124
class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
42634125
include Google::Apis::Core::Hashable
@@ -4941,11 +4803,6 @@ def update!(**args)
49414803
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
49424804
include Google::Apis::Core::Hashable
49434805

4944-
# Status of exporting annotation response to user specified `output_uri`.
4945-
# Corresponds to the JSON property `exportStatus`
4946-
# @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus]
4947-
attr_accessor :export_status
4948-
49494806
# Specifies which feature is being tracked if the request contains more than one
49504807
# feature.
49514808
# Corresponds to the JSON property `feature`
@@ -4984,7 +4841,6 @@ def initialize(**args)
49844841

49854842
# Update properties of this object
49864843
def update!(**args)
4987-
@export_status = args[:export_status] if args.key?(:export_status)
49884844
@feature = args[:feature] if args.key?(:feature)
49894845
@input_uri = args[:input_uri] if args.key?(:input_uri)
49904846
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -5494,36 +5350,6 @@ def update!(**args)
54945350
end
54955351
end
54965352

5497-
# Status of exporting annotation response to user specified `output_uri`.
5498-
class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
5499-
include Google::Apis::Core::Hashable
5500-
5501-
# Output only. State of the `output_uri` export.
5502-
# Corresponds to the JSON property `state`
5503-
# @return [String]
5504-
attr_accessor :state
5505-
5506-
# The `Status` type defines a logical error model that is suitable for different
5507-
# programming environments, including REST APIs and RPC APIs. It is used by [
5508-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
5509-
# data: error code, error message, and error details. You can find out more
5510-
# about this error model and how to work with it in the [API Design Guide](https:
5511-
# //cloud.google.com/apis/design/errors).
5512-
# Corresponds to the JSON property `status`
5513-
# @return [Google::Apis::VideointelligenceV1::GoogleRpcStatus]
5514-
attr_accessor :status
5515-
5516-
def initialize(**args)
5517-
update!(**args)
5518-
end
5519-
5520-
# Update properties of this object
5521-
def update!(**args)
5522-
@state = args[:state] if args.key?(:state)
5523-
@status = args[:status] if args.key?(:status)
5524-
end
5525-
end
5526-
55275353
# Deprecated. No effect.
55285354
class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
55295355
include Google::Apis::Core::Hashable
@@ -6321,11 +6147,6 @@ def update!(**args)
63216147
class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
63226148
include Google::Apis::Core::Hashable
63236149

6324-
# Status of exporting annotation response to user specified `output_uri`.
6325-
# Corresponds to the JSON property `exportStatus`
6326-
# @return [Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus]
6327-
attr_accessor :export_status
6328-
63296150
# Specifies which feature is being tracked if the request contains more than one
63306151
# feature.
63316152
# Corresponds to the JSON property `feature`
@@ -6364,7 +6185,6 @@ def initialize(**args)
63646185

63656186
# Update properties of this object
63666187
def update!(**args)
6367-
@export_status = args[:export_status] if args.key?(:export_status)
63686188
@feature = args[:feature] if args.key?(:feature)
63696189
@input_uri = args[:input_uri] if args.key?(:input_uri)
63706190
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)

generated/google-apis-videointelligence_v1/lib/google/apis/videointelligence_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module VideointelligenceV1
1818
# Version of the google-apis-videointelligence_v1 gem
19-
GEM_VERSION = "0.25.0"
19+
GEM_VERSION = "0.26.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250521"
25+
REVISION = "20250710"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)