google-shopping-merchant-accounts-v1beta 0.4.0 → 0.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/shopping/merchant/accounts/v1beta/account_issue_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/account_issue_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/account_tax_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/account_tax_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/accounts_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/accounts_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/autofeed_settings_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/autofeed_settings_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/business_identity_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/business_identity_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/business_info_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/business_info_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/email_preferences_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/email_preferences_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/homepage_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/homepage_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/programs_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/programs_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/regions_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/regions_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/shipping_settings_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/user_service/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/user_service/rest/client.rb +7 -0
- data/lib/google/shopping/merchant/accounts/v1beta/version.rb +1 -1
- data/proto_docs/google/shopping/merchant/accounts/v1beta/online_return_policy.rb +4 -0
- data/proto_docs/google/shopping/merchant/accounts/v1beta/tax_rule.rb +8 -0
- data/proto_docs/google/type/datetime.rb +4 -0
- data/proto_docs/google/type/phone_number.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 29234369a3c430f50e1caed5ca719f2dab3702557cc4d75b5cba08d53a13d15e
|
4
|
+
data.tar.gz: bbc0985d5e10c2dfebd7ace72f9577f39987f4d85852a3f6a91887f321986f2e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d03e9fb1fb51296928aafd98bf05d7c76adf2d8d5f6b479594cdf584f6d3c6e50a52a904101f484218e6af9c824bb471d31bead96238249b4ac9771d8eb31bad
|
7
|
+
data.tar.gz: a39853fff95b34550e2739ca935e762ac824e7b109af80de8ce1ae2d30089981d81e4f2172c1fddb15fa13e610ddff3c876d7c62a53ded58abd30d576c1d81f7
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -344,6 +344,13 @@ module Google
|
|
344
344
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
345
345
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
346
346
|
# * (`nil`) indicating no credentials
|
347
|
+
#
|
348
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
349
|
+
# external source for authentication to Google Cloud, you must validate it before
|
350
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
351
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
352
|
+
# For more information, refer to [Validate credential configurations from external
|
353
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
347
354
|
# @return [::Object]
|
348
355
|
# @!attribute [rw] scope
|
349
356
|
# The OAuth scopes
|
@@ -328,6 +328,13 @@ module Google
|
|
328
328
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
329
329
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
330
330
|
# * (`nil`) indicating no credentials
|
331
|
+
#
|
332
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
333
|
+
# external source for authentication to Google Cloud, you must validate it before
|
334
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
335
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
336
|
+
# For more information, refer to [Validate credential configurations from external
|
337
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
331
338
|
# @return [::Object]
|
332
339
|
# @!attribute [rw] scope
|
333
340
|
# The OAuth scopes
|
@@ -509,6 +509,13 @@ module Google
|
|
509
509
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
510
510
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
511
511
|
# * (`nil`) indicating no credentials
|
512
|
+
#
|
513
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
514
|
+
# external source for authentication to Google Cloud, you must validate it before
|
515
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
516
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
517
|
+
# For more information, refer to [Validate credential configurations from external
|
518
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
512
519
|
# @return [::Object]
|
513
520
|
# @!attribute [rw] scope
|
514
521
|
# The OAuth scopes
|
@@ -479,6 +479,13 @@ module Google
|
|
479
479
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
480
480
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
481
481
|
# * (`nil`) indicating no credentials
|
482
|
+
#
|
483
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
484
|
+
# external source for authentication to Google Cloud, you must validate it before
|
485
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
486
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
487
|
+
# For more information, refer to [Validate credential configurations from external
|
488
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
482
489
|
# @return [::Object]
|
483
490
|
# @!attribute [rw] scope
|
484
491
|
# The OAuth scopes
|
@@ -800,6 +800,13 @@ module Google
|
|
800
800
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
801
801
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
802
802
|
# * (`nil`) indicating no credentials
|
803
|
+
#
|
804
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
805
|
+
# external source for authentication to Google Cloud, you must validate it before
|
806
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
807
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
808
|
+
# For more information, refer to [Validate credential configurations from external
|
809
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
803
810
|
# @return [::Object]
|
804
811
|
# @!attribute [rw] scope
|
805
812
|
# The OAuth scopes
|
@@ -765,6 +765,13 @@ module Google
|
|
765
765
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
766
766
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
767
767
|
# * (`nil`) indicating no credentials
|
768
|
+
#
|
769
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
770
|
+
# external source for authentication to Google Cloud, you must validate it before
|
771
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
772
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
773
|
+
# For more information, refer to [Validate credential configurations from external
|
774
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
768
775
|
# @return [::Object]
|
769
776
|
# @!attribute [rw] scope
|
770
777
|
# The OAuth scopes
|
@@ -407,6 +407,13 @@ module Google
|
|
407
407
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
408
408
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
409
409
|
# * (`nil`) indicating no credentials
|
410
|
+
#
|
411
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
412
|
+
# external source for authentication to Google Cloud, you must validate it before
|
413
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
414
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
415
|
+
# For more information, refer to [Validate credential configurations from external
|
416
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
410
417
|
# @return [::Object]
|
411
418
|
# @!attribute [rw] scope
|
412
419
|
# The OAuth scopes
|
@@ -384,6 +384,13 @@ module Google
|
|
384
384
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
385
385
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
386
386
|
# * (`nil`) indicating no credentials
|
387
|
+
#
|
388
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
389
|
+
# external source for authentication to Google Cloud, you must validate it before
|
390
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
391
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
392
|
+
# For more information, refer to [Validate credential configurations from external
|
393
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
387
394
|
# @return [::Object]
|
388
395
|
# @!attribute [rw] scope
|
389
396
|
# The OAuth scopes
|
@@ -408,6 +408,13 @@ module Google
|
|
408
408
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
409
409
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
410
410
|
# * (`nil`) indicating no credentials
|
411
|
+
#
|
412
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
413
|
+
# external source for authentication to Google Cloud, you must validate it before
|
414
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
415
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
416
|
+
# For more information, refer to [Validate credential configurations from external
|
417
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
411
418
|
# @return [::Object]
|
412
419
|
# @!attribute [rw] scope
|
413
420
|
# The OAuth scopes
|
@@ -385,6 +385,13 @@ module Google
|
|
385
385
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
386
386
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
387
387
|
# * (`nil`) indicating no credentials
|
388
|
+
#
|
389
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
390
|
+
# external source for authentication to Google Cloud, you must validate it before
|
391
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
392
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
393
|
+
# For more information, refer to [Validate credential configurations from external
|
394
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
388
395
|
# @return [::Object]
|
389
396
|
# @!attribute [rw] scope
|
390
397
|
# The OAuth scopes
|
@@ -407,6 +407,13 @@ module Google
|
|
407
407
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
408
408
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
409
409
|
# * (`nil`) indicating no credentials
|
410
|
+
#
|
411
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
412
|
+
# external source for authentication to Google Cloud, you must validate it before
|
413
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
414
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
415
|
+
# For more information, refer to [Validate credential configurations from external
|
416
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
410
417
|
# @return [::Object]
|
411
418
|
# @!attribute [rw] scope
|
412
419
|
# The OAuth scopes
|
@@ -384,6 +384,13 @@ module Google
|
|
384
384
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
385
385
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
386
386
|
# * (`nil`) indicating no credentials
|
387
|
+
#
|
388
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
389
|
+
# external source for authentication to Google Cloud, you must validate it before
|
390
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
391
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
392
|
+
# For more information, refer to [Validate credential configurations from external
|
393
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
387
394
|
# @return [::Object]
|
388
395
|
# @!attribute [rw] scope
|
389
396
|
# The OAuth scopes
|
@@ -422,6 +422,13 @@ module Google
|
|
422
422
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
423
423
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
424
424
|
# * (`nil`) indicating no credentials
|
425
|
+
#
|
426
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
427
|
+
# external source for authentication to Google Cloud, you must validate it before
|
428
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
429
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
430
|
+
# For more information, refer to [Validate credential configurations from external
|
431
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
425
432
|
# @return [::Object]
|
426
433
|
# @!attribute [rw] scope
|
427
434
|
# The OAuth scopes
|
@@ -399,6 +399,13 @@ module Google
|
|
399
399
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
400
400
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
401
401
|
# * (`nil`) indicating no credentials
|
402
|
+
#
|
403
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
404
|
+
# external source for authentication to Google Cloud, you must validate it before
|
405
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
406
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
407
|
+
# For more information, refer to [Validate credential configurations from external
|
408
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
402
409
|
# @return [::Object]
|
403
410
|
# @!attribute [rw] scope
|
404
411
|
# The OAuth scopes
|
@@ -591,6 +591,13 @@ module Google
|
|
591
591
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
592
592
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
593
593
|
# * (`nil`) indicating no credentials
|
594
|
+
#
|
595
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
596
|
+
# external source for authentication to Google Cloud, you must validate it before
|
597
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
598
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
599
|
+
# For more information, refer to [Validate credential configurations from external
|
600
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
594
601
|
# @return [::Object]
|
595
602
|
# @!attribute [rw] scope
|
596
603
|
# The OAuth scopes
|
@@ -554,6 +554,13 @@ module Google
|
|
554
554
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
555
555
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
556
556
|
# * (`nil`) indicating no credentials
|
557
|
+
#
|
558
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
559
|
+
# external source for authentication to Google Cloud, you must validate it before
|
560
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
561
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
562
|
+
# For more information, refer to [Validate credential configurations from external
|
563
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
557
564
|
# @return [::Object]
|
558
565
|
# @!attribute [rw] scope
|
559
566
|
# The OAuth scopes
|
@@ -430,6 +430,13 @@ module Google
|
|
430
430
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
431
431
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
432
432
|
# * (`nil`) indicating no credentials
|
433
|
+
#
|
434
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
435
|
+
# external source for authentication to Google Cloud, you must validate it before
|
436
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
437
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
438
|
+
# For more information, refer to [Validate credential configurations from external
|
439
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
433
440
|
# @return [::Object]
|
434
441
|
# @!attribute [rw] scope
|
435
442
|
# The OAuth scopes
|
data/lib/google/shopping/merchant/accounts/v1beta/online_return_policy_service/rest/client.rb
CHANGED
@@ -407,6 +407,13 @@ module Google
|
|
407
407
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
408
408
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
409
409
|
# * (`nil`) indicating no credentials
|
410
|
+
#
|
411
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
412
|
+
# external source for authentication to Google Cloud, you must validate it before
|
413
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
414
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
415
|
+
# For more information, refer to [Validate credential configurations from external
|
416
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
410
417
|
# @return [::Object]
|
411
418
|
# @!attribute [rw] scope
|
412
419
|
# The OAuth scopes
|
@@ -602,6 +602,13 @@ module Google
|
|
602
602
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
603
603
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
604
604
|
# * (`nil`) indicating no credentials
|
605
|
+
#
|
606
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
607
|
+
# external source for authentication to Google Cloud, you must validate it before
|
608
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
609
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
610
|
+
# For more information, refer to [Validate credential configurations from external
|
611
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
605
612
|
# @return [::Object]
|
606
613
|
# @!attribute [rw] scope
|
607
614
|
# The OAuth scopes
|
@@ -565,6 +565,13 @@ module Google
|
|
565
565
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
566
566
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
567
567
|
# * (`nil`) indicating no credentials
|
568
|
+
#
|
569
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
570
|
+
# external source for authentication to Google Cloud, you must validate it before
|
571
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
572
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
573
|
+
# For more information, refer to [Validate credential configurations from external
|
574
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
568
575
|
# @return [::Object]
|
569
576
|
# @!attribute [rw] scope
|
570
577
|
# The OAuth scopes
|
@@ -695,6 +695,13 @@ module Google
|
|
695
695
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
696
696
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
697
697
|
# * (`nil`) indicating no credentials
|
698
|
+
#
|
699
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
700
|
+
# external source for authentication to Google Cloud, you must validate it before
|
701
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
702
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
703
|
+
# For more information, refer to [Validate credential configurations from external
|
704
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
698
705
|
# @return [::Object]
|
699
706
|
# @!attribute [rw] scope
|
700
707
|
# The OAuth scopes
|
@@ -651,6 +651,13 @@ module Google
|
|
651
651
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
652
652
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
653
653
|
# * (`nil`) indicating no credentials
|
654
|
+
#
|
655
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
656
|
+
# external source for authentication to Google Cloud, you must validate it before
|
657
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
658
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
659
|
+
# For more information, refer to [Validate credential configurations from external
|
660
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
654
661
|
# @return [::Object]
|
655
662
|
# @!attribute [rw] scope
|
656
663
|
# The OAuth scopes
|
@@ -404,6 +404,13 @@ module Google
|
|
404
404
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
405
405
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
406
406
|
# * (`nil`) indicating no credentials
|
407
|
+
#
|
408
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
409
|
+
# external source for authentication to Google Cloud, you must validate it before
|
410
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
411
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
412
|
+
# For more information, refer to [Validate credential configurations from external
|
413
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
407
414
|
# @return [::Object]
|
408
415
|
# @!attribute [rw] scope
|
409
416
|
# The OAuth scopes
|
@@ -381,6 +381,13 @@ module Google
|
|
381
381
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
382
382
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
383
383
|
# * (`nil`) indicating no credentials
|
384
|
+
#
|
385
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
386
|
+
# external source for authentication to Google Cloud, you must validate it before
|
387
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
388
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
389
|
+
# For more information, refer to [Validate credential configurations from external
|
390
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
384
391
|
# @return [::Object]
|
385
392
|
# @!attribute [rw] scope
|
386
393
|
# The OAuth scopes
|
data/lib/google/shopping/merchant/accounts/v1beta/terms_of_service_agreement_state_service/client.rb
CHANGED
@@ -406,6 +406,13 @@ module Google
|
|
406
406
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
407
407
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
408
408
|
# * (`nil`) indicating no credentials
|
409
|
+
#
|
410
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
411
|
+
# external source for authentication to Google Cloud, you must validate it before
|
412
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
413
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
414
|
+
# For more information, refer to [Validate credential configurations from external
|
415
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
409
416
|
# @return [::Object]
|
410
417
|
# @!attribute [rw] scope
|
411
418
|
# The OAuth scopes
|
@@ -383,6 +383,13 @@ module Google
|
|
383
383
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
384
384
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
385
385
|
# * (`nil`) indicating no credentials
|
386
|
+
#
|
387
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
388
|
+
# external source for authentication to Google Cloud, you must validate it before
|
389
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
390
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
391
|
+
# For more information, refer to [Validate credential configurations from external
|
392
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
386
393
|
# @return [::Object]
|
387
394
|
# @!attribute [rw] scope
|
388
395
|
# The OAuth scopes
|
@@ -493,6 +493,13 @@ module Google
|
|
493
493
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
494
494
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
495
495
|
# * (`nil`) indicating no credentials
|
496
|
+
#
|
497
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
498
|
+
# external source for authentication to Google Cloud, you must validate it before
|
499
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
500
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
501
|
+
# For more information, refer to [Validate credential configurations from external
|
502
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
496
503
|
# @return [::Object]
|
497
504
|
# @!attribute [rw] scope
|
498
505
|
# The OAuth scopes
|
@@ -471,6 +471,13 @@ module Google
|
|
471
471
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
472
472
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
473
473
|
# * (`nil`) indicating no credentials
|
474
|
+
#
|
475
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
476
|
+
# external source for authentication to Google Cloud, you must validate it before
|
477
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
478
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
479
|
+
# For more information, refer to [Validate credential configurations from external
|
480
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
474
481
|
# @return [::Object]
|
475
482
|
# @!attribute [rw] scope
|
476
483
|
# The OAuth scopes
|
@@ -698,6 +698,13 @@ module Google
|
|
698
698
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
699
699
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
700
700
|
# * (`nil`) indicating no credentials
|
701
|
+
#
|
702
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
703
|
+
# external source for authentication to Google Cloud, you must validate it before
|
704
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
705
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
706
|
+
# For more information, refer to [Validate credential configurations from external
|
707
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
701
708
|
# @return [::Object]
|
702
709
|
# @!attribute [rw] scope
|
703
710
|
# The OAuth scopes
|
@@ -654,6 +654,13 @@ module Google
|
|
654
654
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
655
655
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
656
656
|
# * (`nil`) indicating no credentials
|
657
|
+
#
|
658
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
659
|
+
# external source for authentication to Google Cloud, you must validate it before
|
660
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
661
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
662
|
+
# For more information, refer to [Validate credential configurations from external
|
663
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
657
664
|
# @return [::Object]
|
658
665
|
# @!attribute [rw] scope
|
659
666
|
# The OAuth scopes
|
@@ -166,10 +166,14 @@ module Google
|
|
166
166
|
# @!attribute [rw] fixed_fee
|
167
167
|
# @return [::Google::Shopping::Type::Price]
|
168
168
|
# Fixed restocking fee.
|
169
|
+
#
|
170
|
+
# Note: The following fields are mutually exclusive: `fixed_fee`, `micro_percent`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
169
171
|
# @!attribute [rw] micro_percent
|
170
172
|
# @return [::Integer]
|
171
173
|
# Percent of total price in micros. 15,000,000 means 15% of the total
|
172
174
|
# price would be charged.
|
175
|
+
#
|
176
|
+
# Note: The following fields are mutually exclusive: `micro_percent`, `fixed_fee`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
173
177
|
class RestockingFee
|
174
178
|
include ::Google::Protobuf::MessageExts
|
175
179
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -38,18 +38,26 @@ module Google
|
|
38
38
|
# @return [::Integer]
|
39
39
|
# The admin_id or criteria_id of the region in which this rule is
|
40
40
|
# applicable.
|
41
|
+
#
|
42
|
+
# Note: The following fields are mutually exclusive: `location_id`, `post_code_range`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
41
43
|
# @!attribute [rw] post_code_range
|
42
44
|
# @return [::Google::Shopping::Merchant::Accounts::V1beta::TaxRule::TaxPostalCodeRange]
|
43
45
|
# The range of postal codes in which this rule is applicable.
|
46
|
+
#
|
47
|
+
# Note: The following fields are mutually exclusive: `post_code_range`, `location_id`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
44
48
|
# @!attribute [rw] use_google_rate
|
45
49
|
# @return [::Boolean]
|
46
50
|
# Rate that depends on delivery location: if merchant has a nexus in
|
47
51
|
# corresponding US state, rates from authorities with jurisdiction over
|
48
52
|
# delivery area are added up.
|
53
|
+
#
|
54
|
+
# Note: The following fields are mutually exclusive: `use_google_rate`, `self_specified_rate_micros`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
49
55
|
# @!attribute [rw] self_specified_rate_micros
|
50
56
|
# @return [::Integer]
|
51
57
|
# A fixed rate specified in micros, where 100% = 1_000_000.
|
52
58
|
# Suitable for origin-based states.
|
59
|
+
#
|
60
|
+
# Note: The following fields are mutually exclusive: `self_specified_rate_micros`, `use_google_rate`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
61
|
# @!attribute [rw] region_code
|
54
62
|
# @return [::String]
|
55
63
|
# Region code in which this rule is applicable
|
@@ -75,9 +75,13 @@ module Google
|
|
75
75
|
# UTC offset. Must be whole seconds, between -18 hours and +18 hours.
|
76
76
|
# For example, a UTC offset of -4:00 would be represented as
|
77
77
|
# { seconds: -14400 }.
|
78
|
+
#
|
79
|
+
# Note: The following fields are mutually exclusive: `utc_offset`, `time_zone`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
78
80
|
# @!attribute [rw] time_zone
|
79
81
|
# @return [::Google::Type::TimeZone]
|
80
82
|
# Time zone.
|
83
|
+
#
|
84
|
+
# Note: The following fields are mutually exclusive: `time_zone`, `utc_offset`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
81
85
|
class DateTime
|
82
86
|
include ::Google::Protobuf::MessageExts
|
83
87
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -62,12 +62,16 @@ module Google
|
|
62
62
|
# - https://www.itu.int/rec/T-REC-E.164-201011-I
|
63
63
|
# - https://en.wikipedia.org/wiki/E.164.
|
64
64
|
# - https://en.wikipedia.org/wiki/List_of_country_calling_codes
|
65
|
+
#
|
66
|
+
# Note: The following fields are mutually exclusive: `e164_number`, `short_code`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
65
67
|
# @!attribute [rw] short_code
|
66
68
|
# @return [::Google::Type::PhoneNumber::ShortCode]
|
67
69
|
# A short code.
|
68
70
|
#
|
69
71
|
# Reference(s):
|
70
72
|
# - https://en.wikipedia.org/wiki/Short_code
|
73
|
+
#
|
74
|
+
# Note: The following fields are mutually exclusive: `short_code`, `e164_number`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
71
75
|
# @!attribute [rw] extension
|
72
76
|
# @return [::String]
|
73
77
|
# The phone number's extension. The extension is not standardized in ITU
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
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.5.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -275,7 +274,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
275
274
|
licenses:
|
276
275
|
- Apache-2.0
|
277
276
|
metadata: {}
|
278
|
-
post_install_message:
|
279
277
|
rdoc_options: []
|
280
278
|
require_paths:
|
281
279
|
- lib
|
@@ -283,15 +281,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
283
281
|
requirements:
|
284
282
|
- - ">="
|
285
283
|
- !ruby/object:Gem::Version
|
286
|
-
version: '
|
284
|
+
version: '3.0'
|
287
285
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
288
286
|
requirements:
|
289
287
|
- - ">="
|
290
288
|
- !ruby/object:Gem::Version
|
291
289
|
version: '0'
|
292
290
|
requirements: []
|
293
|
-
rubygems_version: 3.
|
294
|
-
signing_key:
|
291
|
+
rubygems_version: 3.6.2
|
295
292
|
specification_version: 4
|
296
293
|
summary: Programmatically manage your Merchant Center Accounts.
|
297
294
|
test_files: []
|