google-apps-meet-v2 0.4.1 → 0.5.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: a946c1a7e046a50aaedd223269ef79f96b4b8d734c7a4292e4813eeca3f1bdcf
4
- data.tar.gz: 3268714dbaf5a8184cb193d9c6513d60b43baab23261c49bb5655b94647fb442
3
+ metadata.gz: a1b955862fb2f41c642dc91ddfa07d8055c82039c35e41f5149491bae9385962
4
+ data.tar.gz: 7956d0110108076cc7f2cba49faf06c2e37ebd370d622f148ecad5fdae0be14c
5
5
  SHA512:
6
- metadata.gz: b6c45338e088a453cc9cf301359d0ab96ea11502d19b4acbebbb9abcf46fd55c56e196bf167397d66eef1c5dee001798488bd3ffdfd0f6a0bf8501ada0b7493b
7
- data.tar.gz: 7c983bec03dd2fe8add591f5d857d9ba72df92323e856466feb42d3bc9266c00331f7d7783718b0601e23b44ff1c2518dfe232179eddd84ed65642a7b61a47fb
6
+ metadata.gz: 70ca0ade31ddd3d10abb7e53f9ef2159ec19a5e0c9909dfe8cf6c1c3e359c9da86d942f90a3776de8f0e279415192bda65e9779562ccd5245b442ed7d4033494
7
+ data.tar.gz: b93f859ff215511cad80e7490c2f0f39b2eecc9aa0d5f818063bb6b96c458326a72706a5df6d93febbfdb2bb6f07b4bf3695e58d6cca97c441974751d20b22c1
@@ -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.5.0"
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,34 +1,28 @@
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.5.0
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
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
@@ -98,14 +92,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
98
92
  requirements:
99
93
  - - ">="
100
94
  - !ruby/object:Gem::Version
101
- version: '3.0'
95
+ version: '3.1'
102
96
  required_rubygems_version: !ruby/object:Gem::Requirement
103
97
  requirements:
104
98
  - - ">="
105
99
  - !ruby/object:Gem::Version
106
100
  version: '0'
107
101
  requirements: []
108
- rubygems_version: 3.6.2
102
+ rubygems_version: 3.6.8
109
103
  specification_version: 4
110
104
  summary: Create and manage meetings in Google Meet.
111
105
  test_files: []