google-cloud-gaming-v1 0.1.0 → 0.1.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: e4b2f19756fb171245214b43fa8f5296ec3c2cb4e96540f43cab8812855b92bb
4
- data.tar.gz: 8bc5be52ddcd86260e421a236010309014714af7df6e79ddb401123c2b0d41a8
3
+ metadata.gz: 5e73fb20c756ce9335ee4f5791189d86f5c1fa7b4d21c28145bb13a1138c426c
4
+ data.tar.gz: 664e1ff4efee4f4e3b719d95a7509925b84ee6a5715741251366b2f8d7e02f9a
5
5
  SHA512:
6
- metadata.gz: 8a642c2dfd27301c1790adbba5b341c91f047118fcdca22e9e7d38fe87749d51b08f0cfe45bb34cc5f3a2d95437594cb345be25adc3beb31b81beeeea78c5cb1
7
- data.tar.gz: 730609d1e4474a304acd12735816552d832a9594070fc326b4c87e0cebf769f6d9bb90ae42ac377a19de9f3aa343129be47e76a26871c81ed61aa06d126320c2
6
+ metadata.gz: 3df4f3fa359a298e5d8d30fc80fa7c6b836013813862fee70707108e9ad1915f0a4a586f5f6263fc4373735a7427f6e442a7b4d56a50e74b4b71aea66957691d
7
+ data.tar.gz: 631cefffbeee168d1d5b7ff304594f3717a35ce0de0452b592f24b3bb9f82682b7a1908f9d1d33690f42ec97fb470343cb1c869b0c008d8eb3184f6ca3364e83
@@ -871,7 +871,7 @@ module Google
871
871
 
872
872
  config_attr :endpoint, "gameservices.googleapis.com", ::String
873
873
  config_attr :credentials, nil do |value|
874
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
874
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
875
875
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
876
876
  allowed.any? { |klass| klass === value }
877
877
  end
@@ -475,7 +475,7 @@ module Google
475
475
 
476
476
  config_attr :endpoint, "gameservices.googleapis.com", ::String
477
477
  config_attr :credentials, nil do |value|
478
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
478
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
479
479
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
480
480
  allowed.any? { |klass| klass === value }
481
481
  end
@@ -557,7 +557,7 @@ module Google
557
557
 
558
558
  config_attr :endpoint, "gameservices.googleapis.com", ::String
559
559
  config_attr :credentials, nil do |value|
560
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
560
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
561
561
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
562
562
  allowed.any? { |klass| klass === value }
563
563
  end
@@ -475,7 +475,7 @@ module Google
475
475
 
476
476
  config_attr :endpoint, "gameservices.googleapis.com", ::String
477
477
  config_attr :credentials, nil do |value|
478
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
478
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
479
479
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
480
480
  allowed.any? { |klass| klass === value }
481
481
  end
@@ -952,7 +952,7 @@ module Google
952
952
 
953
953
  config_attr :endpoint, "gameservices.googleapis.com", ::String
954
954
  config_attr :credentials, nil do |value|
955
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
955
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
956
956
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
957
957
  allowed.any? { |klass| klass === value }
958
958
  end
@@ -475,7 +475,7 @@ module Google
475
475
 
476
476
  config_attr :endpoint, "gameservices.googleapis.com", ::String
477
477
  config_attr :credentials, nil do |value|
478
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
478
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
479
479
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
480
480
  allowed.any? { |klass| klass === value }
481
481
  end
@@ -712,7 +712,7 @@ module Google
712
712
 
713
713
  config_attr :endpoint, "gameservices.googleapis.com", ::String
714
714
  config_attr :credentials, nil do |value|
715
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
715
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
716
716
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
717
717
  allowed.any? { |klass| klass === value }
718
718
  end
@@ -475,7 +475,7 @@ module Google
475
475
 
476
476
  config_attr :endpoint, "gameservices.googleapis.com", ::String
477
477
  config_attr :credentials, nil do |value|
478
- allowed = [::String, ::Hash, ::Proc, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
478
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
479
479
  allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
480
480
  allowed.any? { |klass| klass === value }
481
481
  end
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Gaming
23
23
  module V1
24
- VERSION = "0.1.0"
24
+ VERSION = "0.1.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-gaming-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-06 00:00:00.000000000 Z
11
+ date: 2020-08-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common