google-apis-videointelligence_v1 0.25.0 → 0.26.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: 8c46f029549796fce5833a21f0d90eb5cea39a6086ba9ca3f185c8e79b2fe4bb
4
- data.tar.gz: 202dda897d1a23364e8f944b62036fc0e5f2dd8bae9b011c4bde9b0ae8396378
3
+ metadata.gz: 6b1f1b50e06ee0d2c3f6d43a17a47e082906d8873dc6d4a847eddebc9285a67b
4
+ data.tar.gz: 0cf2e0b0423b1607b67aca2714fe6dda6abdf7350a829ab8683c6a7208071854
5
5
  SHA512:
6
- metadata.gz: bf9d55d89794d64d0eddc2b7c578ce4074aa1bfb6ddf520ce021482e50544173e456ab8dcb2d7dcafd98c307a4e52d84d86745243ef04799f013848e12021c55
7
- data.tar.gz: ead8a5dbf661a7405106187a61a359d6601477d3bf0b4ac1b85e339cef602a411904632b3d39a60c381798f3ce270e646aaaf9fe356d6a075c7280c0ff6e48dc
6
+ metadata.gz: 21109d647a7987cc8be40010421083c0e5386ee1a1af8a4b78a29537b185f0551a7e486e6739364a334cf172ce3bdff8ed319df204bf47ede2e60ccc7555ba4f
7
+ data.tar.gz: 6feb09877fdf9b21b08160b925dd8db03d7fc4b954b43ec30d6f226d414e61e33b13905b695b902e4e4d37015d3eac54ab57e60ff2385063b9918e4bd44588d8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-videointelligence_v1
2
2
 
3
+ ### v0.26.0 (2025-07-20)
4
+
5
+ * Regenerated from discovery document revision 20250710
6
+
3
7
  ### v0.25.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250521
@@ -302,36 +302,6 @@ 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
-
335
305
  # Deprecated. No effect.
336
306
  class GoogleCloudVideointelligenceV1FaceAnnotation
337
307
  include Google::Apis::Core::Hashable
@@ -1332,11 +1302,6 @@ module Google
1332
1302
  class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1333
1303
  include Google::Apis::Core::Hashable
1334
1304
 
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
-
1340
1305
  # Specifies which feature is being tracked if the request contains more than one
1341
1306
  # feature.
1342
1307
  # Corresponds to the JSON property `feature`
@@ -1375,7 +1340,6 @@ module Google
1375
1340
 
1376
1341
  # Update properties of this object
1377
1342
  def update!(**args)
1378
- @export_status = args[:export_status] if args.key?(:export_status)
1379
1343
  @feature = args[:feature] if args.key?(:feature)
1380
1344
  @input_uri = args[:input_uri] if args.key?(:input_uri)
1381
1345
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -1868,36 +1832,6 @@ module Google
1868
1832
  end
1869
1833
  end
1870
1834
 
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
-
1901
1835
  # Deprecated. No effect.
1902
1836
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1903
1837
  include Google::Apis::Core::Hashable
@@ -2581,11 +2515,6 @@ module Google
2581
2515
  class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
2582
2516
  include Google::Apis::Core::Hashable
2583
2517
 
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
-
2589
2518
  # Specifies which feature is being tracked if the request contains more than one
2590
2519
  # feature.
2591
2520
  # Corresponds to the JSON property `feature`
@@ -2624,7 +2553,6 @@ module Google
2624
2553
 
2625
2554
  # Update properties of this object
2626
2555
  def update!(**args)
2627
- @export_status = args[:export_status] if args.key?(:export_status)
2628
2556
  @feature = args[:feature] if args.key?(:feature)
2629
2557
  @input_uri = args[:input_uri] if args.key?(:input_uri)
2630
2558
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -3048,36 +2976,6 @@ module Google
3048
2976
  end
3049
2977
  end
3050
2978
 
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
-
3081
2979
  # Deprecated. No effect.
