google-api-client 0.30.6 → 0.30.7

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.
Files changed (52) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +19 -0
  3. data/generated/google/apis/bigquery_v2.rb +1 -1
  4. data/generated/google/apis/bigquery_v2/classes.rb +7 -0
  5. data/generated/google/apis/bigquery_v2/representations.rb +2 -0
  6. data/generated/google/apis/bigquery_v2/service.rb +1 -1
  7. data/generated/google/apis/cloudiot_v1.rb +1 -1
  8. data/generated/google/apis/cloudiot_v1/classes.rb +2 -2
  9. data/generated/google/apis/dialogflow_v2.rb +1 -1
  10. data/generated/google/apis/dialogflow_v2/classes.rb +91 -19
  11. data/generated/google/apis/dialogflow_v2/representations.rb +32 -13
  12. data/generated/google/apis/dialogflow_v2beta1.rb +1 -1
  13. data/generated/google/apis/dialogflow_v2beta1/classes.rb +91 -19
  14. data/generated/google/apis/dialogflow_v2beta1/representations.rb +33 -14
  15. data/generated/google/apis/docs_v1.rb +1 -1
  16. data/generated/google/apis/docs_v1/classes.rb +103 -0
  17. data/generated/google/apis/docs_v1/representations.rb +37 -0
  18. data/generated/google/apis/jobs_v2.rb +1 -1
  19. data/generated/google/apis/jobs_v2/classes.rb +147 -240
  20. data/generated/google/apis/jobs_v2/service.rb +24 -44
  21. data/generated/google/apis/jobs_v3.rb +1 -1
  22. data/generated/google/apis/jobs_v3/classes.rb +113 -179
  23. data/generated/google/apis/jobs_v3/service.rb +25 -50
  24. data/generated/google/apis/jobs_v3p1beta1.rb +1 -1
  25. data/generated/google/apis/jobs_v3p1beta1/classes.rb +119 -187
  26. data/generated/google/apis/jobs_v3p1beta1/service.rb +25 -50
  27. data/generated/google/apis/people_v1.rb +1 -1
  28. data/generated/google/apis/people_v1/classes.rb +105 -0
  29. data/generated/google/apis/people_v1/representations.rb +42 -0
  30. data/generated/google/apis/people_v1/service.rb +98 -0
  31. data/generated/google/apis/slides_v1.rb +1 -1
  32. data/generated/google/apis/translate_v3beta1.rb +37 -0
  33. data/generated/google/apis/translate_v3beta1/classes.rb +826 -0
  34. data/generated/google/apis/translate_v3beta1/representations.rb +404 -0
  35. data/generated/google/apis/translate_v3beta1/service.rb +706 -0
  36. data/generated/google/apis/videointelligence_v1.rb +1 -1
  37. data/generated/google/apis/videointelligence_v1/classes.rb +30 -0
  38. data/generated/google/apis/videointelligence_v1/representations.rb +10 -0
  39. data/generated/google/apis/videointelligence_v1beta2.rb +1 -1
  40. data/generated/google/apis/videointelligence_v1beta2/classes.rb +30 -0
  41. data/generated/google/apis/videointelligence_v1beta2/representations.rb +10 -0
  42. data/generated/google/apis/videointelligence_v1p1beta1.rb +1 -1
  43. data/generated/google/apis/videointelligence_v1p1beta1/classes.rb +30 -0
  44. data/generated/google/apis/videointelligence_v1p1beta1/representations.rb +10 -0
  45. data/generated/google/apis/videointelligence_v1p2beta1.rb +1 -1
  46. data/generated/google/apis/videointelligence_v1p2beta1/classes.rb +30 -0
  47. data/generated/google/apis/videointelligence_v1p2beta1/representations.rb +10 -0
  48. data/generated/google/apis/videointelligence_v1p3beta1.rb +1 -1
  49. data/generated/google/apis/videointelligence_v1p3beta1/classes.rb +30 -0
  50. data/generated/google/apis/videointelligence_v1p3beta1/representations.rb +10 -0
  51. data/lib/google/apis/version.rb +1 -1
  52. metadata +6 -2
@@ -672,6 +672,11 @@ module Google
672
672
  # @return [Array<Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation>]
673
673
  attr_accessor :object_annotations
674
674
 
675
+ # Video segment.
676
+ # Corresponds to the JSON property `segment`
677
+ # @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment]
678
+ attr_accessor :segment
679
+
675
680
  # Topical label annotations on video level or user specified segment level.
