google-shopping-css-v1 0.9.1 → 0.10.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: 12f62494b4e663164452a1db56bf0fc9cf0fd496ef978dcc5478834b65ecc217
4
- data.tar.gz: 124011e4597bbb59e540458346b3d96f2f8bcb3be6d82d59e228e6ba997a8eee
3
+ metadata.gz: ff95391022d7697ffc8473197e6f84067a8ea6d6b979097b82e17443bb74b090
4
+ data.tar.gz: 86103391c468726fe949fab448ce2fead3721be9a59fc58bb88d398db85f1059
5
5
  SHA512:
6
- metadata.gz: 830520b3ba15ac635699ffd75e7552132b9bcac2230627276768b4a72c0a42388bd137563f95987ce5ca2447a2d8de8837b25aeb289d97940198001e61e609e5
7
- data.tar.gz: c146c705d18d27a59e3482dfa0a88f2857935f1b029a8800b2139fe9838ba56d7bfcacf1f7522e7545923990042bbc10507bfcc0871ff8dad5c9004389c15916
6
+ metadata.gz: d092d464a20a6f6b17681d9887654e8aec5616e4d1f8d07d6181c0a9b563d9d5dda8b6452d305294dfe8fa40fb6e6f8cc4b1d1eaa2646977ab84829541117952
7
+ data.tar.gz: fe719b43e83b74de3798ad81e0b970fccc56028432763d94f2b9f99b08fe5486baae04aad13a59a932c7f5ceec8b01ca3ec227ac448ded6718977aafbaa1d4c6
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 3.0+.
89
+ This library is supported on Ruby 3.2+.
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
@@ -652,6 +652,7 @@ module Google
652
652
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
653
653
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
654
654
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
655
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
655
656
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
656
657
  # trigger a retry.
657
658
  # @return [::Hash]
@@ -735,6 +736,7 @@ module Google
735
736
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
736
737
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
737
738
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
739
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
738
740
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
739
741
  # trigger a retry.
740
742
  #
@@ -591,6 +591,7 @@ module Google
591
591
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
592
592
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
593
593
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
594
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
594
595
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
595
596
  # trigger a retry.
596
597
  # @return [::Hash]
@@ -663,6 +664,7 @@ module Google
663
664
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
664
665
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
665
666
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
667
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
666
668
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
667
669
  # trigger a retry.
668
670
  #
@@ -583,6 +583,7 @@ module Google
583
583
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
584
584
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
585
585
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
586
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
586
587
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
587
588
  # trigger a retry.
588
589
  # @return [::Hash]
@@ -666,6 +667,7 @@ module Google
666
667
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
667
668
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
668
669
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
670
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
669
671
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
670
672
  # trigger a retry.
671
673
  #
@@ -529,6 +529,7 @@ module Google
529
529
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
530
530
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
531
531
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
532
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
532
533
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
533
534
  # trigger a retry.
534
535
  # @return [::Hash]
@@ -601,6 +602,7 @@ module Google
601
602
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
602
603
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
603
604
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
605
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
604
606
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
605
607
  # trigger a retry.
606
608
  #
@@ -590,6 +590,7 @@ module Google
590
590
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
591
591
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
592
592
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
593
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
593
594
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
594
595
  # trigger a retry.
595
596
  # @return [::Hash]
@@ -673,6 +674,7 @@ module Google
673
674
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
674
675
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
675
676
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
677
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
676
678
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
677
679
  # trigger a retry.
678
680
  #
@@ -536,6 +536,7 @@ module Google
536
536
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
537
537
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
538
538
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
539
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
539
540
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
540
541
  # trigger a retry.
541
542
  # @return [::Hash]
@@ -608,6 +609,7 @@ module Google
608
609
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
609
610
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
610
611
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
612
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
611
613
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
612
614
  # trigger a retry.
613
615
  #
@@ -487,6 +487,7 @@ module Google
487
487
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
488
488
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
489
489
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
490
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
490
491
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
491
492
  # trigger a retry.
492
493
  # @return [::Hash]
@@ -570,6 +571,7 @@ module Google
570
571
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
571
572
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
572
573
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
574
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
573
575
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
574
576
  # trigger a retry.
575
577
  #
@@ -440,6 +440,7 @@ module Google
440
440
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
441
441
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
442
442
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
443
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
443
444
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
444
445
  # trigger a retry.
445
446
  # @return [::Hash]
@@ -512,6 +513,7 @@ module Google
512
513
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
513
514
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
514
515
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
516
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
515
517
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
516
518
  # trigger a retry.
517
519
  #
@@ -383,6 +383,7 @@ module Google
383
383
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
384
384
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
385
385
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
386
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
386
387
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
387
388
  # trigger a retry.
388
389
  # @return [::Hash]
@@ -466,6 +467,7 @@ module Google
466
467
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
467
468
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
468
469
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
470
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
469
471
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
470
472
  # trigger a retry.
471
473
  #
@@ -343,6 +343,7 @@ module Google
343
343
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
344
344
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
345
345
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
346
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
346
347
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
347
348
  # trigger a retry.
348
349
  # @return [::Hash]
@@ -415,6 +416,7 @@ module Google
415
416
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
416
417
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
417
418
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
419
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
418
420
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
419
421
  # trigger a retry.
420
422
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Shopping
22
22
  module Css
23
23
  module V1
24
- VERSION = "0.9.1"
24
+ VERSION = "0.10.0"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-shopping-css-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.1
4
+ version: 0.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -15,14 +15,14 @@ dependencies:
15
15
  requirements:
16
16
  - - "~>"
17
17
  - !ruby/object:Gem::Version
18
- version: '1.2'
18
+ version: '1.3'
19
19
  type: :runtime
20
20
  prerelease: false
21
21
  version_requirements: !ruby/object:Gem::Requirement
22
22
  requirements:
23
23
  - - "~>"
24
24
  - !ruby/object:Gem::Version
25
- version: '1.2'
25
+ version: '1.3'
26
26
  - !ruby/object:Gem::Dependency
27
27
  name: google-cloud-errors
28
28
  requirement: !ruby/object:Gem::Requirement