google-apis-transcoder_v1beta1 0.8.0 → 0.12.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: 28a734496d878982e50f58ca8ed55026d87000cc3909406722a40d2b65aba2dc
4
- data.tar.gz: 3a0e6cc741a7329351a31c88738d59c77f6571168b8469d48ae3e5a9000acd9d
3
+ metadata.gz: 842045ddb6843d49fa2056f09a6ee0038089f26309de99a6915695bffc1238af
4
+ data.tar.gz: 38bd94db9a66622fcba3275dc0ea2106b92eb5e20e7efe2d2c64e33430e520c3
5
5
  SHA512:
6
- metadata.gz: 87aa0480e591afc4bab5989ded56e0ba6d798f8a34afad191a4a322f6f776db39417526325c1b8dd11e7a470033be24f6c676bc8ca1eaa61fb13b443b195c50c
7
- data.tar.gz: 84b1f88649285f5a0011526a16a408080d562c71805aa913eea66ed4406efba82813df63ca9324e46c5dab6f494f642e50b5e0bd9cce9600873743cb832c4276
6
+ metadata.gz: f2ec00f2ad25dfd3f044d8f5fd01cd44ea9c6e232bdc8d0c761c8c2fd5ecaab26e49411569209c29612400f1e8966898c7e277adedf304eb6d6b53aa9240fa4c
7
+ data.tar.gz: e80d2b079c70f68edb4d6c2ee3544c7d77e5edca48fd82bf82bdd3128bf82e146d0d0e749148900a7dfbe9549f984449130d80a35c76a99272cf08ad8f44330e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-transcoder_v1beta1
2
2
 
3
+ ### v0.12.0 (2021-10-21)
4
+
5
+ * Unspecified changes
6
+
7
+ ### v0.11.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210809
10
+
11
+ ### v0.10.0 (2021-08-03)
12
+
13
+ * Regenerated from discovery document revision 20210731
14
+
15
+ ### v0.9.0 (2021-06-29)
16
+
17
+ * Regenerated using generator version 0.4.0
18
+
3
19
  ### v0.8.0 (2021-06-26)
4
20
 
5
21
  * Regenerated from discovery document revision 20210624
data/OVERVIEW.md CHANGED
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Transcoder service in particular.)
67
67
 
@@ -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. 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.8.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.3.0"
22
+ GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210624"
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.8.0
4
+ version: 0.12.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-06-28 00:00:00.000000000 Z
11
+ date: 2021-10-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.3'
19
+ version: '0.4'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.3'
29
+ version: '0.4'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
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.8.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-transcoder_v1beta1
60
+ changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1beta1/CHANGELOG.md
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-transcoder_v1beta1/v0.12.0
62
+ source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-transcoder_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
65
65
  require_paths: