google-apis-transcoder_v1beta1 0.10.0 → 0.11.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: 2174e5a31d1d977c817b81e902b35ecde6d93241646f164a1dfdc5dd78d4a952
4
- data.tar.gz: f44b7d32627c9c2f37a31e1efbc013715c0e7755142a6347a04227545479f66a
3
+ metadata.gz: 72e00987c611e68f750ef3310e659a819a9f03eda512f0553bf4958591fb037f
4
+ data.tar.gz: ff0fa4862e48de44a9f4bf7a7ffbca5142b071160b5cb70690fbe30ac2dcf056
5
5
  SHA512:
6
- metadata.gz: 14115510008acc0398327728ca7ab51499a6cdefae4de76e9a0a9e26cc905e397804be446c5d8008d119bd45703a5c2cfeef79c4209bc16714c8fee35a0980a2
7
- data.tar.gz: acf49b14822dfd14113014e92894339be427109d2751d0e7412db3713c0579e7ea93e55c421f6a57d577b3ef74668029b054be15b7ecd5654b7fa355f46812ac
6
+ metadata.gz: 65511e028586ce94610b2eaa2725e1ab168e62506750a232f2b9a7c1f412a19de70ae973bd4482ef76cbaf58bcf4743e7ce8f26d24bde0b3c88a185f8fcc6afb
7
+ data.tar.gz: c8e230d4ad747f022977aa0262b24dbcfd3414691910eb0e80396c7975082dab44f20ceab40213d2ae6913204153e2433fc5f906147875bf9e6332ca53ac25e8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.10.0 (2021-08-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20210731
@@ -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 been cancelled successfully 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. Must be between 1 and 1,000,
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.10.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210731"
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 Platform data
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,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.10.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-08-09 00:00:00.000000000 Z
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
@@ -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/master/generated/google-apis-transcoder_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.10.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.11.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-transcoder_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []