google-shopping-merchant-products-v1beta 0.5.0 → 0.6.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: 68be3512ce0c07679e39a2aa9dfe15e63cd1511bbdd92e065cb0c2672d2e5b39
4
- data.tar.gz: fa12c874feafe410886a11d673faa8a1d98c63831b78d49f9595d5692841d602
3
+ metadata.gz: 8f42673d72e6e5d499341b4689270348a5c3d539bec4a7baa2499df6896d9faf
4
+ data.tar.gz: b456351416e98a3a4bc0e42b4d47018fe8853f2744c92fcf7b1550fd138c412b
5
5
  SHA512:
6
- metadata.gz: 1edcb8464090f0af0ce43aeb14d32d98d2db2f8531ba8ed05daa9404ba8dc001b8bbf8a9ed9fec74e8a8a816980934d986c44cfd99bc6641fa7806ac6905e62b
7
- data.tar.gz: a49c9c38a6513a5a87a464ed096e903189b88b27dca5dee588efaad3b085c303a57032afa57a9aa23a4df31381b259100320618495147169d726abdd32bf5d13
6
+ metadata.gz: 4530e04ce3861534340fdb19adc780cfe9d0ce34be54ee0bc1d63e3c0fadc1f0fe0524e390f6394382504ebed2e495ed9f272346295c54e3a96095e447a6f8c9
7
+ data.tar.gz: 95964e99c378796d9dced406b3a3a2f07115d784ecadcf4a8100a7e3abdf1da569cb32cd2eec1c05c6f4fa961ad6dc9afd028d7da13f874bb1e88d54532bc729
@@ -605,8 +605,8 @@ module Google
605
605
 
606
606
  config_attr :endpoint, nil, ::String, nil
607
607
  config_attr :credentials, nil do |value|
608
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
609
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
608
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
609
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
610
610
  allowed.any? { |klass| klass === value }
611
611
  end
612
612
  config_attr :scope, nil, ::String, ::Array, nil
@@ -568,7 +568,7 @@ module Google
568
568
 
569
569
  config_attr :endpoint, nil, ::String, nil
570
570
  config_attr :credentials, nil do |value|
571
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
571
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
572
572
  allowed.any? { |klass| klass === value }
573
573
  end
574
574
  config_attr :scope, nil, ::String, ::Array, nil
@@ -495,8 +495,8 @@ module Google
495
495
 
496
496
  config_attr :endpoint, nil, ::String, nil
497
497
  config_attr :credentials, nil do |value|
498
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
499
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
498
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
499
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
500
500
  allowed.any? { |klass| klass === value }
501
501
  end
502
502
  config_attr :scope, nil, ::String, ::Array, nil
@@ -465,7 +465,7 @@ module Google
465
465
 
466
466
  config_attr :endpoint, nil, ::String, nil
467
467
  config_attr :credentials, nil do |value|
468
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
468
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
469
469
  allowed.any? { |klass| klass === value }
470
470
  end
471
471
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Products
24
24
  module V1beta
25
- VERSION = "0.5.0"
25
+ VERSION = "0.6.0"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-products-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-04-21 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
@@ -136,14 +130,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
136
130
  requirements:
137
131
  - - ">="
138
132
  - !ruby/object:Gem::Version
139
- version: '3.0'
133
+ version: '3.1'
140
134
  required_rubygems_version: !ruby/object:Gem::Requirement
141
135
  requirements:
142
136
  - - ">="
143
137
  - !ruby/object:Gem::Version
144
138
  version: '0'
145
139
  requirements: []
146
- rubygems_version: 3.6.5
140
+ rubygems_version: 3.6.8
147
141
  specification_version: 4
148
142
  summary: Programmatically manage your Merchant Center Accounts.
149
143
  test_files: []