676
681
  # There is exactly one element for each unique label.
677
682
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -712,6 +717,7 @@ module Google
712
717
  @frame_label_annotations = args[:frame_label_annotations] if args.key?(:frame_label_annotations)
713
718
  @input_uri = args[:input_uri] if args.key?(:input_uri)
714
719
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
720
+ @segment = args[:segment] if args.key?(:segment)
715
721
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
716
722
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
717
723
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -1456,6 +1462,11 @@ module Google
1456
1462
  # @return [Array<Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation>]
1457
1463
  attr_accessor :object_annotations
1458
1464
 
1465
+ # Video segment.
1466
+ # Corresponds to the JSON property `segment`
1467
+ # @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment]
1468
+ attr_accessor :segment
1469
+
1459
1470
  # Topical label annotations on video level or user specified segment level.
1460
1471
  # There is exactly one element for each unique label.
1461
1472
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -1496,6 +1507,7 @@ module Google
1496
1507
  @frame_label_annotations = args[:frame_label_annotations] if args.key?(:frame_label_annotations)
1497
1508
  @input_uri = args[:input_uri] if args.key?(:input_uri)
1498
1509
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
1510
+ @segment = args[:segment] if args.key?(:segment)
1499
1511
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
1500
1512
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
1501
1513
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -2240,6 +2252,11 @@ module Google
2240
2252
  # @return [Array<Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation>]
2241
2253
  attr_accessor :object_annotations
2242
2254
 
2255
+ # Video segment.
2256
+ # Corresponds to the JSON property `segment`
2257
+ # @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment]
2258
+ attr_accessor :segment
2259
+
2243
2260
  # Topical label annotations on video level or user specified segment level.
2244
2261
  # There is exactly one element for each unique label.
2245
2262
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -2280,6 +2297,7 @@ module Google
2280
2297
  @frame_label_annotations = args[:frame_label_annotations] if args.key?(:frame_label_annotations)
2281
2298
  @input_uri = args[:input_uri] if args.key?(:input_uri)
2282
2299
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
2300
+ @segment = args[:segment] if args.key?(:segment)
2283
2301
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
2284
2302
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
2285
2303
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -3369,6 +3387,11 @@ module Google
3369
3387
  # @return [Array<Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation>]
3370
3388
  attr_accessor :object_annotations
3371
3389
 
3390
+ # Video segment.
3391
+ # Corresponds to the JSON property `segment`
3392
+ # @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment]
3393
+ attr_accessor :segment
3394
+
3372
3395
  # Topical label annotations on video level or user specified segment level.
3373
3396
  # There is exactly one element for each unique label.
3374
3397
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -3409,6 +3432,7 @@ module Google
3409
3432
  @frame_label_annotations = args[:frame_label_annotations] if args.key?(:frame_label_annotations)
3410
3433
  @input_uri = args[:input_uri] if args.key?(:input_uri)
3411
3434
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
3435
+ @segment = args[:segment] if args.key?(:segment)
3412
3436
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
3413
3437
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
3414
3438
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -4437,6 +4461,11 @@ module Google
4437
4461
  # @return [Array<Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation>]
4438
4462
  attr_accessor :object_annotations
4439
4463
 
4464
+ # Video segment.
4465
+ # Corresponds to the JSON property `segment`
4466
+ # @return [Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment]
4467
+ attr_accessor :segment
4468
+
4440
4469
  # Topical label annotations on video level or user specified segment level.
4441
4470
  # There is exactly one element for each unique label.
4442
4471
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -4478,6 +4507,7 @@ module Google
4478
4507
  @input_uri = args[:input_uri] if args.key?(:input_uri)
4479
4508
  @logo_recognition_annotations = args[:logo_recognition_annotations] if args.key?(:logo_recognition_annotations)
4480
4509
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
4510
+ @segment = args[:segment] if args.key?(:segment)
4481
4511
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
4482
4512
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
4483
4513
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -978,6 +978,8 @@ module Google
978
978
  property :input_uri, as: 'inputUri'
979
979
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation::Representation
980
980
 
981
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
982
+
981
983
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
982
984
 
983
985
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
@@ -1204,6 +1206,8 @@ module Google
1204
1206
  property :input_uri, as: 'inputUri'
1205
1207
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation::Representation
1206
1208
 
1209
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1210
+
1207
1211
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1208
1212
 
1209
1213
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
@@ -1430,6 +1434,8 @@ module Google
1430
1434
  property :input_uri, as: 'inputUri'