3082
2980
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
3083
2981
  include Google::Apis::Core::Hashable
@@ -3761,11 +3659,6 @@ module Google
3761
3659
  class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
3762
3660
  include Google::Apis::Core::Hashable
3763
3661
 
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
-
3769
3662
  # Specifies which feature is being tracked if the request contains more than one
3770
3663
  # feature.
3771
3664
  # Corresponds to the JSON property `feature`
@@ -3804,7 +3697,6 @@ module Google
3804
3697
 
3805
3698
  # Update properties of this object
3806
3699
  def update!(**args)
3807
- @export_status = args[:export_status] if args.key?(:export_status)
3808
3700
  @feature = args[:feature] if args.key?(:feature)
3809
3701
  @input_uri = args[:input_uri] if args.key?(:input_uri)
3810
3702
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -4228,36 +4120,6 @@ module Google
4228
4120
  end
4229
4121
  end
4230
4122
 
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
-
4261
4123
  # Deprecated. No effect.
4262
4124
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
4263
4125
  include Google::Apis::Core::Hashable
@@ -4941,11 +4803,6 @@ module Google
4941
4803
  class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
4942
4804
  include Google::Apis::Core::Hashable
4943
4805
 
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
-
4949
4806
  # Specifies which feature is being tracked if the request contains more than one
4950
4807
  # feature.
4951
4808
  # Corresponds to the JSON property `feature`
@@ -4984,7 +4841,6 @@ module Google
4984
4841
 
4985
4842
  # Update properties of this object
4986
4843
  def update!(**args)
4987
- @export_status = args[:export_status] if args.key?(:export_status)
4988
4844
  @feature = args[:feature] if args.key?(:feature)
4989
4845
  @input_uri = args[:input_uri] if args.key?(:input_uri)
4990
4846
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -5494,36 +5350,6 @@ module Google
5494
5350
  end
5495
5351
  end
5496
5352
 
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
-
5527
5353
  # Deprecated. No effect.
5528
5354
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
5529
5355
  include Google::Apis::Core::Hashable
@@ -6321,11 +6147,6 @@ module Google
6321
6147
  class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
6322
6148
  include Google::Apis::Core::Hashable
6323
6149
 
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
-
6329
6150
  # Specifies which feature is being tracked if the request contains more than one
6330
6151
  # feature.
6331
6152
  # Corresponds to the JSON property `feature`
@@ -6364,7 +6185,6 @@ module Google
6364
6185
 
6365
6186
  # Update properties of this object
6366
6187
  def update!(**args)
6367
- @export_status = args[:export_status] if args.key?(:export_status)
6368
6188
  @feature = args[:feature] if args.key?(:feature)
6369
6189
  @input_uri = args[:input_uri] if args.key?(:input_uri)
6370
6190
  @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.25.0"
19
+ GEM_VERSION = "0.26.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250521"
25
+ REVISION = "20250710"
26
26
  end
27
27
  end
28
28
  end
@@ -76,12 +76,6 @@ 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
-
85
79
  class GoogleCloudVideointelligenceV1FaceAnnotation
86
80
  class Representation < Google::Apis::Core::JsonRepresentation; end
87
81
 
@@ -328,12 +322,6 @@ module Google
328
322
  include Google::Apis::Core::JsonObjectSupport
329
323
  end
330
324
 
331
- class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
332
- class Representation < Google::Apis::Core::JsonRepresentation; end
333
-
334
- include Google::Apis::Core::JsonObjectSupport
335
- end
336
-
337
325
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
338
326
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
327
 
@@ -526,12 +514,6 @@ module Google
526
514
  include Google::Apis::Core::JsonObjectSupport
527
515
  end
528
516
 
529
- class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
530
- class Representation < Google::Apis::Core::JsonRepresentation; end
531
-
532
- include Google::Apis::Core::JsonObjectSupport
533
- end
534
-
535
517
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
536
518
  class Representation < Google::Apis::Core::JsonRepresentation; end
