google-apis-videointelligence_v1 0.24.0 → 0.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5698cff4b2d9cd1d4286fadda7c305ffce6d6e2b872677334718a55e7461649b
4
- data.tar.gz: 57fda932166f21029c166f2cec59e81352f6d2c735a5966e78a848300bb15ff6
3
+ metadata.gz: 8c46f029549796fce5833a21f0d90eb5cea39a6086ba9ca3f185c8e79b2fe4bb
4
+ data.tar.gz: 202dda897d1a23364e8f944b62036fc0e5f2dd8bae9b011c4bde9b0ae8396378
5
5
  SHA512:
6
- metadata.gz: cf5c8da8e5caae9fb6e954c099902c72495427e1eab93f63d6c8e3a1bfe44cdca6533be0d347a72e6c7c1f3df62ad68c8eadcde245b67cb6f5af149b0af33741
7
- data.tar.gz: 1e6eb2619a32e85ef2cfb76b671def3c2a88db0c748f6f997e453691f2e094c2e01bf80b4417a4c04648966c9f19097a34351ed5c7ea337da63fa7fd9e3e7fb6
6
+ metadata.gz: bf9d55d89794d64d0eddc2b7c578ce4074aa1bfb6ddf520ce021482e50544173e456ab8dcb2d7dcafd98c307a4e52d84d86745243ef04799f013848e12021c55
7
+ data.tar.gz: ead8a5dbf661a7405106187a61a359d6601477d3bf0b4ac1b85e339cef602a411904632b3d39a60c381798f3ce270e646aaaf9fe356d6a075c7280c0ff6e48dc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-videointelligence_v1
2
2
 
3
+ ### v0.25.0 (2025-06-08)
4
+
5
+ * Regenerated from discovery document revision 20250521
6
+ * Regenerated using generator version 0.18.0
7
+
3
8
  ### v0.24.0 (2025-05-04)
4
9
 
5
10
  * Regenerated using generator version 0.17.0
@@ -302,6 +302,36 @@ module Google
302
302
  end
303
303
  end
304
304
 
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
+
305
335
  # Deprecated. No effect.
306
336
  class GoogleCloudVideointelligenceV1FaceAnnotation
307
337
  include Google::Apis::Core::Hashable
@@ -1302,6 +1332,11 @@ module Google
1302
1332
  class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1303
1333
  include Google::Apis::Core::Hashable
1304
1334
 
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
+
1305
1340
  # Specifies which feature is being tracked if the request contains more than one
1306
1341
  # feature.
1307
1342
  # Corresponds to the JSON property `feature`
@@ -1340,6 +1375,7 @@ module Google
1340
1375
 
1341
1376
  # Update properties of this object
1342
1377
  def update!(**args)
1378
+ @export_status = args[:export_status] if args.key?(:export_status)
1343
1379
  @feature = args[:feature] if args.key?(:feature)
1344
1380
  @input_uri = args[:input_uri] if args.key?(:input_uri)
1345
1381
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -1832,6 +1868,36 @@ module Google
1832
1868
  end
1833
1869
  end
1834
1870
 
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
+
1835
1901
  # Deprecated. No effect.
1836
1902
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1837
1903
  include Google::Apis::Core::Hashable
@@ -2515,6 +2581,11 @@ module Google
2515
2581
  class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
2516
2582
  include Google::Apis::Core::Hashable
2517
2583
 
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
+
2518
2589
  # Specifies which feature is being tracked if the request contains more than one
2519
2590
  # feature.
2520
2591
  # Corresponds to the JSON property `feature`
@@ -2553,6 +2624,7 @@ module Google
2553
2624
 
2554
2625
  # Update properties of this object
2555
2626
  def update!(**args)
2627
+ @export_status = args[:export_status] if args.key?(:export_status)
2556
2628
  @feature = args[:feature] if args.key?(:feature)
2557
2629
  @input_uri = args[:input_uri] if args.key?(:input_uri)
2558
2630
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -2976,6 +3048,36 @@ module Google
2976
3048
  end
2977
3049
  end
2978
3050
 
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
+
2979
3081
  # Deprecated. No effect.
2980
3082
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
2981
3083
  include Google::Apis::Core::Hashable
@@ -3659,6 +3761,11 @@ module Google
3659
3761
  class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
3660
3762
  include Google::Apis::Core::Hashable
3661
3763
 
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
+
3662
3769
  # Specifies which feature is being tracked if the request contains more than one
