Skip to content

Commit 0ce893c

Browse files
feat: Automated regeneration of videointelligence v1p2beta1 client (googleapis#23716)
Auto-created at 2025-07-20 09:51:41 +0000 using the toys pull request generator.
1 parent 9ab8fa5 commit 0ce893c

File tree

4 files changed

+6
-267
lines changed

4 files changed

+6
-267
lines changed

generated/google-apis-videointelligence_v1p2beta1/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_v1p2beta1
22

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

59
* Regenerated from discovery document revision 20250521

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

Lines changed: 0 additions & 180 deletions
Original file line numberDiff line numberDiff line change
@@ -215,36 +215,6 @@ def update!(**args)
215215
end
216216
end
217217

218-
# Status of exporting annotation response to user specified `output_uri`.
219-
class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
220-
include Google::Apis::Core::Hashable
221-
222-
# Output only. State of the `output_uri` export.
223-
# Corresponds to the JSON property `state`
224-
# @return [String]
225-
attr_accessor :state
226-
227-
# The `Status` type defines a logical error model that is suitable for different
228-
# programming environments, including REST APIs and RPC APIs. It is used by [
229-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
230-
# data: error code, error message, and error details. You can find out more
231-
# about this error model and how to work with it in the [API Design Guide](https:
232-
# //cloud.google.com/apis/design/errors).
233-
# Corresponds to the JSON property `status`
234-
# @return [Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus]
235-
attr_accessor :status
236-
237-
def initialize(**args)
238-
update!(**args)
239-
end
240-
241-
# Update properties of this object
242-
def update!(**args)
243-
@state = args[:state] if args.key?(:state)
244-
@status = args[:status] if args.key?(:status)
245-
end
246-
end
247-
248218
# Deprecated. No effect.
249219
class GoogleCloudVideointelligenceV1FaceAnnotation
250220
include Google::Apis::Core::Hashable
@@ -928,11 +898,6 @@ def update!(**args)
928898
class GoogleCloudVideointelligenceV1VideoAnnotationProgress
929899
include Google::Apis::Core::Hashable
930900

931-
# Status of exporting annotation response to user specified `output_uri`.
932-
# Corresponds to the JSON property `exportStatus`
933-
# @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus]
934-
attr_accessor :export_status
935-
936901
# Specifies which feature is being tracked if the request contains more than one
937902
# feature.
938903
# Corresponds to the JSON property `feature`
@@ -971,7 +936,6 @@ def initialize(**args)
971936

972937
# Update properties of this object
973938
def update!(**args)
974-
@export_status = args[:export_status] if args.key?(:export_status)
975939
@feature = args[:feature] if args.key?(:feature)
976940
@input_uri = args[:input_uri] if args.key?(:input_uri)
977941
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -1395,36 +1359,6 @@ def update!(**args)
13951359
end
13961360
end
13971361

1398-
# Status of exporting annotation response to user specified `output_uri`.
1399-
class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
1400-
include Google::Apis::Core::Hashable
1401-
1402-
# Output only. State of the `output_uri` export.
1403-
# Corresponds to the JSON property `state`
1404-
# @return [String]
1405-
attr_accessor :state
1406-
1407-
# The `Status` type defines a logical error model that is suitable for different
1408-
# programming environments, including REST APIs and RPC APIs. It is used by [
1409-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
1410-
# data: error code, error message, and error details. You can find out more
1411-
# about this error model and how to work with it in the [API Design Guide](https:
1412-
# //cloud.google.com/apis/design/errors).
1413-
# Corresponds to the JSON property `status`
1414-
# @return [Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus]
1415-
attr_accessor :status
1416-
1417-
def initialize(**args)
1418-
update!(**args)
1419-
end
1420-
1421-
# Update properties of this object
1422-
def update!(**args)
1423-
@state = args[:state] if args.key?(:state)
1424-
@status = args[:status] if args.key?(:status)
1425-
end
1426-
end
1427-
14281362
# Deprecated. No effect.
14291363
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
14301364
include Google::Apis::Core::Hashable
@@ -2108,11 +2042,6 @@ def update!(**args)
21082042
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
21092043
include Google::Apis::Core::Hashable
21102044

2111-
# Status of exporting annotation response to user specified `output_uri`.
2112-
# Corresponds to the JSON property `exportStatus`
2113-
# @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus]
2114-
attr_accessor :export_status
2115-
21162045
# Specifies which feature is being tracked if the request contains more than one
21172046
# feature.
21182047
# Corresponds to the JSON property `feature`
@@ -2151,7 +2080,6 @@ def initialize(**args)
21512080

21522081
# Update properties of this object
21532082
def update!(**args)
2154-
@export_status = args[:export_status] if args.key?(:export_status)
21552083
@feature = args[:feature] if args.key?(:feature)
21562084
@input_uri = args[:input_uri] if args.key?(:input_uri)
21572085
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -2575,36 +2503,6 @@ def update!(**args)
25752503
end
25762504
end
25772505

2578-
# Status of exporting annotation response to user specified `output_uri`.
2579-
class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
2580-
include Google::Apis::Core::Hashable
2581-
2582-
# Output only. State of the `output_uri` export.
2583-
# Corresponds to the JSON property `state`
2584-
# @return [String]
2585-
attr_accessor :state
2586-
2587-
# The `Status` type defines a logical error model that is suitable for different
2588-
# programming environments, including REST APIs and RPC APIs. It is used by [
2589-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
2590-
# data: error code, error message, and error details. You can find out more
2591-
# about this error model and how to work with it in the [API Design Guide](https:
2592-
# //cloud.google.com/apis/design/errors).
2593-
# Corresponds to the JSON property `status`
2594-
# @return [Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus]
2595-
attr_accessor :status
2596-
2597-
def initialize(**args)
2598-
update!(**args)
2599-
end
2600-
2601-
# Update properties of this object
2602-
def update!(**args)
2603-
@state = args[:state] if args.key?(:state)
2604-
@status = args[:status] if args.key?(:status)
2605-
end
2606-
end
2607-
26082506
# Deprecated. No effect.
26092507
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
26102508
include Google::Apis::Core::Hashable
@@ -3288,11 +3186,6 @@ def update!(**args)
32883186
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
32893187
include Google::Apis::Core::Hashable
32903188

3291-
# Status of exporting annotation response to user specified `output_uri`.
3292-
# Corresponds to the JSON property `exportStatus`
3293-
# @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus]
3294-
attr_accessor :export_status
3295-
32963189
# Specifies which feature is being tracked if the request contains more than one
32973190
# feature.
32983191
# Corresponds to the JSON property `feature`
@@ -3331,7 +3224,6 @@ def initialize(**args)
33313224

33323225
# Update properties of this object
33333226
def update!(**args)
3334-
@export_status = args[:export_status] if args.key?(:export_status)
33353227
@feature = args[:feature] if args.key?(:feature)
33363228
@input_uri = args[:input_uri] if args.key?(:input_uri)
33373229
@progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -3842,36 +3734,6 @@ def update!(**args)
38423734
end
38433735
end
38443736

3845-
# Status of exporting annotation response to user specified `output_uri`.
3846-
class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
3847-
include Google::Apis::Core::Hashable
3848-
3849-
# Output only. State of the `output_uri` export.
3850-
# Corresponds to the JSON property `state`
3851-
# @return [String]
3852-
attr_accessor :state
3853-
3854-
# The `Status` type defines a logical error model that is suitable for different
3855-
# programming environments, including REST APIs and RPC APIs. It is used by [
3856-
# gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
3857-
# data: error code, error message, and error details. You can find out more
3858-
# about this error model and how to work with it in the [API Design Guide](https:
3859-
# //cloud.google.com/apis/design/errors).
3860-
# Corresponds to the JSON property `status`
3861-
# @return [Google::Apis::VideointelligenceV1p2beta1::GoogleRpcStatus]
3862-
attr_accessor :status
3863-
3864-
def initialize(**args)
3865-
update!(**args)
3866-
end
3867-
3868-
# Update properties of this object
3869-
def update!(**args)
3870-
@state = args[:state] if args.key?(:state)
3871-
@status = args[:status] if args.key?(:status)
3872-
end
3873-
end
3874-
38753737
# Deprecated. No effect.
38763738
class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
38773739
include Google::Apis::Core::Hashable
@@ -4872,11 +4734,6 @@ def update!(**args)
48724734
class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
48734735
include Google::Apis::Core::Hashable
48744736

4875-
# Status of exporting annotation response to user specified `output_uri`.
4876-
# Corresponds to the JSON property `exportStatus`
4877-
# @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus]
4878-
attr_accessor :export_status
4879-
48804737
# Specifies which feature is being tracked if the request contains more than one
48814738
# feature.
48824739
# Corresponds to the JSON property `feature`
@@ -4915,7 +4772,6 @@ def initialize(**args)
49154772

49164773
# Update properties of this object
49174774
def update!(**args)
4918-
@export_status = args[:export_status] if args.key?(:export_status)
49194775
@feature = args[:feature] if args.key?(:feature)
49204776
@input_uri = args[:input_uri] if args.key?(:input_uri)
49214777
@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::VideointelligenceV1p2beta1::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::VideointelligenceV1p2beta1::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_v1p2beta1/lib/google/apis/videointelligence_v1p2beta1/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 VideointelligenceV1p2beta1
1818
# Version of the google-apis-videointelligence_v1p2beta1 gem
19-
GEM_VERSION = "0.22.0"
19+
GEM_VERSION = "0.23.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)