google-shopping-merchant-accounts-v1beta 0.7.0 → 0.8.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 +4 -4
- data/lib/google/shopping/merchant/accounts/v1beta/account_issue_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/account_issue_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/account_tax_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/account_tax_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/accounts_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/accounts_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/autofeed_settings_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/autofeed_settings_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/automatic_improvements_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/automatic_improvements_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/business_identity_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/business_identity_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/business_info_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/business_info_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/email_preferences_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/email_preferences_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/homepage_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/homepage_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/programs_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/programs_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/regions_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/regions_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/user_service/client.rb +2 -2
- data/lib/google/shopping/merchant/accounts/v1beta/user_service/rest/client.rb +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/version.rb +1 -1
- metadata +8 -14
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c9a0f7c5c2f75136049b8d6c0f0c0efd7af40a91b68d5d90c5eedadf19310c93
|
4
|
+
data.tar.gz: 40f98c0050ad756c38f76e981094c51f14b84cfc94f96b04b4ef10e80e466259
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '08473a62606a3cf9518185052a0b39c2b85f38f44fffaf41b12030076686266bbad1a46be75dc2f16e628f8ffaa9187580f10040740ea240d2ee2abdd76e08fe'
|
7
|
+
data.tar.gz: 3b5b4581f07c192c15da582fbb4756fe22f8cee496d180d1a0cc7647963ea77a04778b19ece7ba5dcad5c6dddb34f5ad18e0b2cb7081b577e349b77500d337ad
|
@@ -405,8 +405,8 @@ module Google
|
|
405
405
|
|
406
406
|
config_attr :endpoint, nil, ::String, nil
|
407
407
|
config_attr :credentials, nil do |value|
|
408
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
409
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
408
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
409
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
410
410
|
allowed.any? { |klass| klass === value }
|
411
411
|
end
|
412
412
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -382,7 +382,7 @@ 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]
|
385
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
386
386
|
allowed.any? { |klass| klass === value }
|
387
387
|
end
|
388
388
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -570,8 +570,8 @@ module Google
|
|
570
570
|
|
571
571
|
config_attr :endpoint, nil, ::String, nil
|
572
572
|
config_attr :credentials, nil do |value|
|
573
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
574
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
573
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
574
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
575
575
|
allowed.any? { |klass| klass === value }
|
576
576
|
end
|
577
577
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -533,7 +533,7 @@ module Google
|
|
533
533
|
|
534
534
|
config_attr :endpoint, nil, ::String, nil
|
535
535
|
config_attr :credentials, nil do |value|
|
536
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
536
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
537
537
|
allowed.any? { |klass| klass === value }
|
538
538
|
end
|
539
539
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -861,8 +861,8 @@ module Google
|
|
861
861
|
|
862
862
|
config_attr :endpoint, nil, ::String, nil
|
863
863
|
config_attr :credentials, nil do |value|
|
864
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
865
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
864
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
865
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
866
866
|
allowed.any? { |klass| klass === value }
|
867
867
|
end
|
868
868
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -819,7 +819,7 @@ module Google
|
|
819
819
|
|
820
820
|
config_attr :endpoint, nil, ::String, nil
|
821
821
|
config_attr :credentials, nil do |value|
|
822
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
822
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
823
823
|
allowed.any? { |klass| klass === value }
|
824
824
|
end
|
825
825
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -468,8 +468,8 @@ module Google
|
|
468
468
|
|
469
469
|
config_attr :endpoint, nil, ::String, nil
|
470
470
|
config_attr :credentials, nil do |value|
|
471
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
472
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
471
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
472
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
473
473
|
allowed.any? { |klass| klass === value }
|
474
474
|
end
|
475
475
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -438,7 +438,7 @@ module Google
|
|
438
438
|
|
439
439
|
config_attr :endpoint, nil, ::String, nil
|
440
440
|
config_attr :credentials, nil do |value|
|
441
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
441
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
442
442
|
allowed.any? { |klass| klass === value }
|
443
443
|
end
|
444
444
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -478,8 +478,8 @@ module Google
|
|
478
478
|
|
479
479
|
config_attr :endpoint, nil, ::String, nil
|
480
480
|
config_attr :credentials, nil do |value|
|
481
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
482
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
481
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
482
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
483
483
|
allowed.any? { |klass| klass === value }
|
484
484
|
end
|
485
485
|
config_attr :scope, nil, ::String, ::Array, nil
|
data/lib/google/shopping/merchant/accounts/v1beta/automatic_improvements_service/rest/client.rb
CHANGED
@@ -448,7 +448,7 @@ module Google
|
|
448
448
|
|
449
449
|
config_attr :endpoint, nil, ::String, nil
|
450
450
|
config_attr :credentials, nil do |value|
|
451
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
451
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
452
452
|
allowed.any? { |klass| klass === value }
|
453
453
|
end
|
454
454
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -469,8 +469,8 @@ module Google
|
|
469
469
|
|
470
470
|
config_attr :endpoint, nil, ::String, nil
|
471
471
|
config_attr :credentials, nil do |value|
|
472
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
473
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
472
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
473
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
474
474
|
allowed.any? { |klass| klass === value }
|
475
475
|
end
|
476
476
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -439,7 +439,7 @@ module Google
|
|
439
439
|
|
440
440
|
config_attr :endpoint, nil, ::String, nil
|
441
441
|
config_attr :credentials, nil do |value|
|
442
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
442
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
443
443
|
allowed.any? { |klass| klass === value }
|
444
444
|
end
|
445
445
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -468,8 +468,8 @@ module Google
|
|
468
468
|
|
469
469
|
config_attr :endpoint, nil, ::String, nil
|
470
470
|
config_attr :credentials, nil do |value|
|
471
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
472
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
471
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
472
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
473
473
|
allowed.any? { |klass| klass === value }
|
474
474
|
end
|
475
475
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -438,7 +438,7 @@ module Google
|
|
438
438
|
|
439
439
|
config_attr :endpoint, nil, ::String, nil
|
440
440
|
config_attr :credentials, nil do |value|
|
441
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
441
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
442
442
|
allowed.any? { |klass| klass === value }
|
443
443
|
end
|
444
444
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -483,8 +483,8 @@ module Google
|
|
483
483
|
|
484
484
|
config_attr :endpoint, nil, ::String, nil
|
485
485
|
config_attr :credentials, nil do |value|
|
486
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
487
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
486
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
487
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
488
488
|
allowed.any? { |klass| klass === value }
|
489
489
|
end
|
490
490
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -453,7 +453,7 @@ module Google
|
|
453
453
|
|
454
454
|
config_attr :endpoint, nil, ::String, nil
|
455
455
|
config_attr :credentials, nil do |value|
|
456
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
456
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
457
457
|
allowed.any? { |klass| klass === value }
|
458
458
|
end
|
459
459
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -652,8 +652,8 @@ module Google
|
|
652
652
|
|
653
653
|
config_attr :endpoint, nil, ::String, nil
|
654
654
|
config_attr :credentials, nil do |value|
|
655
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
656
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
655
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
656
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
657
657
|
allowed.any? { |klass| klass === value }
|
658
658
|
end
|
659
659
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -608,7 +608,7 @@ module Google
|
|
608
608
|
|
609
609
|
config_attr :endpoint, nil, ::String, nil
|
610
610
|
config_attr :credentials, nil do |value|
|
611
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
611
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
612
612
|
allowed.any? { |klass| klass === value }
|
613
613
|
end
|
614
614
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -491,8 +491,8 @@ module Google
|
|
491
491
|
|
492
492
|
config_attr :endpoint, nil, ::String, nil
|
493
493
|
config_attr :credentials, nil do |value|
|
494
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
495
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
494
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
495
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
496
496
|
allowed.any? { |klass| klass === value }
|
497
497
|
end
|
498
498
|
config_attr :scope, nil, ::String, ::Array, nil
|
data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/rest/client.rb
CHANGED
@@ -461,7 +461,7 @@ module Google
|
|
461
461
|
|
462
462
|
config_attr :endpoint, nil, ::String, nil
|
463
463
|
config_attr :credentials, nil do |value|
|
464
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
464
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
465
465
|
allowed.any? { |klass| klass === value }
|
466
466
|
end
|
467
467
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -663,8 +663,8 @@ module Google
|
|
663
663
|
|
664
664
|
config_attr :endpoint, nil, ::String, nil
|
665
665
|
config_attr :credentials, nil do |value|
|
666
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
667
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
666
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
667
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
668
668
|
allowed.any? { |klass| klass === value }
|
669
669
|
end
|
670
670
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -619,7 +619,7 @@ module Google
|
|
619
619
|
|
620
620
|
config_attr :endpoint, nil, ::String, nil
|
621
621
|
config_attr :credentials, nil do |value|
|
622
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
622
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
623
623
|
allowed.any? { |klass| klass === value }
|
624
624
|
end
|
625
625
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -756,8 +756,8 @@ module Google
|
|
756
756
|
|
757
757
|
config_attr :endpoint, nil, ::String, nil
|
758
758
|
config_attr :credentials, nil do |value|
|
759
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
760
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
759
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
760
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
761
761
|
allowed.any? { |klass| klass === value }
|
762
762
|
end
|
763
763
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -705,7 +705,7 @@ module Google
|
|
705
705
|
|
706
706
|
config_attr :endpoint, nil, ::String, nil
|
707
707
|
config_attr :credentials, nil do |value|
|
708
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
708
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
709
709
|
allowed.any? { |klass| klass === value }
|
710
710
|
end
|
711
711
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -465,8 +465,8 @@ 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]
|
469
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
468
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
469
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
470
470
|
allowed.any? { |klass| klass === value }
|
471
471
|
end
|
472
472
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -435,7 +435,7 @@ module Google
|
|
435
435
|
|
436
436
|
config_attr :endpoint, nil, ::String, nil
|
437
437
|
config_attr :credentials, nil do |value|
|
438
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
438
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
439
439
|
allowed.any? { |klass| klass === value }
|
440
440
|
end
|
441
441
|
config_attr :scope, nil, ::String, ::Array, nil
|
data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/client.rb
CHANGED
@@ -467,8 +467,8 @@ module Google
|
|
467
467
|
|
468
468
|
config_attr :endpoint, nil, ::String, nil
|
469
469
|
config_attr :credentials, nil do |value|
|
470
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
471
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
470
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
471
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
472
472
|
allowed.any? { |klass| klass === value }
|
473
473
|
end
|
474
474
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -437,7 +437,7 @@ module Google
|
|
437
437
|
|
438
438
|
config_attr :endpoint, nil, ::String, nil
|
439
439
|
config_attr :credentials, nil do |value|
|
440
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
440
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
441
441
|
allowed.any? { |klass| klass === value }
|
442
442
|
end
|
443
443
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -554,8 +554,8 @@ module Google
|
|
554
554
|
|
555
555
|
config_attr :endpoint, nil, ::String, nil
|
556
556
|
config_attr :credentials, nil do |value|
|
557
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
558
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
557
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
558
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
559
559
|
allowed.any? { |klass| klass === value }
|
560
560
|
end
|
561
561
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -525,7 +525,7 @@ module Google
|
|
525
525
|
|
526
526
|
config_attr :endpoint, nil, ::String, nil
|
527
527
|
config_attr :credentials, nil do |value|
|
528
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
528
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
529
529
|
allowed.any? { |klass| klass === value }
|
530
530
|
end
|
531
531
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -759,8 +759,8 @@ module Google
|
|
759
759
|
|
760
760
|
config_attr :endpoint, nil, ::String, nil
|
761
761
|
config_attr :credentials, nil do |value|
|
762
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
763
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
762
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
763
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
764
764
|
allowed.any? { |klass| klass === value }
|
765
765
|
end
|
766
766
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -708,7 +708,7 @@ module Google
|
|
708
708
|
|
709
709
|
config_attr :endpoint, nil, ::String, nil
|
710
710
|
config_attr :credentials, nil do |value|
|
711
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
711
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
712
712
|
allowed.any? { |klass| klass === value }
|
713
713
|
end
|
714
714
|
config_attr :scope, nil, ::String, ::Array, nil
|
metadata
CHANGED
@@ -1,34 +1,28 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-shopping-merchant-accounts-v1beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
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:
|
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:
|
25
|
+
version: '1.0'
|
32
26
|
- !ruby/object:Gem::Dependency
|
33
27
|
name: google-cloud-errors
|
34
28
|
requirement: !ruby/object:Gem::Requirement
|
@@ -291,14 +285,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
291
285
|
requirements:
|
292
286
|
- - ">="
|
293
287
|
- !ruby/object:Gem::Version
|
294
|
-
version: '3.
|
288
|
+
version: '3.1'
|
295
289
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
296
290
|
requirements:
|
297
291
|
- - ">="
|
298
292
|
- !ruby/object:Gem::Version
|
299
293
|
version: '0'
|
300
294
|
requirements: []
|
301
|
-
rubygems_version: 3.6.
|
295
|
+
rubygems_version: 3.6.8
|
302
296
|
specification_version: 4
|
303
297
|
summary: Programmatically manage your Merchant Center Accounts.
|
304
298
|
test_files: []
|