google-apis-transcoder_v1beta1 0.7.0 → 0.11.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: 72e00987c611e68f750ef3310e659a819a9f03eda512f0553bf4958591fb037f
|
4
|
+
data.tar.gz: ff0fa4862e48de44a9f4bf7a7ffbca5142b071160b5cb70690fbe30ac2dcf056
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 65511e028586ce94610b2eaa2725e1ab168e62506750a232f2b9a7c1f412a19de70ae973bd4482ef76cbaf58bcf4743e7ce8f26d24bde0b3c88a185f8fcc6afb
|
7
|
+
data.tar.gz: c8e230d4ad747f022977aa0262b24dbcfd3414691910eb0e80396c7975082dab44f20ceab40213d2ae6913204153e2433fc5f906147875bf9e6332ca53ac25e8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,22 @@
|
|
1
1
|
# Release history for google-apis-transcoder_v1beta1
|
2
2
|
|
3
|
+
### v0.11.0 (2021-09-01)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20210809
|
6
|
+
|
7
|
+
### v0.10.0 (2021-08-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20210731
|
10
|
+
|
11
|
+
### v0.9.0 (2021-06-29)
|
12
|
+
|
13
|
+
* Regenerated using generator version 0.4.0
|
14
|
+
|
15
|
+
### v0.8.0 (2021-06-26)
|
16
|
+
|
17
|
+
* Regenerated from discovery document revision 20210624
|
18
|
+
* Regenerated using generator version 0.3.0
|
19
|
+
|
3
20
|
### v0.7.0 (2021-05-20)
|
4
21
|
|
5
22
|
* Unspecified changes
|
@@ -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
|
@@ -1121,65 +1121,6 @@ module Google
|
|
1121
1121
|
end
|
1122
1122
|
end
|
1123
1123
|
|
1124
|
-
# Represents the metadata of the long-running operation.
|
1125
|
-
class OperationMetadata
|
1126
|
-
include Google::Apis::Core::Hashable
|
1127
|
-
|
1128
|
-
# [Output only] API version used to start the operation.
|
1129
|
-
# Corresponds to the JSON property `apiVersion`
|
1130
|
-
# @return [String]
|
1131
|
-
attr_accessor :api_version
|
1132
|
-
|
1133
|
-
# [Output only] Identifies whether the user has requested cancellation of the
|
1134
|
-
# operation. Operations that have successfully been cancelled have Operation.
|
1135
|
-
# error value with a google.rpc.Status.code of 1, corresponding to `Code.
|
1136
|
-
# CANCELLED`.
|
1137
|
-
# Corresponds to the JSON property `cancelRequested`
|
1138
|
-
# @return [Boolean]
|
1139
|
-
attr_accessor :cancel_requested
|
1140
|
-
alias_method :cancel_requested?, :cancel_requested
|
1141
|
-
|
1142
|
-
# [Output only] The time the operation was created.
|
1143
|
-
# Corresponds to the JSON property `createTime`
|
1144
|
-
# @return [String]
|
1145
|
-
attr_accessor :create_time
|
1146
|
-
|
1147
|
-
# [Output only] The time the operation finished running.
|
1148
|
-
# Corresponds to the JSON property `endTime`
|
1149
|
-
# @return [String]
|
1150
|
-
attr_accessor :end_time
|
1151
|
-
|
1152
|
-
# [Output only] Human-readable status of the operation, if any.
|
1153
|
-
# Corresponds to the JSON property `statusDetail`
|
1154
|
-
# @return [String]
|
1155
|
-
attr_accessor :status_detail
|
1156
|
-
|
1157
|
-
# [Output only] Server-defined resource path for the target of the operation.
|
1158
|
-
# Corresponds to the JSON property `target`
|
1159
|
-
# @return [String]
|
1160
|
-
attr_accessor :target
|
1161
|
-
|
1162
|
-
# [Output only] Name of the verb executed by the operation.
|
1163
|
-
# Corresponds to the JSON property `verb`
|
1164
|
-
# @return [String]
|
1165
|
-
attr_accessor :verb
|
1166
|
-
|
1167
|
-
def initialize(**args)
|
1168
|
-
update!(**args)
|
1169
|
-
end
|
1170
|
-
|
1171
|
-
# Update properties of this object
|
1172
|
-
def update!(**args)
|
1173
|
-
@api_version = args[:api_version] if args.key?(:api_version)
|
1174
|
-
@cancel_requested = args[:cancel_requested] if args.key?(:cancel_requested)
|
1175
|
-
@create_time = args[:create_time] if args.key?(:create_time)
|
1176
|
-
@end_time = args[:end_time] if args.key?(:end_time)
|
1177
|
-
@status_detail = args[:status_detail] if args.key?(:status_detail)
|
1178
|
-
@target = args[:target] if args.key?(:target)
|
1179
|
-
@verb = args[:verb] if args.key?(:verb)
|
1180
|
-
end
|
1181
|
-
end
|
1182
|
-
|
1183
1124
|
# The origin URI.
|
1184
1125
|
class OriginUri
|
1185
1126
|
include Google::Apis::Core::Hashable
|
@@ -1660,8 +1601,9 @@ module Google
|
|
1660
1601
|
attr_accessor :b_pyramid
|
1661
1602
|
alias_method :b_pyramid?, :b_pyramid
|
1662
1603
|
|
1663
|
-
# Required. The video bitrate in bits per second.
|
1664
|
-
# 000,000.
|
1604
|
+
# Required. The video bitrate in bits per second. The minimum value is 1,000.
|
1605
|
+
# The maximum value for H264/H265 is 800,000,000. The maximum value for VP9 is
|
1606
|
+
# 480,000,000.
|
1665
1607
|
# Corresponds to the JSON property `bitrateBps`
|
1666
1608
|
# @return [Fixnum]
|
1667
1609
|
attr_accessor :bitrate_bps
|
@@ -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.11.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 = "20210809"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -208,12 +208,6 @@ module Google
|
|
208
208
|
include Google::Apis::Core::JsonObjectSupport
|
209
209
|
end
|
210
210
|
|
211
|
-
class OperationMetadata
|
212
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
-
|
214
|
-
include Google::Apis::Core::JsonObjectSupport
|
215
|
-
end
|
216
|
-
|
217
211
|
class OriginUri
|
218
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
213
|
|
@@ -622,19 +616,6 @@ module Google
|
|
622
616
|
end
|
623
617
|
end
|
624
618
|
|
625
|
-
class OperationMetadata
|
626
|
-
# @private
|
627
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
628
|
-
property :api_version, as: 'apiVersion'
|
629
|
-
property :cancel_requested, as: 'cancelRequested'
|
630
|
-
property :create_time, as: 'createTime'
|
631
|
-
property :end_time, as: 'endTime'
|
632
|
-
property :status_detail, as: 'statusDetail'
|
633
|
-
property :target, as: 'target'
|
634
|
-
property :verb, as: 'verb'
|
635
|
-
end
|
636
|
-
end
|
637
|
-
|
638
619
|
class OriginUri
|
639
620
|
# @private
|
640
621
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -29,7 +29,7 @@ module Google
|
|
29
29
|
# This is NOT the gem version.
|
30
30
|
VERSION = 'V1beta1'
|
31
31
|
|
32
|
-
# See, edit, configure, and delete your Google Cloud
|
32
|
+
# See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
|
33
33
|
AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
|
34
34
|
end
|
35
35
|
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.11.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-09-06 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.11.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: []
|