google-shopping-merchant-lfp-v1beta 0.4.0 → 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: 75fb8c28dd2b4f5292e29b25a4ea252f559effe806fbb398a85a829695188bb3
4
- data.tar.gz: cc1cf53e123e31527d500d6941bb473bf50ae4de8bed66fc44c43a77b635af08
3
+ metadata.gz: 6532090a8e51608c35ff7c318a502dfef196907896f3a4bbba21bc5c98fd9acb
4
+ data.tar.gz: 9a148b4772c924ca82645efa635e8c2df91f2a6c7105e473f767273b4158b603
5
5
  SHA512:
6
- metadata.gz: 5125047d99d35d2b281be7220051f9664e6907c1fcfc1d1c228fcd021ac5239cd581570117412d6ec252bfc810eafad8ec94f0592aeac81dc47eb6c906010604
7
- data.tar.gz: 6abb46afa868462588a45944380cd1969080bbd43a20faeb62a1781962b1920d726eb34e41f419961704f5c1be41a8e5833647141f299524d2de9e799cae068d
6
+ metadata.gz: 6b2ac9e4d7ecde949c8e94c0a8e0f3baba0ad670be5df02613341f58389939ae535675c82556bec72c75c18ee6b0e084ca378af8f3e03598b4f163558ca5c382
7
+ data.tar.gz: b35ae686db427d38451f7980296b203b142eaff00859f1291c0e58687527960b8271e37b4de76cae21d2c24ee1e1661ef3f95224862de9159145c4faaa0cfa37
@@ -386,8 +386,8 @@ module Google
386
386
 
387
387
  config_attr :endpoint, nil, ::String, nil
388
388
  config_attr :credentials, nil do |value|
389
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
390
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
389
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
390
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
391
391
  allowed.any? { |klass| klass === value }
392
392
  end
393
393
  config_attr :scope, nil, ::String, ::Array, nil
@@ -363,7 +363,7 @@ module Google
363
363
 
364
364
  config_attr :endpoint, nil, ::String, nil
365
365
  config_attr :credentials, nil do |value|
366
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
366
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
367
367
  allowed.any? { |klass| klass === value }
368
368
  end
369
369
  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
@@ -384,8 +384,8 @@ module Google
384
384
 
385
385
  config_attr :endpoint, nil, ::String, nil
386
386
  config_attr :credentials, nil do |value|
387
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
388
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
387
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
388
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
389
389
  allowed.any? { |klass| klass === value }
390
390
  end
391
391
  config_attr :scope, nil, ::String, ::Array, nil
@@ -361,7 +361,7 @@ module Google
361
361
 
362
362
  config_attr :endpoint, nil, ::String, nil
363
363
  config_attr :credentials, nil do |value|
364
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
364
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
365
365
  allowed.any? { |klass| klass === value }
366
366
  end
367
367
  config_attr :scope, nil, ::String, ::Array, nil
@@ -665,8 +665,8 @@ module Google
665
665
 
666
666
  config_attr :endpoint, nil, ::String, nil
667
667
  config_attr :credentials, nil do |value|
668
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
669
- allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
668
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
669
+ allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
670
670
  allowed.any? { |klass| klass === value }
671
671
  end
672
672
  config_attr :scope, nil, ::String, ::Array, nil
@@ -621,7 +621,7 @@ module Google
621
621
 
622
622
  config_attr :endpoint, nil, ::String, nil
623
623
  config_attr :credentials, nil do |value|
624
- allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
624
+ allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
625
625
  allowed.any? { |klass| klass === value }
626
626
  end
627
627
  config_attr :scope, nil, ::String, ::Array, nil
@@ -22,7 +22,7 @@ module Google
22
22
  module Merchant
23
23
  module Lfp
24
24
  module V1beta
25
- VERSION = "0.4.0"
25
+ VERSION = "0.5.0"
26
26
  end
27
27
  end
28
28
  end
@@ -33,10 +33,12 @@ module Google
33
33
  # to.
34
34
  # @!attribute [r] store_states
35
35
  # @return [::Array<::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::LfpStoreState>]
36
- # Output only. The state per store from the specified merchant.
36
+ # Output only. The state per store from the specified merchant. The field
37
+ # will be absent if the merchant has no stores submitted through LFP.
37
38
  # @!attribute [rw] inventory_stats
38
39
  # @return [::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::InventoryStats]
39
- # The inventory statistics for the merchant.
40
+ # The inventory statistics for the merchant. The field will be absent if the
41
+ # merchant has no inventory submitted through LFP.
40
42
  # @!attribute [rw] country_settings
41
43
  # @return [::Array<::Google::Shopping::Merchant::Lfp::V1beta::LfpMerchantState::CountrySettings>]
42
44
  # Country-specific settings for the merchant.
metadata CHANGED
@@ -1,34 +1,28 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-merchant-lfp-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.0
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-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
@@ -153,14 +147,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
153
147
  requirements:
154
148
  - - ">="
155
149
  - !ruby/object:Gem::Version
156
- version: '3.0'
150
+ version: '3.1'
157
151
  required_rubygems_version: !ruby/object:Gem::Requirement
158
152
  requirements:
159
153
  - - ">="
160
154
  - !ruby/object:Gem::Version
161
155
  version: '0'
162
156
  requirements: []
163
- rubygems_version: 3.6.5
157
+ rubygems_version: 3.6.8
164
158
  specification_version: 4
165
159
  summary: Programmatically manage your Merchant Center Accounts.
166
160
  test_files: []