@@ -215,36 +215,6 @@ def update!(**args)
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::VideointelligenceV1p1beta1::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 @@ def update!(**args)
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::VideointelligenceV1p1beta1::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 @@ def initialize(**args)
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 )
@@ -1395,36 +1359,6 @@ def update!(**args)
1395
1359
end
1396
1360
end
1397
1361
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::VideointelligenceV1p1beta1::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
-
1428
1362
# Deprecated. No effect.
1429
1363
class GoogleCloudVideointelligenceV1beta2FaceAnnotation
1430
1364
include Google ::Apis ::Core ::Hashable
@@ -2108,11 +2042,6 @@ def update!(**args)
2108
2042
class GoogleCloudVideointelligenceV1beta2VideoAnnotationProgress
2109
2043
include Google ::Apis ::Core ::Hashable
2110
2044
2111
- # Status of exporting annotation response to user specified `output_uri`.
2112
- # Corresponds to the JSON property `exportStatus`
2113
- # @return [Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1beta2ExportToOutputUriStatus]
2114
- attr_accessor :export_status
2115
-
2116
2045
# Specifies which feature is being tracked if the request contains more than one
2117
2046
# feature.
2118
2047
# Corresponds to the JSON property `feature`
@@ -2151,7 +2080,6 @@ def initialize(**args)
2151
2080
2152
2081
# Update properties of this object
2153
2082
def update! ( **args )
2154
- @export_status = args [ :export_status ] if args . key? ( :export_status )
2155
2083
@feature = args [ :feature ] if args . key? ( :feature )
2156
2084
@input_uri = args [ :input_uri ] if args . key? ( :input_uri )
2157
2085
@progress_percent = args [ :progress_percent ] if args . key? ( :progress_percent )
@@ -2662,36 +2590,6 @@ def update!(**args)
2662
2590
end
2663
2591
end
2664
2592
2665
- # Status of exporting annotation response to user specified `output_uri`.
2666
- class GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus
2667
- include Google ::Apis ::Core ::Hashable
2668
-
2669
- # Output only. State of the `output_uri` export.
2670
- # Corresponds to the JSON property `state`
2671
- # @return [String]
2672
- attr_accessor :state
2673
-
2674
- # The `Status` type defines a logical error model that is suitable for different
2675
- # programming environments, including REST APIs and RPC APIs. It is used by [
2676
- # gRPC](https://github.com/grpc). Each `Status` message contains three pieces of
2677
- # data: error code, error message, and error details. You can find out more
2678
- # about this error model and how to work with it in the [API Design Guide](https:
2679
- # //cloud.google.com/apis/design/errors).
2680
- # Corresponds to the JSON property `status`
2681
- # @return [Google::Apis::VideointelligenceV1p1beta1::GoogleRpcStatus]
2682
- attr_accessor :status
2683
-
2684
- def initialize ( **args )
2685
- update! ( **args )
2686
- end
2687
-
2688
- # Update properties of this object
2689
- def update! ( **args )
2690
- @state = args [ :state ] if args . key? ( :state )
2691
- @status = args [ :status ] if args . key? ( :status )
2692
- end
2693
- end
2694
-
2695
2593
# Deprecated. No effect.
2696
2594
class GoogleCloudVideointelligenceV1p1beta1FaceAnnotation
2697
2595
include Google ::Apis ::Core ::Hashable
@@ -3692,11 +3590,6 @@ def update!(**args)
3692
3590
class GoogleCloudVideointelligenceV1p1beta1VideoAnnotationProgress
3693
3591
include Google ::Apis ::Core ::Hashable
3694
3592
3695
- # Status of exporting annotation response to user specified `output_uri`.
3696
- # Corresponds to the JSON property `exportStatus`
3697
- # @return [Google::Apis::VideointelligenceV1p1beta1::GoogleCloudVideointelligenceV1p1beta1ExportToOutputUriStatus]
3698
- attr_accessor :export_status
3699
-
3700
3593
# Specifies which feature is being tracked if the request contains more than one
3701
3594
# feature.
3702
3595
# Corresponds to the JSON property `feature`
@@ -3735,7 +3628,6 @@ def initialize(**args)
3735
3628
3736
3629
# Update properties of this object
3737
3630
def update! ( **args )
3738
- @export_status = args [ :export_status ] if args . key? ( :export_status )
3739
3631
@feature = args [ :feature ] if args . key? ( :feature )
3740
3632
@input_uri = args [ :input_uri ] if args . key? ( :input_uri )
3741
3633
@progress_percent = args [ :progress_percent ] if args . key? ( :progress_percent )
@@ -4228,36 +4120,6 @@ def update!(**args)
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::VideointelligenceV1p1beta1::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 @@ def update!(**args)
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::VideointelligenceV1p1beta1::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 @@ def initialize(**args)
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 @@ def update!(**args)
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::VideointelligenceV1p1beta1::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 @@ def update!(**args)
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::VideointelligenceV1p1beta1::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 @@ def initialize(**args)
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 )
0 commit comments