google-apps-meet-v2beta 0.6.0 → 0.6.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: 4378ef31908d09309c450913c2e849457d566d19ff8329a934456b88ed85a2ea
4
- data.tar.gz: 7977a0b66cc5e326373efd75912a78c1947f9b3bfec334392cbba37d29be933d
3
+ metadata.gz: 0ab8a28c056bf5d5a4dc50118bf4f292d2c7d3be2d82d4d578ae7362c4464550
4
+ data.tar.gz: 864ca9eb56c85c6af13ee6c44ea08d51cd66782287b9c30733353843bdb32443
5
5
  SHA512:
6
- metadata.gz: c3af072b96b20607638e2f8736b44a14be70e35c34ad0f9f72870c129b85bdfbc67019f8557030c88402f24a76163da36907437a3f3c45e3a74c323727c7e392
7
- data.tar.gz: da5c41f8ea28648feb3e61d390eb7de846467e9cb46b1a0f25de83d261c5a4ea1fce8a5e76c1182579299a4866da1f9f9f181214a6791bd73656a603d7473c4a
6
+ metadata.gz: 4333827a00072c9eb5bbaca5415c70159a3197145bff54f8812faff0104ffcc7db60eb911c3f7de9bc027c103a6de66b854c151a690591c9f7a91412626dfda1
7
+ data.tar.gz: 2c43c660a10e385e9a483cd1d98b0b36bb3e524839c224115a9d815c014b6d1e4eea9c097e39949d62c2d17b22d8088e6a22f8e64e18d9f3c5057a73ee5a55bc
@@ -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
@@ -1159,8 +1159,8 @@ module Google
1159
1159
 
1160
1160
  config_attr :endpoint, nil, ::String, nil
1161
1161
  config_attr :credentials, nil do |value|
1162
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1163
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
1162
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1163
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
1164
1164
  allowed.any? { |klass| klass === value }
1165
1165
  end
1166
1166
  config_attr :scope, nil, ::String, ::Array, nil
@@ -1088,7 +1088,7 @@ module Google
1088
1088
 
1089
1089
  config_attr :endpoint, nil, ::String, nil
1090
1090
  config_attr :credentials, nil do |value|
1091
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
1091
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
1092
1092
  allowed.any? { |klass| klass === value }
1093
1093
  end
1094
1094
  config_attr :scope, nil, ::String, ::Array, nil
@@ -21,7 +21,7 @@ module Google
21
21
  module Apps
22
22
  module Meet
23
23
  module V2beta
24
- VERSION = "0.6.0"
24
+ VERSION = "0.6.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apps-meet-v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-02-25 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.5
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: []