google-cloud-video-transcoder-v1 2.0.0 → 2.0.1

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: 86c0952d4025eea5beb6a104de054fc3032585cc7f94dbc2b861361310ed8cc7
4
+ data.tar.gz: 7ddb4bfc88a1606ac48489ddd6ad33963184ec7e2f015ada261d5dd5e43be6d8
5
5
  SHA512:
6
- metadata.gz: 3a3fd5e5990721fbc168cac99f4e31df81af0e9b881dd2a5327159654a432da449b01f7e5de5ba91a5955fe053808cd5431fca622dc9928b5cb3be5a63789e13
7
- data.tar.gz: 9f1e9277655d8431d5a2a42cff10df86e1045b83aebb0dcb29068ae62fa0803069beef38467e7d09770009c08fd54dfac06946d1d8f4c03ce79c3d3926b73936
6
+ metadata.gz: 74bfa4bd91a4f52738e159944ba107f29e7936ee1d886b6bc4c9255141520b9fae38b502a145c40c83db15f595921931569417b12794902ae5b34170e6021806
7
+ data.tar.gz: 335633a3efe377410f2888be308ff60b4185f8395d89744e73c7f9d9d41f58c8bbf109d3dfbae1c360d54128da7b090a4d517da57bada07184d945e380d5bc12
@@ -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.0.1"
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,13 +1,13 @@
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.0.1
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
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  - !ruby/object:Gem::Version
102
102
  version: '0'
103
103
  requirements: []
104
- rubygems_version: 3.6.3
104
+ rubygems_version: 3.6.8
105
105
  specification_version: 4
106
106
  summary: This API converts video files into formats suitable for consumer distribution.
107
107
  For more information, see the Transcoder API overview.