3663
3770
  # feature.
3664
3771
  # Corresponds to the JSON property `feature`
@@ -3697,6 +3804,7 @@ module Google
3697
3804
 
3698
3805
  # Update properties of this object
3699
3806
  def update!(**args)
3807
+ @export_status = args[:export_status] if args.key?(:export_status)
3700
3808
  @feature = args[:feature] if args.key?(:feature)
3701
3809
  @input_uri = args[:input_uri] if args.key?(:input_uri)
3702
3810
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -4120,6 +4228,36 @@ module Google
4120
4228
  end
4121
4229
  end
4122
4230
 
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
+
4123
4261
  # Deprecated. No effect.
4124
4262
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
4125
4263
  include Google::Apis::Core::Hashable
@@ -4803,6 +4941,11 @@ module Google
4803
4941
  class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
4804
4942
  include Google::Apis::Core::Hashable
4805
4943
 
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
+
4806
4949
  # Specifies which feature is being tracked if the request contains more than one
4807
4950
  # feature.
4808
4951
  # Corresponds to the JSON property `feature`
@@ -4841,6 +4984,7 @@ module Google
4841
4984
 
4842
4985
  # Update properties of this object
4843
4986
  def update!(**args)
4987
+ @export_status = args[:export_status] if args.key?(:export_status)
4844
4988
  @feature = args[:feature] if args.key?(:feature)
4845
4989
  @input_uri = args[:input_uri] if args.key?(:input_uri)
4846
4990
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -5350,6 +5494,36 @@ module Google
5350
5494
  end
5351
5495
  end
5352
5496
 
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
+
5353
5527
  # Deprecated. No effect.
5354
5528
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
5355
5529
  include Google::Apis::Core::Hashable
@@ -6147,6 +6321,11 @@ module Google
6147
6321
  class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
6148
6322
  include Google::Apis::Core::Hashable
6149
6323
 
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
+
6150
6329
  # Specifies which feature is being tracked if the request contains more than one
6151
6330
  # feature.
6152
6331
  # Corresponds to the JSON property `feature`
@@ -6185,6 +6364,7 @@ module Google
6185
6364
 
6186
6365
  # Update properties of this object
6187
6366
  def update!(**args)
6367
+ @export_status = args[:export_status] if args.key?(:export_status)
6188
6368
  @feature = args[:feature] if args.key?(:feature)
6189
6369
  @input_uri = args[:input_uri] if args.key?(:input_uri)
6190
6370
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VideointelligenceV1
18
18
  # Version of the google-apis-videointelligence_v1 gem
19
- GEM_VERSION = "0.24.0"
19
+ GEM_VERSION = "0.25.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.17.0"
22
+ GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250130"
25
+ REVISION = "20250521"
26
26
  end
27
27
  end
28
28
  end
@@ -76,6 +76,12 @@ module Google
76
76
  include Google::Apis::Core::JsonObjectSupport
77
77
  end
78
78
 
79
+ class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
79
85
  class GoogleCloudVideointelligenceV1FaceAnnotation
80
86
  class Representation < Google::Apis::Core::JsonRepresentation; end
81
87
 
@@ -322,6 +328,12 @@ module Google
322
328
  include Google::Apis::Core::JsonObjectSupport
323
329
  end
324
330
 
331
+ class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
325
337
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
326
338
  class Representation < Google::Apis::Core::JsonRepresentation; end
327
339
 
@@ -514,6 +526,12 @@ module Google
514
526
  include Google::Apis::Core::JsonObjectSupport
515
527
  end
516
528
 
529
+ class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
517
535
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
518
536
  class Representation < Google::Apis::Core::JsonRepresentation; end
519
537
 
@@ -706,6 +724,12 @@ module Google
706
724
  include Google::Apis::Core::JsonObjectSupport
707
725
  end
708
726
 
727
+ class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
709
733
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
710
734
  class Representation < Google::Apis::Core::JsonRepresentation; end
711
735
 
@@ -916,6 +940,12 @@ module Google
916
940
  include Google::Apis::Core::JsonObjectSupport
917
941
  end
918
942
 
943
+ class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
919
949
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
920
950
  class Representation < Google::Apis::Core::JsonRepresentation; end
921
951
 
@@ -1195,6 +1225,15 @@ module Google
1195
1225
  end
1196
1226
  end
1197
1227
 