537
519
 
@@ -724,12 +706,6 @@ module Google
724
706
  include Google::Apis::Core::JsonObjectSupport
725
707
  end
726
708
 
727
- class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
728
- class Representation < Google::Apis::Core::JsonRepresentation; end
729
-
730
- include Google::Apis::Core::JsonObjectSupport
731
- end
732
-
733
709
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
734
710
  class Representation < Google::Apis::Core::JsonRepresentation; end
735
711
 
@@ -940,12 +916,6 @@ module Google
940
916
  include Google::Apis::Core::JsonObjectSupport
941
917
  end
942
918
 
943
- class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
944
- class Representation < Google::Apis::Core::JsonRepresentation; end
945
-
946
- include Google::Apis::Core::JsonObjectSupport
947
- end
948
-
949
919
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
950
920
  class Representation < Google::Apis::Core::JsonRepresentation; end
951
921
 
@@ -1225,15 +1195,6 @@ module Google
1225
1195
  end
1226
1196
  end
1227
1197
 
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
-
1237
1198
  class GoogleCloudVideointelligenceV1FaceAnnotation
1238
1199
  # @private
1239
1200
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1527,8 +1488,6 @@ module Google
1527
1488
  class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1528
1489
  # @private
1529
1490
  class Representation < Google::Apis::Core::JsonRepresentation
1530
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1ExportToOutputUriStatus::Representation
1531
-
1532
1491
  property :feature, as: 'feature'
1533
1492
  property :input_uri, as: 'inputUri'
1534
1493
  property :progress_percent, as: 'progressPercent'
@@ -1682,15 +1641,6 @@ module Google
1682
1641
  end
1683
1642
  end
1684
1643
 
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
-
1694
1644
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1695
1645
  # @private
1696
1646
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1910,8 +1860,6 @@ module Google
1910
1860
  class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
1911
1861
  # @private
1912
1862
  class Representation < Google::Apis::Core::JsonRepresentation
1913
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus::Representation
1914
-
1915
1863
  property :feature, as: 'feature'
1916
1864
  property :input_uri, as: 'inputUri'
1917
1865
  property :progress_percent, as: 'progressPercent'
@@ -2041,15 +1989,6 @@ module Google
2041
1989
  end
2042
1990
  end
2043
1991
 
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
-
2053
1992
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
2054
1993
  # @private
2055
1994
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2269,8 +2208,6 @@ module Google
2269
2208
  class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
2270
2209
  # @private
2271
2210
  class Representation < Google::Apis::Core::JsonRepresentation
2272
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus::Representation
2273
-
2274
2211
  property :feature, as: 'feature'
2275
2212
  property :input_uri, as: 'inputUri'
2276
2213
  property :progress_percent, as: 'progressPercent'
@@ -2400,15 +2337,6 @@ module Google
2400
2337
  end
2401
2338
  end
2402
2339
 
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
-
2412
2340
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
2413
2341
  # @private
2414
2342
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2628,8 +2556,6 @@ module Google
2628
2556
  class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
2629
2557
  # @private
2630
2558
  class Representation < Google::Apis::Core::JsonRepresentation
2631
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus::Representation
2632
-
2633
2559
  property :feature, as: 'feature'
2634
2560
  property :input_uri, as: 'inputUri'
2635
2561
  property :progress_percent, as: 'progressPercent'
@@ -2787,15 +2713,6 @@ module Google
2787
2713
  end
2788
2714
  end
2789
2715
 
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
-
2799
2716
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
2800
2717
  # @private
2801
2718
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3050,8 +2967,6 @@ module Google
3050
2967
  class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
3051
2968
  # @private
3052
2969
  class Representation < Google::Apis::Core::JsonRepresentation
3053
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus::Representation
3054
-
3055
2970
  property :feature, as: 'feature'
3056
2971
  property :input_uri, as: 'inputUri'
3057
2972
  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.25.0
4
+ version: 0.26.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.25.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.26.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: