google-apis-transcoder_v1 0.14.0 → 0.16.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fd23a02ba4ab5b9fbd3ba3591f02680363d36855429c448dd1d387f47d657d59
4
- data.tar.gz: 70b435c814314516cbd064e5b64a83343e40c65674edd777f094afbd7e7907d4
3
+ metadata.gz: '078a8430dc0e7547933cc339290e60e674cda4507d91dddf1c4b715b9461f90c'
4
+ data.tar.gz: 7750e4c75dedc256cf3f228e9aa3f9b627caef08f2a81f8743676a37ff92fed8
5
5
  SHA512:
6
- metadata.gz: 2d654c4e3d998b4f5dd74ec8d18cac1cbc85274b1025cfe7d51d1e7957419225d84e248700369554db307257ef7077efa92cb9776eb03afbe365f94761ddea11
7
- data.tar.gz: cf0f9dbd7e79c953ffbca6fddfb0841bffc15f9e970eb41c9b373a0f9c047a8fa3b598b8c8f4b6d2785809fb5dca80da548e680934e01b2cc04760fa066ece7f
6
+ metadata.gz: 8b13ec76d04b542a82fb6d4a36579e0a82e4a18463f5f29621ec09d02b042d7b85a82161f5a95f9b8588263432cecbc71df978d6ce076b446c2a9dc913ffe4c5
7
+ data.tar.gz: 86f1ce77d548952a322215fac2afa302acad5fdf0db9414560996d1dd196ec726e18deb7e9f2da0541174945b8a60449f32804b5c1ca2c1385a20e9868d04c61
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-transcoder_v1
2
2
 
3
+ ### v0.16.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230412
6
+
7
+ ### v0.15.0 (2023-04-02)
8
+
9
+ * Regenerated from discovery document revision 20230322
10
+
3
11
  ### v0.14.0 (2023-03-19)
4
12
 
5
13
  * Regenerated from discovery document revision 20230308
@@ -974,7 +974,7 @@ module Google
974
974
  end
975
975
  end
976
976
 
977
- # Overlaid jpeg image.
977
+ # Overlaid image.
978
978
  class Image
979
979
  include Google::Apis::Core::Hashable
980
980
 
@@ -989,8 +989,8 @@ module Google
989
989
  # @return [Google::Apis::TranscoderV1::NormalizedCoordinate]
990
990
  attr_accessor :resolution
991
991
 
992
- # Required. URI of the JPEG image in Cloud Storage. For example, `gs://bucket/
993
- # inputs/image.jpeg`. JPEG is the only supported image type.
992
+ # Required. URI of the image in Cloud Storage. For example, `gs://bucket/inputs/
993
+ # image.png`. Only PNG and JPEG images are supported.
994
994
  # Corresponds to the JSON property `uri`
995
995
  # @return [String]
996
996
  attr_accessor :uri
@@ -1088,6 +1088,11 @@ module Google
1088
1088
  # @return [Hash<String,String>]
1089
1089
  attr_accessor :labels
1090
1090
 
1091
+ # The processing mode of the job. The default is `PROCESSING_MODE_INTERACTIVE`.
1092
+ # Corresponds to the JSON property `mode`
1093
+ # @return [String]
1094
+ attr_accessor :mode
1095
+
1091
1096
  # The resource name of the job. Format: `projects/`project_number`/locations/`
1092
1097
  # location`/jobs/`job``
1093
1098
  # Corresponds to the JSON property `name`
@@ -1139,6 +1144,7 @@ module Google
1139
1144
  @error = args[:error] if args.key?(:error)
1140
1145
  @input_uri = args[:input_uri] if args.key?(:input_uri)
1141
1146
  @labels = args[:labels] if args.key?(:labels)
1147
+ @mode = args[:mode] if args.key?(:mode)
1142
1148
  @name = args[:name] if args.key?(:name)
1143
1149
  @output_uri = args[:output_uri] if args.key?(:output_uri)
1144
1150
  @start_time = args[:start_time] if args.key?(:start_time)
@@ -1460,7 +1466,7 @@ module Google
1460
1466
  # @return [Array<Google::Apis::TranscoderV1::Animation>]
1461
1467
  attr_accessor :animations
1462
1468
 
1463
- # Overlaid jpeg image.
1469
+ # Overlaid image.
1464
1470
  # Corresponds to the JSON property `image`
1465
1471
  # @return [Google::Apis::TranscoderV1::Image]
1466
1472
  attr_accessor :image
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranscoderV1
18
18
  # Version of the google-apis-transcoder_v1 gem
19
- GEM_VERSION = "0.14.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230308"
25
+ REVISION = "20230412"
26
26
  end
27
27
  end
28
28
  end
@@ -521,6 +521,7 @@ module Google
521
521
 
522
522
  property :input_uri, as: 'inputUri'
523
523
  hash :labels, as: 'labels'
524
+ property :mode, as: 'mode'
524
525
  property :name, as: 'name'
525
526
  property :output_uri, as: 'outputUri'
526
527
  property :start_time, as: 'startTime'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-transcoder_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.14.0
4
+ version: 0.16.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-19 00:00:00.000000000 Z
11
+ date: 2023-04-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.14.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1
63
63
  post_install_message:
64
64
  rdoc_options: []