google-apis-videointelligence_v1beta2 0.22.0 → 0.23.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: 2e522dbd7f2ce5efafad2527e4732afdcc46bad6f3c8253f42f4c52c451c7e82
4
- data.tar.gz: 7443e2a76a36126c0d801e1c1d969792703d6da5887f9923d6377de899e43858
3
+ metadata.gz: 83e79461ad20a53f5a47906d470a95797f32fe87535bd4dbe3fca72cf90e7e83
4
+ data.tar.gz: 5a9c8291fe5d55888081b30bbee75856fdf790972bd34a72617a7475c9076af7
5
5
  SHA512:
6
- metadata.gz: aba878c246c805a5b7933efd6a5c0975cb57c80c5057ae0c2825d820c99aa7a461315da9d92314c7ae7c1c77e2fb53d553f44be9da31f1247a4619fa4117dff2
7
- data.tar.gz: 0ec1bf6deb6cbf2b26179d3eea06fa2ef61fcc045c47a790c46ed05abfc971e06b7ee1513c064dbf5feba7a15588ab77c5b2dc03506c8fccad44785b3e2c91df
6
+ metadata.gz: 94ad18cb3f31c7b94bbdd3ca8fc3d0f7b10662a63576254fe399ea6b5890ce3d905868d32340a2c9b9fdfde9326080871d4aac3d54dacd87f7933f0c0047617f
7
+ data.tar.gz: f997304387be3bf455676b2d8261c8473a2e0f9b1687901d8497781eecf0c1d1dd413780fe1d22334beae5e6a4e271f8c065c1f5d621b35545e33e6ea19e3d6b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-videointelligence_v1beta2
2
2
 
3
+ ### v0.23.0 (2025-07-20)
4
+
5
+ * Regenerated from discovery document revision 20250710
6
+
3
7
  ### v0.22.0 (2025-06-08)
4
8
 
5
9
  * Regenerated from discovery document revision 20250521
@@ -215,36 +215,6 @@ module Google
215
215
  end
216
216
  end
217
217
 
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::VideointelligenceV1beta2::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
-
248
218
  # Deprecated. No effect.
249
219
  class GoogleCloudVideointelligenceV1FaceAnnotation
250
220
  include Google::Apis::Core::Hashable
@@ -928,11 +898,6 @@ module Google
928
898
  class GoogleCloudVideointelligenceV1VideoAnnotationProgress
929
899
  include Google::Apis::Core::Hashable
930
900
 
931
- # Status of exporting annotation response to user specified `output_uri`.
932
- # Corresponds to the JSON property `exportStatus`
933
- # @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExportToOutputUriStatus]
934
- attr_accessor :export_status
935
-
936
901
  # Specifies which feature is being tracked if the request contains more than one
937
902
  # feature.
938
903
  # Corresponds to the JSON property `feature`
@@ -971,7 +936,6 @@ module Google
971
936
 
972
937
  # Update properties of this object
973
938
  def update!(**args)
974
- @export_status = args[:export_status] if args.key?(:export_status)
975
939
  @feature = args[:feature] if args.key?(:feature)
976
940
  @input_uri = args[:input_uri] if args.key?(:input_uri)
977
941
  @progress_percent = args[:progress_percent] if args.key?(:progress_percent)
@@ -1482,36 +1446,6 @@ module Google
1482
1446
  end
1483
1447
  end
1484
1448
 
1485
- # Status of exporting annotation response to user specified `output_uri`.
1486
- class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
1487
- include Google::Apis::Core::Hashable
1488
-
1489
- # Output only. State of the `output_uri` export.
1490
- # Corresponds to the JSON property `state`
1491
- # @return [String]
1492
- attr_accessor :state
1493
-
1494
- # The `Status` type defines a logical error model that is suitable for different
1495
- # programming environments, including REST APIs and RPC APIs. It is used by [
1496
- # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
1497
- # data: error code, error message, and error details. You can find out more
1498
- # about this error model and how to work with it in the [API Design Guide](https:
1499
- # //cloud.google.com/apis/design/errors).
1500
- # Corresponds to the JSON property `status`
1501
- # @return [Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus]
1502
- attr_accessor :status
1503
-
1504
- def initialize(**args)
1505
- update!(**args)
1506
- end
1507
-
1508
- # Update properties of this object
1509
- def update!(**args)
1510
- @state = args[:state] if args.key?(:state)
1511
- @status = args[:status] if args.key?(:status)
1512
- end
1513
- end
1514
-
1515
1449
  # Deprecated. No effect.
1516
1450
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1517
1451
  include Google::Apis::Core::Hashable
@@ -2512,11 +2446,6 @@ module Google
2512
2446
  class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
2513
2447
  include Google::Apis::Core::Hashable
2514
2448
 
2515
- # Status of exporting annotation response to user specified `output_uri`.
2516
- # Corresponds to the JSON property `exportStatus`
2517
- # @return [Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus]
2518
- attr_accessor :export_status
2519
-
2520
2449
  # Specifies which feature is being tracked if the request contains more than one
2521
2450
  # feature.
2522
2451
  # Corresponds to the JSON property `feature`
@@ -2555,7 +2484,6 @@ module Google
2555
2484
 
2556
2485
  # Update properties of this object
2557
2486
  def update!(**args)
2558
- @export_status = args[:export_status] if args.key?(:export_status)
2559
2487
  @feature = args[:feature] if args.key?(:feature)
2560
2488
  @input_uri = args[:input_uri] if args.key?(:input_uri)
2561
2489
  @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::VideointelligenceV1beta2::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::VideointelligenceV1beta2::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::VideointelligenceV1beta2::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::VideointelligenceV1beta2::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::VideointelligenceV1beta2::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::VideointelligenceV1beta2::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 VideointelligenceV1beta2
