google-cloud-app_engine-v1 1.7.0 → 1.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.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/lib/google/cloud/app_engine/v1/applications/client.rb +2 -0
  4. data/lib/google/cloud/app_engine/v1/applications/operations.rb +2 -0
  5. data/lib/google/cloud/app_engine/v1/applications/rest/client.rb +2 -0
  6. data/lib/google/cloud/app_engine/v1/applications/rest/operations.rb +2 -0
  7. data/lib/google/cloud/app_engine/v1/authorized_certificates/client.rb +2 -0
  8. data/lib/google/cloud/app_engine/v1/authorized_certificates/rest/client.rb +2 -0
  9. data/lib/google/cloud/app_engine/v1/authorized_domains/client.rb +2 -0
  10. data/lib/google/cloud/app_engine/v1/authorized_domains/rest/client.rb +2 -0
  11. data/lib/google/cloud/app_engine/v1/domain_mappings/client.rb +2 -0
  12. data/lib/google/cloud/app_engine/v1/domain_mappings/operations.rb +2 -0
  13. data/lib/google/cloud/app_engine/v1/domain_mappings/rest/client.rb +2 -0
  14. data/lib/google/cloud/app_engine/v1/domain_mappings/rest/operations.rb +2 -0
  15. data/lib/google/cloud/app_engine/v1/firewall/client.rb +2 -0
  16. data/lib/google/cloud/app_engine/v1/firewall/rest/client.rb +2 -0
  17. data/lib/google/cloud/app_engine/v1/instances/client.rb +2 -0
  18. data/lib/google/cloud/app_engine/v1/instances/operations.rb +2 -0
  19. data/lib/google/cloud/app_engine/v1/instances/rest/client.rb +2 -0
  20. data/lib/google/cloud/app_engine/v1/instances/rest/operations.rb +2 -0
  21. data/lib/google/cloud/app_engine/v1/services/client.rb +2 -0
  22. data/lib/google/cloud/app_engine/v1/services/operations.rb +2 -0
  23. data/lib/google/cloud/app_engine/v1/services/rest/client.rb +2 -0
  24. data/lib/google/cloud/app_engine/v1/services/rest/operations.rb +2 -0
  25. data/lib/google/cloud/app_engine/v1/version.rb +1 -1
  26. data/lib/google/cloud/app_engine/v1/versions/client.rb +2 -0
  27. data/lib/google/cloud/app_engine/v1/versions/operations.rb +2 -0
  28. data/lib/google/cloud/app_engine/v1/versions/rest/client.rb +2 -0
  29. data/lib/google/cloud/app_engine/v1/versions/rest/operations.rb +2 -0
  30. data/proto_docs/google/api/client.rb +4 -0
  31. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 01e39097e0ac22634c09df02fd13f231f59f78d745817b928fe83084d3e4e99a
4
- data.tar.gz: b6b3a84bfac9ffdfa9429feb53600814d8f71c1b2a2e7215a30f83a0d60a4d70
3
+ metadata.gz: 0e6b0546d487a9724e0c43b56e5976f048c97ba4d8e7c4a605872349ca7491c1
4
+ data.tar.gz: ec1ef7bbad658b10e98b7405605b61c6883737d61f6204285688aa8c585c4cbe
5
5
  SHA512:
6
- metadata.gz: a200b23c2403b98b638a0cdc4daf160bd3b8e20d1c32afb7e8c379a0a63390256d1174617931b38e300657e1772ea311f3fb151a9e2223257b52d316ca292613
7
- data.tar.gz: 26f657bc622b61ca0dc53945143b1ba9aa18db9a7432492aa79f0428b046b9aa5b1ba8da45fee99b2c1d80526b79d4d1bea7a33051ba1fb4a069ecc84fa5b713
6
+ metadata.gz: f75e5ef7c2dd2474f2ed3222697b0ad3215b9179cb81e9d7f5d184db9a12e3e1079ebbfea0210b834adecc94e1bd0f3899945ff7100475df3609baf4155d9750
7
+ data.tar.gz: bbcc8c8a18d32b3dddd169deaf1f6453520e3834aabf757baae80e68b21654ed8a363da63659ee8c01ba78937680f83092b94ec974534873c2c855a62321af0b
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
@@ -674,6 +674,7 @@ module Google
674
674
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
675
675
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
676
676
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
677
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
677
678
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
678
679
  # trigger a retry.
679
680
  # @return [::Hash]
@@ -757,6 +758,7 @@ module Google
757
758
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
758
759
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
759
760
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
761
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
760
762
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
761
763
  # trigger a retry.
762
764
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -621,6 +621,7 @@ module Google
621
621
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
622
622
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
623
623
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
624
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
624
625
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
625
626
  # trigger a retry.
626
627
  # @return [::Hash]
@@ -693,6 +694,7 @@ module Google
693
694
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
694
695
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
695
696
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
697
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
696
698
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
697
699
  # trigger a retry.
698
700
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -732,6 +732,7 @@ module Google
732
732
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
733
733
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
734
734
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
735
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
735
736
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
736
737
  # trigger a retry.
737
738
  # @return [::Hash]
@@ -815,6 +816,7 @@ module Google
815
816
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
816
817
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
817
818
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
819
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
818
820
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
819
821
  # trigger a retry.
820
822
  #
@@ -664,6 +664,7 @@ module Google
664
664
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
665
665
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
666
666
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
667
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
667
668
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
668
669
  # trigger a retry.
669
670
  # @return [::Hash]
@@ -736,6 +737,7 @@ module Google
736
737
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
737
738
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
738
739
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
740
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
739
741
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
740
742
  # trigger a retry.
741
743
  #
@@ -374,6 +374,7 @@ module Google
374
374
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
375
375
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
376
376
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
377
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
377
378
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
378
379
  # trigger a retry.
379
380
  # @return [::Hash]
@@ -457,6 +458,7 @@ module Google
457
458
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
458
459
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
459
460
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
461
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
460
462
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
461
463
  # trigger a retry.
462
464
  #
@@ -334,6 +334,7 @@ module Google
334
334
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
335
335
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
336
336
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
337
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
337
338
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
338
339
  # trigger a retry.
339
340
  # @return [::Hash]
@@ -406,6 +407,7 @@ module Google
406
407
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
407
408
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
408
409
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
410
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
409
411
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
410
412
  # trigger a retry.
411
413
  #
@@ -773,6 +773,7 @@ module Google
773
773
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
774
774
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
775
775
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
776
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
776
777
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
777
778
  # trigger a retry.
778
779
  # @return [::Hash]
@@ -856,6 +857,7 @@ module Google
856
857
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
857
858
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
858
859
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
860
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
859
861
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
860
862
  # trigger a retry.
861
863
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -705,6 +705,7 @@ module Google
705
705
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
706
706
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
707
707
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
708
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
708
709
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
709
710
  # trigger a retry.
710
711
  # @return [::Hash]
@@ -777,6 +778,7 @@ module Google
777
778
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
778
779
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
779
780
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
781
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
780
782
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
781
783
  # trigger a retry.
782
784
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -837,6 +837,7 @@ module Google
837
837
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
838
838
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
839
839
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
840
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
840
841
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
841
842
  # trigger a retry.
842
843
  # @return [::Hash]
@@ -920,6 +921,7 @@ module Google
920
921
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
921
922
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
922
923
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
924
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
923
925
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
924
926
  # trigger a retry.
925
927
  #
@@ -762,6 +762,7 @@ module Google
762
762
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
763
763
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
764
764
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
765
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
765
766
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
766
767
  # trigger a retry.
767
768
  # @return [::Hash]
@@ -834,6 +835,7 @@ module Google
834
835
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
835
836
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
836
837
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
838
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
837
839
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
838
840
  # trigger a retry.
839
841
  #
