google-apis-transcoder_v1beta1 0.4.0 → 0.9.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1d352f8db8f8fb2062df062b0fbd3c10229906cec069d6f89cc4665f2de48bb3
|
4
|
+
data.tar.gz: 6640509e61176f5f3b1f8f6a608dd932236d4a75ae1d4268a0700493eaccddc0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9a113ef563d13de3c3fee4d0f467137d567985466092adcc983d52d3b1b953926832797d6fcbfc0f62db410b0cd0705949ba9186aec7d7b72602bc7eb8a334c1
|
7
|
+
data.tar.gz: 1569ddaa474bcbe7a84030b33a7497b657f49398fbf79a3a18ec84b2362ec45bf44f011dbac1da689a4bd36773e651804a0d24625820265b1c50795fd7747902
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,27 @@
|
|
1
1
|
# Release history for google-apis-transcoder_v1beta1
|
2
2
|
|
3
|
+
### v0.9.0 (2021-06-29)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.4.0
|
6
|
+
|
7
|
+
### v0.8.0 (2021-06-26)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210624
|
10
|
+
* Regenerated using generator version 0.3.0
|
11
|
+
|
12
|
+
### v0.7.0 (2021-05-20)
|
13
|
+
|
14
|
+
* Unspecified changes
|
15
|
+
|
16
|
+
### v0.6.0 (2021-04-07)
|
17
|
+
|
18
|
+
* Regenerated from discovery document revision 20210405
|
19
|
+
|
20
|
+
### v0.5.0 (2021-03-24)
|
21
|
+
|
22
|
+
* Regenerated from discovery document revision 20210323
|
23
|
+
* Regenerated using generator version 0.2.0
|
24
|
+
|
3
25
|
### v0.4.0 (2021-03-04)
|
4
26
|
|
5
27
|
* 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
|
-
#
|
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
|
@@ -649,8 +649,8 @@ module Google
|
|
649
649
|
class Image
|
650
650
|
include Google::Apis::Core::Hashable
|
651
651
|
|
652
|
-
# Target image opacity. Valid values
|
653
|
-
# transparent).
|
652
|
+
# Target image opacity. Valid values are from `1.0` (solid, default) to `0.0` (
|
653
|
+
# transparent), exclusive. Set this to a value greater than `0.0`.
|
654
654
|
# Corresponds to the JSON property `alpha`
|
655
655
|
# @return [Float]
|
656
656
|
attr_accessor :alpha
|
@@ -1125,12 +1125,12 @@ module Google
|
|
1125
1125
|
class OperationMetadata
|
1126
1126
|
include Google::Apis::Core::Hashable
|
1127
1127
|
|
1128
|
-
#
|
1128
|
+
# Output only. API version used to start the operation.
|
1129
1129
|
# Corresponds to the JSON property `apiVersion`
|
1130
1130
|
# @return [String]
|
1131
1131
|
attr_accessor :api_version
|
1132
1132
|
|
1133
|
-
#
|
1133
|
+
# Output only. Identifies whether the user has requested cancellation of the
|
1134
1134
|
# operation. Operations that have successfully been cancelled have Operation.
|
1135
1135
|
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
1136
1136
|
# CANCELLED`.
|
@@ -1139,27 +1139,27 @@ module Google
|
|
1139
1139
|
attr_accessor :cancel_requested
|
1140
1140
|
alias_method :cancel_requested?, :cancel_requested
|
1141
1141
|
|
1142
|
-
#
|
1142
|
+
# Output only. The time the operation was created.
|
1143
1143
|
# Corresponds to the JSON property `createTime`
|
1144
1144
|
# @return [String]
|
1145
1145
|
attr_accessor :create_time
|
1146
1146
|
|
1147
|
-
#
|
1147
|
+
# Output only. The time the operation finished running.
|
1148
1148
|
# Corresponds to the JSON property `endTime`
|
1149
1149
|
# @return [String]
|
1150
1150
|
attr_accessor :end_time
|
1151
1151
|
|
1152
|
-
#
|
1152
|
+
# Output only. Human-readable status of the operation, if any.
|
1153
1153
|
# Corresponds to the JSON property `statusDetail`
|
1154
1154
|
# @return [String]
|
1155
1155
|
attr_accessor :status_detail
|
1156
1156
|
|
1157
|
-
#
|
1157
|
+
# Output only. Server-defined resource path for the target of the operation.
|
1158
1158
|
# Corresponds to the JSON property `target`
|
1159
1159
|
# @return [String]
|
1160
1160
|
attr_accessor :target
|
1161
1161
|
|
1162
|
-
#
|
1162
|
+
# Output only. Name of the verb executed by the operation.
|
1163
1163
|
# Corresponds to the JSON property `verb`
|
1164
1164
|
# @return [String]
|
1165
1165
|
attr_accessor :verb
|
@@ -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
|
@@ -1688,15 +1694,9 @@ module Google
|
|
1688
1694
|
# Required. The target video frame rate in frames per second (FPS). Must be less
|
1689
1695
|
# than or equal to 120. Will default to the input frame rate if larger than the
|
1690
1696
|
# input frame rate. The API will generate an output FPS that is divisible by the
|
1691
|
-
# input FPS, and smaller or equal to the target FPS.
|
1692
|
-
#
|
1693
|
-
#
|
1694
|
-
# ---|------|------| | 240 | Fail | Fail | Fail | Fail | | 120 | 30 | 60 | 20 |
|
1695
|
-
# 30 | | 100 | 25 | 50 | 20 | 30 | | 50 | 25 | 50 | 20 | 30 | | 60 | 30 | 60 |
|
1696
|
-
# 20 | 30 | | 59.94 | 29.97 | 59.94 | 20 | 30 | | 48 | 24 | 48 | 20 | 30 | | 30 |
|
1697
|
-
# 30 | 30 | 20 | 30 | | 25 | 25 | 25 | 20 | 30 | | 24 | 24 | 24 | 20 | 30 | |
|
1698
|
-
# 23.976 | 23.976 | 23.976 | 20 | 30 | | 15 | 15 | 15 | 20 | 30 | | 12 | 12 | 12
|
1699
|
-
# | 20 | 30 | | 10 | 10 | 10 | 20 | 30 | ```
|
1697
|
+
# input FPS, and smaller or equal to the target FPS. See [Calculate frame rate](
|
1698
|
+
# https://cloud.google.com/transcoder/docs/concepts/frame-rate) for more
|
1699
|
+
# information.
|
1700
1700
|
# Corresponds to the JSON property `frameRate`
|
1701
1701
|
# @return [Float]
|
1702
1702
|
attr_accessor :frame_rate
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.4.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210624"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,29 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-transcoder_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.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-
|
11
|
+
date: 2021-07-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- - "
|
17
|
+
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: '0.
|
19
|
+
version: '0.4'
|
20
|
+
- - "<"
|
21
|
+
- !ruby/object:Gem::Version
|
22
|
+
version: 2.a
|
20
23
|
type: :runtime
|
21
24
|
prerelease: false
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
23
26
|
requirements:
|
24
|
-
- - "
|
27
|
+
- - ">="
|
28
|
+
- !ruby/object:Gem::Version
|
29
|
+
version: '0.4'
|
30
|
+
- - "<"
|
25
31
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
32
|
+
version: 2.a
|
27
33
|
description: This is the simple REST client for Transcoder API V1beta1. Simple REST
|
28
34
|
clients are Ruby client libraries that provide access to Google services via their
|
29
35
|
HTTP REST API endpoints. These libraries are generated and updated automatically
|
@@ -52,7 +58,7 @@ licenses:
|
|
52
58
|
metadata:
|
53
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
60
|
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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.9.0
|
56
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-transcoder_v1beta1
|
57
63
|
post_install_message:
|
58
64
|
rdoc_options: []
|
@@ -69,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
75
|
- !ruby/object:Gem::Version
|
70
76
|
version: '0'
|
71
77
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
78
|
+
rubygems_version: 3.2.17
|
73
79
|
signing_key:
|
74
80
|
specification_version: 4
|
75
81
|
summary: Simple REST client for Transcoder API V1beta1
|