1431
1435
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation::Representation
1432
1436
 
1437
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
1438
+
1433
1439
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
1434
1440
 
1435
1441
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
@@ -1732,6 +1738,8 @@ module Google
1732
1738
  property :input_uri, as: 'inputUri'
1733
1739
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation::Representation
1734
1740
 
1741
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
1742
+
1735
1743
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
1736
1744
 
1737
1745
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
@@ -2050,6 +2058,8 @@ module Google
2050
2058
 
2051
2059
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation::Representation
2052
2060
 
2061
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2062
+
2053
2063
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2054
2064
 
2055
2065
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p2beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
@@ -27,7 +27,7 @@ module Google
27
27
  # @see https://cloud.google.com/video-intelligence/docs/
28
28
  module VideointelligenceV1p3beta1
29
29
  VERSION = 'V1p3beta1'
30
- REVISION = '20190618'
30
+ REVISION = '20190713'
31
31
 
32
32
  # View and manage your data across Google Cloud Platform services
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
@@ -672,6 +672,11 @@ module Google
672
672
  # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation>]
673
673
  attr_accessor :object_annotations
674
674
 
675
+ # Video segment.
676
+ # Corresponds to the JSON property `segment`
677
+ # @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1VideoSegment]
678
+ attr_accessor :segment
679
+
675
680
  # Topical label annotations on video level or user specified segment level.
676
681
  # There is exactly one element for each unique label.
677
682
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -712,6 +717,7 @@ module Google
712
717
  @frame_label_annotations = args[:frame_label_annotations] if args.key?(:frame_label_annotations)
713
718
  @input_uri = args[:input_uri] if args.key?(:input_uri)
714
719
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
720
+ @segment = args[:segment] if args.key?(:segment)
715
721
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
716
722
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
717
723
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -1456,6 +1462,11 @@ module Google
1456
1462
  # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation>]
1457
1463
  attr_accessor :object_annotations
1458
1464
 
1465
+ # Video segment.
1466
+ # Corresponds to the JSON property `segment`
1467
+ # @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2VideoSegment]
1468
+ attr_accessor :segment
1469
+
1459
1470
  # Topical label annotations on video level or user specified segment level.
1460
1471
  # There is exactly one element for each unique label.
1461
1472
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -1496,6 +1507,7 @@ module Google
1496
1507
  @frame_label_annotations = args[:frame_label_annotations] if args.key?(:frame_label_annotations)
1497
1508
  @input_uri = args[:input_uri] if args.key?(:input_uri)
1498
1509
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
1510
+ @segment = args[:segment] if args.key?(:segment)
1499
1511
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
1500
1512
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
1501
1513
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -2240,6 +2252,11 @@ module Google
2240
2252
  # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation>]
2241
2253
  attr_accessor :object_annotations
2242
2254
 
2255
+ # Video segment.
2256
+ # Corresponds to the JSON property `segment`
2257
+ # @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment]
2258
+ attr_accessor :segment
2259
+
2243
2260
  # Topical label annotations on video level or user specified segment level.
2244
2261
  # There is exactly one element for each unique label.
2245
2262
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -2280,6 +2297,7 @@ module Google
2280
2297
  @frame_label_annotations = args[:frame_label_annotations] if args.key?(:frame_label_annotations)
2281
2298
  @input_uri = args[:input_uri] if args.key?(:input_uri)
2282
2299
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
2300
+ @segment = args[:segment] if args.key?(:segment)
2283
2301
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
2284
2302
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
2285
2303
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -3024,6 +3042,11 @@ module Google
3024
3042
  # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation>]
3025
3043
  attr_accessor :object_annotations
3026
3044
 
3045
+ # Video segment.
3046
+ # Corresponds to the JSON property `segment`
3047
+ # @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment]
3048
+ attr_accessor :segment
3049
+
3027
3050
  # Topical label annotations on video level or user specified segment level.
3028
3051
  # There is exactly one element for each unique label.
3029
3052
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -3064,6 +3087,7 @@ module Google
3064
3087
  @frame_label_annotations = args[:frame_label_annotations] if args.key?(:frame_label_annotations)
3065
3088
  @input_uri = args[:input_uri] if args.key?(:input_uri)
3066
3089
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
3090
+ @segment = args[:segment] if args.key?(:segment)
3067
3091
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
3068
3092
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
3069
3093
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -4380,6 +4404,11 @@ module Google
4380
4404
  # @return [Array<Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation>]
4381
4405
  attr_accessor :object_annotations