@@ -692,6 +692,7 @@ module Google
692
692
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
693
693
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
694
694
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
695
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
695
696
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
696
697
  # trigger a retry.
697
698
  # @return [::Hash]
@@ -775,6 +776,7 @@ module Google
775
776
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
776
777
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
777
778
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
779
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
778
780
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
779
781
  # trigger a retry.
780
782
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -631,6 +631,7 @@ module Google
631
631
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
632
632
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
633
633
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
634
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
634
635
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
635
636
  # trigger a retry.
636
637
  # @return [::Hash]
@@ -703,6 +704,7 @@ module Google
703
704
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
705
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
706
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
707
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
708
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
709
  # trigger a retry.
708
710
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -677,6 +677,7 @@ module Google
677
677
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
678
678
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
679
679
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
680
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
680
681
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
681
682
  # trigger a retry.
682
683
  # @return [::Hash]
@@ -760,6 +761,7 @@ module Google
760
761
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
761
762
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
762
763
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
764
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
763
765
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
764
766
  # trigger a retry.
765
767
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -616,6 +616,7 @@ module Google
616
616
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
617
617
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
618
618
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
619
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
619
620
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
620
621
  # trigger a retry.
621
622
  # @return [::Hash]
@@ -688,6 +689,7 @@ module Google
688
689
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
689
690
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
690
691
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
692
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
691
693
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
692
694
  # trigger a retry.
693
695
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module AppEngine
23
23
  module V1
24
- VERSION = "1.7.0"
24
+ VERSION = "1.8.0"
25
25
  end
26
26
  end
27
27
  end
@@ -806,6 +806,7 @@ module Google
806
806
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
807
807
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
808
808
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
809
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
809
810
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
810
811
  # trigger a retry.
811
812
  # @return [::Hash]
@@ -889,6 +890,7 @@ module Google
889
890
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
890
891
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
891
892
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
893
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
892
894
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
893
895
  # trigger a retry.
894
896
  #
@@ -703,6 +703,7 @@ module Google
703
703
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
704
704
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
705
705
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
706
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
706
707
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
707
708
  # trigger a retry.
708
709
  # @return [::Hash]
@@ -786,6 +787,7 @@ module Google
786
787
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
787
788
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
788
789
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
790
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
789
791
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
790
792
  # trigger a retry.
791
793
  #
@@ -738,6 +738,7 @@ module Google
738
738
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
739
739
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
740
740
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
741
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
741
742
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
742
743
  # trigger a retry.
743
744
  # @return [::Hash]
@@ -810,6 +811,7 @@ module Google
810
811
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
811
812
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
812
813
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
814
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
813
815
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
814
816
  # trigger a retry.
815
817
  #
@@ -541,6 +541,7 @@ module Google
541
541
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
542
542
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
543
543
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
544
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
544
545
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
545
546
  # trigger a retry.
546
547
  # @return [::Hash]
@@ -613,6 +614,7 @@ module Google
613
614
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
614
615
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
615
616
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
617
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
616
618
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
617
619
  # trigger a retry.
618
620
  #
@@ -31,6 +31,8 @@ module Google
31
31
  # @!attribute [rw] selective_gapic_generation
32
32
  # @return [::Google::Api::SelectiveGapicGeneration]
33
33
  # Configuration for which RPCs should be generated in the GAPIC client.
34
+ #
35
+ # Note: This field should not be used in most cases.
34
36
  class CommonLanguageSettings
35
37
  include ::Google::Protobuf::MessageExts
36
38
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -441,6 +443,8 @@ module Google
441
443
 
442
444
  # This message is used to configure the generation of a subset of the RPCs in
443
445
  # a service for client libraries.
446
+ #
447
+ # Note: This feature should not be used in most cases.
444
448
  # @!attribute [rw] methods
445
449
  # @return [::Array<::String>]
446
450
  # An allowlist of the fully qualified names of RPCs that should be included
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-app_engine-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 1.8.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