google-apis-transcoder_v1beta1 0.4.0 → 0.5.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: e2b6b447fce7d8363564f05da35e88ad74e4774feed42a33f94979fa28a37a78
4
- data.tar.gz: 3b4664e7d002e9524fc3cce8eee78fdbdd14c8869bdc8f6a6f32b62ba5b39d60
3
+ metadata.gz: c5c53964f4bc78801db0d23704748a7c9e62d81d27ff6b25fbd21ec5c9eb7dde
4
+ data.tar.gz: 889dbc7d4876059e0fad89cf72ac977ae2ed5a2614300527cffe2f5fd36759a5
5
5
  SHA512:
6
- metadata.gz: 1607fb71d3a945cfba41028a1e9b3c2e4faf43ad5d30fe54777cec02f7bcb199b293498be637d55ca17f713d1f4af9867ed23852db5710cd17435dcd62aa87cf
7
- data.tar.gz: 47b868eeb0f1ec971e88a63e143f60bae66a2cdfe613da3034c6c1c771143b51d86f6ac6f675f878243f044f2d6e6ffab03c4361882535d36364687edc63334d
6
+ metadata.gz: 3c9e7a3ddfb40dbf7d7927fc778a41f35ef8a410c2783d8d16c7174f12f4d40c5b2d93fa50c2f09d5b460314438fa65a0c3e0afa9cf34aa3e7e17b5744684def
7
+ data.tar.gz: fbdbb46346842f3b2f079c242098d09aae903b51a00da6e785082b99d88c84aa163d223396caf3aacc799245f8f2ec9ca50d466bcaeefdc6fb0242f246321082
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-transcoder_v1beta1
2
2
 
3
+ ### v0.5.0 (2021-03-24)
4
+
5
+ * Regenerated from discovery document revision 20210323
6
+ * Regenerated using generator version 0.2.0
7
+
3
8
  ### v0.4.0 (2021-03-04)
4
9
 
5
10
  * Regenerated from discovery document revision 20210301
@@ -29,7 +29,7 @@ module Google
29
29
  # This is NOT the gem version.
30
30
  VERSION = 'V1beta1'
31
31
 
32
- # View and manage your data across Google Cloud Platform services
32
+ # See, edit, configure, and delete your Google Cloud Platform data
33
33
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
34
34
  end
35
35
  end
@@ -1495,12 +1495,18 @@ module Google
1495
1495
  # @return [Fixnum]
1496
1496
  attr_accessor :row_count
1497
1497
 
1498
- # Required. The height of sprite in pixels. Must be an even integer.
1498
+ # Required. The height of sprite in pixels. Must be an even integer. To preserve
1499
+ # the source aspect ratio, set the SpriteSheet.sprite_height_pixels field or the
1500
+ # SpriteSheet.sprite_width_pixels field, but not both (the API will
1501
+ # automatically calculate the missing field).
1499
1502
  # Corresponds to the JSON property `spriteHeightPixels`
1500
1503
  # @return [Fixnum]
1501
1504
  attr_accessor :sprite_height_pixels
1502
1505
 
1503
- # Required. The width of sprite in pixels. Must be an even integer.
1506
+ # Required. The width of sprite in pixels. Must be an even integer. To preserve
1507
+ # the source aspect ratio, set the SpriteSheet.sprite_width_pixels field or the
1508
+ # SpriteSheet.sprite_height_pixels field, but not both (the API will
1509
+ # automatically calculate the missing field).
1504
1510
  # Corresponds to the JSON property `spriteWidthPixels`
1505
1511
  # @return [Fixnum]
1506
1512
  attr_accessor :sprite_width_pixels
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module TranscoderV1beta1
18
18
  # Version of the google-apis-transcoder_v1beta1 gem
19
- GEM_VERSION = "0.4.0"
19
+ GEM_VERSION = "0.5.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.1.2"
22
+ GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210301"
25
+ REVISION = "20210323"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-transcoder_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
4
+ version: 0.5.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: 2021-03-08 00:00:00.000000000 Z
11
+ date: 2021-03-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-transcoder_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.4.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.5.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-transcoder_v1beta1
57
57
  post_install_message:
58
58
  rdoc_options: []