4382
4406
 
4407
+ # Video segment.
4408
+ # Corresponds to the JSON property `segment`
4409
+ # @return [Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment]
4410
+ attr_accessor :segment
4411
+
4383
4412
  # Topical label annotations on video level or user specified segment level.
4384
4413
  # There is exactly one element for each unique label.
4385
4414
  # Corresponds to the JSON property `segmentLabelAnnotations`
@@ -4421,6 +4450,7 @@ module Google
4421
4450
  @input_uri = args[:input_uri] if args.key?(:input_uri)
4422
4451
  @logo_recognition_annotations = args[:logo_recognition_annotations] if args.key?(:logo_recognition_annotations)
4423
4452
  @object_annotations = args[:object_annotations] if args.key?(:object_annotations)
4453
+ @segment = args[:segment] if args.key?(:segment)
4424
4454
  @segment_label_annotations = args[:segment_label_annotations] if args.key?(:segment_label_annotations)
4425
4455
  @shot_annotations = args[:shot_annotations] if args.key?(:shot_annotations)
4426
4456
  @shot_label_annotations = args[:shot_label_annotations] if args.key?(:shot_label_annotations)
@@ -978,6 +978,8 @@ module Google
978
978
  property :input_uri, as: 'inputUri'
979
979
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1ObjectTrackingAnnotation::Representation
980
980
 
981
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
982
+
981
983
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1LabelAnnotation::Representation
982
984
 
983
985
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1VideoSegment::Representation
@@ -1204,6 +1206,8 @@ module Google
1204
1206
  property :input_uri, as: 'inputUri'
1205
1207
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2ObjectTrackingAnnotation::Representation
1206
1208
 
1209
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
1210
+
1207
1211
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2LabelAnnotation::Representation
1208
1212
 
1209
1213
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1beta2VideoSegment::Representation
@@ -1430,6 +1434,8 @@ module Google
1430
1434
  property :input_uri, as: 'inputUri'
1431
1435
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1ObjectTrackingAnnotation::Representation
1432
1436
 
1437
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
1438
+
1433
1439
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1LabelAnnotation::Representation
1434
1440
 
1435
1441
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p1beta1VideoSegment::Representation
@@ -1656,6 +1662,8 @@ module Google
1656
1662
  property :input_uri, as: 'inputUri'
1657
1663
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1ObjectTrackingAnnotation::Representation
1658
1664
 
1665
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
1666
+
1659
1667
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1LabelAnnotation::Representation
1660
1668
 
1661
1669
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p2beta1VideoSegment::Representation
@@ -2030,6 +2038,8 @@ module Google
2030
2038
 
2031
2039
  collection :object_annotations, as: 'objectAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1ObjectTrackingAnnotation::Representation
2032
2040
 
2041
+ property :segment, as: 'segment', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
2042
+
2033
2043
  collection :segment_label_annotations, as: 'segmentLabelAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1LabelAnnotation::Representation
2034
2044
 
2035
2045
  collection :shot_annotations, as: 'shotAnnotations', class: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment, decorator: Google::Apis::VideointelligenceV1p3beta1::GoogleCloudVideointelligenceV1p3beta1VideoSegment::Representation
@@ -15,7 +15,7 @@
15
15
  module Google
16
16
  module Apis
17
17
  # Client library version
18
- VERSION = '0.30.6'.freeze
18
+ VERSION = '0.30.7'.freeze
19
19
 
20
20
  # Current operating system
21
21
  # @private
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-api-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.6
4
+ version: 0.30.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Bazyl
@@ -11,7 +11,7 @@ authors:
11
11
  autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
- date: 2019-07-15 00:00:00.000000000 Z
14
+ date: 2019-07-22 00:00:00.000000000 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: representable
@@ -1132,6 +1132,10 @@ files:
1132
1132
  - generated/google/apis/translate_v2/classes.rb
1133
1133
  - generated/google/apis/translate_v2/representations.rb
1134
1134
  - generated/google/apis/translate_v2/service.rb
1135
+ - generated/google/apis/translate_v3beta1.rb
1136
+ - generated/google/apis/translate_v3beta1/classes.rb
1137
+ - generated/google/apis/translate_v3beta1/representations.rb
1138
+ - generated/google/apis/translate_v3beta1/service.rb
1135
1139
  - generated/google/apis/urlshortener_v1.rb
1136
1140
  - generated/google/apis/urlshortener_v1/classes.rb
1137
1141
  - generated/google/apis/urlshortener_v1/representations.rb