1228
+ class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
1229
+ # @private
1230
+ class Representation < Google::Apis::Core::JsonRepresentation
1231
+ property :state, as: 'state'
1232
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
1233
+
1234
+ end
1235
+ end
1236
+
1198
1237
  class GoogleCloudVideointelligenceV1FaceAnnotation
1199
1238
  # @private
1200
1239
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1488,6 +1527,8 @@ module Google
1488
1527
  class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1489
1528
  # @private
1490
1529
  class Representation < Google::Apis::Core::JsonRepresentation
1530
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus::Representation
1531
+
1491
1532
  property :feature, as: 'feature'
1492
1533
  property :input_uri, as: 'inputUri'
1493
1534
  property :progress_percent, as: 'progressPercent'
@@ -1641,6 +1682,15 @@ module Google
1641
1682
  end
1642
1683
  end
1643
1684
 
1685
+ class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
1686
+ # @private
1687
+ class Representation < Google::Apis::Core::JsonRepresentation
1688
+ property :state, as: 'state'
1689
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
1690
+
1691
+ end
1692
+ end
1693
+
1644
1694
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1645
1695
  # @private
1646
1696
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1860,6 +1910,8 @@ module Google
1860
1910
  class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
1861
1911
  # @private
1862
1912
  class Representation < Google::Apis::Core::JsonRepresentation
1913
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus::Representation
1914
+
1863
1915
  property :feature, as: 'feature'
1864
1916
  property :input_uri, as: 'inputUri'
1865
1917
  property :progress_percent, as: 'progressPercent'
@@ -1989,6 +2041,15 @@ module Google
1989
2041
  end
1990
2042
  end
1991
2043
 
2044
+ class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
2045
+ # @private
2046
+ class Representation < Google::Apis::Core::JsonRepresentation
2047
+ property :state, as: 'state'
2048
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2049
+
2050
+ end
2051
+ end
2052
+
1992
2053
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
1993
2054
  # @private
1994
2055
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2208,6 +2269,8 @@ module Google
2208
2269
  class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
2209
2270
  # @private
2210
2271
  class Representation < Google::Apis::Core::JsonRepresentation
2272
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus::Representation
2273
+
2211
2274
  property :feature, as: 'feature'
2212
2275
  property :input_uri, as: 'inputUri'
2213
2276
  property :progress_percent, as: 'progressPercent'
@@ -2337,6 +2400,15 @@ module Google
2337
2400
  end
2338
2401
  end
2339
2402
 
2403
+ class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
2404
+ # @private
2405
+ class Representation < Google::Apis::Core::JsonRepresentation
2406
+ property :state, as: 'state'
2407
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2408
+
2409
+ end
2410
+ end
2411
+
2340
2412
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
2341
2413
  # @private
2342
2414
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2556,6 +2628,8 @@ module Google
2556
2628
  class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
2557
2629
  # @private
2558
2630
  class Representation < Google::Apis::Core::JsonRepresentation
2631
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus::Representation
2632
+
2559
2633
  property :feature, as: 'feature'
2560
2634
  property :input_uri, as: 'inputUri'
2561
2635
  property :progress_percent, as: 'progressPercent'
@@ -2713,6 +2787,15 @@ module Google
2713
2787
  end
2714
2788
  end
2715
2789
 
2790
+ class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
2791
+ # @private
2792
+ class Representation < Google::Apis::Core::JsonRepresentation
2793
+ property :state, as: 'state'
2794
+ property :status, as: 'status', class: Google::Apis::VideointelligenceV1::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1::GoogleRpcStatus::Representation
2795
+
2796
+ end
2797
+ end
2798
+
2716
2799
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
2717
2800
  # @private
2718
2801
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2967,6 +3050,8 @@ module Google
2967
3050
  class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
2968
3051
  # @private
2969
3052
  class Representation < Google::Apis::Core::JsonRepresentation
3053
+ property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus::Representation
3054
+
2970
3055
  property :feature, as: 'feature'
2971
3056
  property :input_uri, as: 'inputUri'
2972
3057
  property :progress_percent, as: 'progressPercent'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-videointelligence_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.24.0
4
+ version: 0.25.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.24.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.25.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  - !ruby/object:Gem::Version
74
74
  version: '0'
75
75
  requirements: []
76
- rubygems_version: 3.6.8
76
+ rubygems_version: 3.6.9
77
77
  specification_version: 4
78
78
  summary: Simple REST client for Cloud Video Intelligence API V1
79
79
  test_files: []