18
18
  # Version of the google-apis-videointelligence_v1beta2 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.23.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
@@ -64,12 +64,6 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
- class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
68
- class Representation < Google::Apis::Core::JsonRepresentation; end
69
-
70
- include Google::Apis::Core::JsonObjectSupport
71
- end
72
-
73
67
  class GoogleCloudVideointelligenceV1FaceAnnotation
74
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
75
69
 
@@ -274,12 +268,6 @@ module Google
274
268
  include Google::Apis::Core::JsonObjectSupport
275
269
  end
276
270
 
277
- class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
278
- class Representation < Google::Apis::Core::JsonRepresentation; end
279
-
280
- include Google::Apis::Core::JsonObjectSupport
281
- end
282
-
283
271
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
284
272
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
273
 
@@ -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
 
@@ -1187,15 +1157,6 @@ module Google
1187
1157
  end
1188
1158
  end
1189
1159
 
1190
- class GoogleCloudVideointelligenceV1ExportToOutputUriStatus
1191
- # @private
1192
- class Representation < Google::Apis::Core::JsonRepresentation
1193
- property :state, as: 'state'
1194
- property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
1195
-
1196
- end
1197
- end
1198
-
1199
1160
  class GoogleCloudVideointelligenceV1FaceAnnotation
1200
1161
  # @private
1201
1162
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1415,8 +1376,6 @@ module Google
1415
1376
  class GoogleCloudVideointelligenceV1VideoAnnotationProgress
1416
1377
  # @private
1417
1378
  class Representation < Google::Apis::Core::JsonRepresentation
1418
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1ExportToOutputUriStatus::Representation
1419
-
1420
1379
  property :feature, as: 'feature'
1421
1380
  property :input_uri, as: 'inputUri'
1422
1381
  property :progress_percent, as: 'progressPercent'
@@ -1566,15 +1525,6 @@ module Google
1566
1525
  end
1567
1526
  end
1568
1527
 
1569
- class GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus
1570
- # @private
1571
- class Representation < Google::Apis::Core::JsonRepresentation
1572
- property :state, as: 'state'
1573
- property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
1574
-
1575
- end
1576
- end
1577
-
1578
1528
  class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1579
1529
  # @private
1580
1530
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1868,8 +1818,6 @@ module Google
1868
1818
  class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
1869
1819
  # @private
1870
1820
  class Representation < Google::Apis::Core::JsonRepresentation
1871
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus::Representation
1872
-
1873
1821
  property :feature, as: 'feature'
1874
1822
  property :input_uri, as: 'inputUri'
1875
1823
  property :progress_percent, as: 'progressPercent'
@@ -2023,15 +1971,6 @@ module Google
2023
1971
  end
2024
1972
  end
2025
1973
 
2026
- class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
2027
- # @private
2028
- class Representation < Google::Apis::Core::JsonRepresentation
2029
- property :state, as: 'state'
2030
- property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
2031
-
2032
- end
2033
- end
2034
-
2035
1974
  class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
2036
1975
  # @private
2037
1976
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2251,8 +2190,6 @@ module Google
2251
2190
  class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
2252
2191
  # @private
2253
2192
  class Representation < Google::Apis::Core::JsonRepresentation
2254
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus::Representation
2255
-
2256
2193
  property :feature, as: 'feature'
2257
2194
  property :input_uri, as: 'inputUri'
2258
2195
  property :progress_percent, as: 'progressPercent'
@@ -2382,15 +2319,6 @@ module Google
2382
2319
  end
2383
2320
  end
2384
2321
 
2385
- class GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus
2386
- # @private
2387
- class Representation < Google::Apis::Core::JsonRepresentation
2388
- property :state, as: 'state'
2389
- property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
2390
-
2391
- end
2392
- end
2393
-
2394
2322
  class GoogleCloudVideointelligenceV1p2beta1FaceAnnotation
2395
2323
  # @private
2396
2324
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2610,8 +2538,6 @@ module Google
2610
2538
  class GoogleCloudVideointelligenceV1p2beta1VideoAnnotationProgress
2611
2539
  # @private
2612
2540
  class Representation < Google::Apis::Core::JsonRepresentation
2613
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p2beta1ExportToOutputUriStatus::Representation
2614
-
2615
2541
  property :feature, as: 'feature'
2616
2542
  property :input_uri, as: 'inputUri'
2617
2543
  property :progress_percent, as: 'progressPercent'
@@ -2769,15 +2695,6 @@ module Google
2769
2695
  end
2770
2696
  end
2771
2697
 
2772
- class GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus
2773
- # @private
2774
- class Representation < Google::Apis::Core::JsonRepresentation
2775
- property :state, as: 'state'
2776
- property :status, as: 'status', class: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleRpcStatus::Representation
2777
-
2778
- end
2779
- end
2780
-
2781
2698
  class GoogleCloudVideointelligenceV1p3beta1FaceAnnotation
2782
2699
  # @private
2783
2700
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -3032,8 +2949,6 @@ module Google
3032
2949
  class GoogleCloudVideointelligenceV1p3beta1VideoAnnotationProgress
3033
2950
  # @private
3034
2951
  class Representation < Google::Apis::Core::JsonRepresentation
3035
- property :export_status, as: 'exportStatus', class: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus, decorator: Google::Apis::VideointelligenceV1beta2::GoogleCloudVideointelligenceV1p3beta1ExportToOutputUriStatus::Representation
3036
-
3037
2952
  property :feature, as: 'feature'
3038
2953
  property :input_uri, as: 'inputUri'
3039
2954
  property :progress_percent, as: 'progressPercent'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-videointelligence_v1beta2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.23.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_v1beta2/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1beta2/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1beta2/v0.23.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1beta2
62
62
  rdoc_options: []
63
63
  require_paths: