google-shopping-merchant-data_sources-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: d9e30b11401b93ccf72cf942da6e811c23e899b1d9131c0213740ab55897ff33
4
- data.tar.gz: 6252188e73aaeb4a241d38c67bace290e99f2b4865d18bdb7e241ff852e6abc1
3
+ metadata.gz: ce99c7a19a8d252547379b8bb6f0661b04179ab289f3858b2c845ec5871c903f
4
+ data.tar.gz: f7d31d3218c5150112d56f3fa681fa0a9a160bb933ecf4926401ed8c3e9ae0fd
5
5
  SHA512:
6
- metadata.gz: 272657d375c4b37f8fa7ed9713c47c93309fa35f6447c71bd354de67c632dae36beb62169b081fb2c87a946712b4d5dd388216b2682358e1dc3a818e8503dd90
7
- data.tar.gz: b28654877220545e61af3858343f6bec7969efbe222193b7a06bb03d373a5e8c998263fdb9dc852012b0ca158b1acd1130d4a3ff1ec6a1a2634e99c96b99ba7b
6
+ metadata.gz: e713d01dfb50a1d8545ce6b170dc0b8ee6606a73b8afbe44244e765160a12e038c9636df11ae0b57569cabbcef087443dd4324514bb5f8c4aab384a26013bbaf
7
+ data.tar.gz: 35578d9a44282757e86f436b49d208e1ec4ef9c40855a1f741b085249ecef49e818faf4c088c2f8a761ecad8f897ccc2462a17cfb5c327ecd7f5aa8e450e96e6
@@ -843,8 +843,8 @@ module Google
843
843
 
844
844
  config_attr :endpoint, nil, ::String, nil
845
845
  config_attr :credentials, nil do |value|
846
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
847
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
846
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
847
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
848
848
  allowed.any? { |klass| klass === value }
849
849
  end
850
850
  config_attr :scope, nil, ::String, ::Array, nil
@@ -785,7 +785,7 @@ module Google
785
785
 
786
786
  config_attr :endpoint, nil, ::String, nil
787
787
  config_attr :credentials, nil do |value|
788
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
788
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
789
789
  allowed.any? { |klass| klass === value }
790
790
  end
791
791
  config_attr :scope, nil, ::String, ::Array, nil
@@ -382,8 +382,8 @@ module Google
382
382
 
383
383
  config_attr :endpoint, nil, ::String, nil
384
384
  config_attr :credentials, nil do |value|
385
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
386
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
385
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
386
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
387
387
  allowed.any? { |klass| klass === value }
388
388
  end
389
389
  config_attr :scope, nil, ::String, ::Array, nil
@@ -359,7 +359,7 @@ module Google
359
359
 
360
360
  config_attr :endpoint, nil, ::String, nil
361
361
  config_attr :credentials, nil do |value|
362
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
362
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
363
363
  allowed.any? { |klass| klass === value }
364
364
  end
365
365
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module DataSources
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-data_sources-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-03-18 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
@@ -139,14 +133,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
139
133
  requirements:
140
134
  - - ">="
141
135
  - !ruby/object:Gem::Version
142
- version: '3.0'
136
+ version: '3.1'
143
137
  required_rubygems_version: !ruby/object:Gem::Requirement
144
138
  requirements:
145
139
  - - ">="
146
140
  - !ruby/object:Gem::Version
147
141
  version: '0'
148
142
  requirements: []
149
- rubygems_version: 3.6.5
143
+ rubygems_version: 3.6.8
150
144
  specification_version: 4
151
145
  summary: Programmatically manage your Merchant Center Accounts.
152
146
  test_files: []