google-apps-meet-v2 0.4.1 → 0.4.2

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: a946c1a7e046a50aaedd223269ef79f96b4b8d734c7a4292e4813eeca3f1bdcf
4
- data.tar.gz: 3268714dbaf5a8184cb193d9c6513d60b43baab23261c49bb5655b94647fb442
3
+ metadata.gz: 1f9274dea61e34c1aed16007ef3280c0001573050c388805d590cf33df8d82a4
4
+ data.tar.gz: 5cf67cbe652c5947b44fc2005cccb1e786542113de820ddb2da06339e9f724d2
5
5
  SHA512:
6
- metadata.gz: b6c45338e088a453cc9cf301359d0ab96ea11502d19b4acbebbb9abcf46fd55c56e196bf167397d66eef1c5dee001798488bd3ffdfd0f6a0bf8501ada0b7493b
7
- data.tar.gz: 7c983bec03dd2fe8add591f5d857d9ba72df92323e856466feb42d3bc9266c00331f7d7783718b0601e23b44ff1c2518dfe232179eddd84ed65642a7b61a47fb
6
+ metadata.gz: 831f7f4440f566690f3b5f2c39e3334bb29c8694f2734e9ab3664e5c7c912417f599a6002c572c331c30fbaaa080ff2880fa419dac09d124592db44e35f97a16
7
+ data.tar.gz: 1e38eecb0a5353d26b4c02d7acefb04fca578d6be719a1960d9cac02c1f303efc4a9cfd1f853c21db76b56934ca8601f3793747d53d881e0932ef05e1ea9b95a
@@ -1499,8 +1499,8 @@ module Google
1499
1499
 
1500
1500
  config_attr :endpoint, nil, ::String, nil
1501
1501
  config_attr :credentials, nil do |value|
1502
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1503
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1502
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1503
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1504
1504
  allowed.any? { |klass| klass === value }
1505
1505
  end
1506
1506
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1407,7 +1407,7 @@ module Google
1407
1407
 
1408
1408
  config_attr :endpoint, nil, ::String, nil
1409
1409
  config_attr :credentials, nil do |value|
1410
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1410
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1411
1411
  allowed.any? { |klass| klass === value }
1412
1412
  end
1413
1413
  config_attr :scope, nil, ::String, ::Array, nil
@@ -674,8 +674,8 @@ module Google
674
674
 
675
675
  config_attr :endpoint, nil, ::String, nil
676
676
  config_attr :credentials, nil do |value|
677
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
678
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
677
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
678
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
679
679
  allowed.any? { |klass| klass === value }
680
680
  end
681
681
  config_attr :scope, nil, ::String, ::Array, nil
@@ -638,7 +638,7 @@ module Google
638
638
 
639
639
  config_attr :endpoint, nil, ::String, nil
640
640
  config_attr :credentials, nil do |value|
641
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
641
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
642
642
  allowed.any? { |klass| klass === value }
643
643
  end
644
644
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Apps
22
22
  module Meet
23
23
  module V2
24
- VERSION = "0.4.1"
24
+ VERSION = "0.4.2"
25
25
  end
26
26
  end
27
27
  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-apps-meet-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.1
4
+ version: 0.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-31 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
@@ -105,7 +105,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  requirements: []
108
- rubygems_version: 3.6.2
108
+ rubygems_version: 3.6.8
109
109
  specification_version: 4
110
110
  summary: Create and manage meetings in Google Meet.
111
111
  test_files: []