google-cloud-video-transcoder-v1 2.0.0 → 2.1.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: a22dcbe9be45978b5a605b51283df540874193f7bb300475d48c024ef16e4d5f
4
- data.tar.gz: b19e9378be6a07c2b30c1a667695fd16897dc008a79a5f4b1fb7bdf9f0810b87
3
+ metadata.gz: 56ab8b2dbcebfa457e23c5adbcca65a31cfe8d257a089de3de49bf477f1c2321
4
+ data.tar.gz: 1326381c0866ed43759ff89d3d5dc72eba41f4c159b918081a6cf339ccbbe6c7
5
5
  SHA512:
6
- metadata.gz: 3a3fd5e5990721fbc168cac99f4e31df81af0e9b881dd2a5327159654a432da449b01f7e5de5ba91a5955fe053808cd5431fca622dc9928b5cb3be5a63789e13
7
- data.tar.gz: 9f1e9277655d8431d5a2a42cff10df86e1045b83aebb0dcb29068ae62fa0803069beef38467e7d09770009c08fd54dfac06946d1d8f4c03ce79c3d3926b73936
6
+ metadata.gz: b71593c000a908b53e939f07b156fe80f4f6653dce9552645f8302d3b64504f5da2e32ce9ceb839c7a8b99921011ec159c0e36d3c7351c1093848666ebaed5dd
7
+ data.tar.gz: 162486e2f9efbed45b23fd274bdef8e767fbd30ae6d641498b5de3734393b5cbba7bb732d1c06d2667febe54a45c26ba82a77c1bfe228856a5c98c1a1ed8d2c8
@@ -1053,8 +1053,8 @@ module Google
1053
1053
 
1054
1054
  config_attr :endpoint, nil, ::String, nil
1055
1055
  config_attr :credentials, nil do |value|
1056
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1057
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1056
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1057
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1058
1058
  allowed.any? { |klass| klass === value }
1059
1059
  end
1060
1060
  config_attr :scope, nil, ::String, ::Array, nil
@@ -981,7 +981,7 @@ module Google
981
981
 
982
982
  config_attr :endpoint, nil, ::String, nil
983
983
  config_attr :credentials, nil do |value|
984
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
984
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
985
985
  allowed.any? { |klass| klass === value }
986
986
  end
987
987
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Video
23
23
  module Transcoder
24
24
  module V1
25
- VERSION = "2.0.0"
25
+ VERSION = "2.1.0"
26
26
  end
27
27
  end
28
28
  end
@@ -221,6 +221,12 @@ module Google
221
221
  # Pythonic which are included in `protobuf>=5.29.x`. This feature will be
222
222
  # enabled by default 1 month after launching the feature in preview
223
223
  # packages.
224
+ # @!attribute [rw] unversioned_package_disabled
225
+ # @return [::Boolean]
226
+ # Disables generation of an unversioned Python package for this client
227
+ # library. This means that the module names will need to be versioned in
228
+ # import statements. For example `import google.cloud.library_v2` instead
229
+ # of `import google.cloud.library`.
224
230
  class ExperimentalFeatures
225
231
  include ::Google::Protobuf::MessageExts
226
232
  extend ::Google::Protobuf::MessageExts::ClassMethods
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video-transcoder-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-07 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: gapic-common
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ">="
17
- - !ruby/object:Gem::Version
18
- version: 0.25.0
19
- - - "<"
16
+ - - "~>"
20
17
  - !ruby/object:Gem::Version
21
- version: 2.a
18
+ version: '1.0'
22
19
  type: :runtime
23
20
  prerelease: false
24
21
  version_requirements: !ruby/object:Gem::Requirement
25
22
  requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- version: 0.25.0
29
- - - "<"
23
+ - - "~>"
30
24
  - !ruby/object:Gem::Version
31
- version: 2.a
25
+ version: '1.0'
32
26
  - !ruby/object:Gem::Dependency
33
27
  name: google-cloud-errors
34
28
  requirement: !ruby/object:Gem::Requirement
@@ -94,14 +88,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
94
88
  requirements:
95
89
  - - ">="
96
90
  - !ruby/object:Gem::Version
97
- version: '3.0'
91
+ version: '3.1'
98
92
  required_rubygems_version: !ruby/object:Gem::Requirement
99
93
  requirements:
100
94
  - - ">="
101
95
  - !ruby/object:Gem::Version
102
96
  version: '0'
103
97
  requirements: []
104
- rubygems_version: 3.6.3
98
+ rubygems_version: 3.6.8
105
99
  specification_version: 4
106
100
  summary: This API converts video files into formats suitable for consumer distribution.
107
101
  For more information, see the Transcoder API overview.