google-cloud-app_engine-v1 1.6.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 +149 -29
  31. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c4e3bb57960c2738760363deb65b951d75fdf490866abc2ba26184401bff4084
4
- data.tar.gz: f64c1ab31be365d98be131e579a2f8ca89eaf65ace752acee7d37dea01d2ab7c
3
+ metadata.gz: 0e6b0546d487a9724e0c43b56e5976f048c97ba4d8e7c4a605872349ca7491c1
4
+ data.tar.gz: ec1ef7bbad658b10e98b7405605b61c6883737d61f6204285688aa8c585c4cbe
5
5
  SHA512:
6
- metadata.gz: cf5d88ab33cf92f84e524b70923e62b2dea359b06fc68d3901b6be1057f0718bc894ca72789c7d0dd6aca38075db8074f5dbd8d2cd58eec4af142b03ea740386
7
- data.tar.gz: 9692abcd564ab12be3968f51b540ef6b5fc5bb0efe8541e8d211d4f6c1e93848f0e390d2c54ab060305386fe52dcc182205ce70e3532a20dce74652d96f2e8f6
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.6.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
@@ -141,9 +143,10 @@ module Google
141
143
  #
142
144
  # Example of a YAML configuration::
143
145
  #
144
- # publishing:
145
- # java_settings:
146
- # library_package: com.google.cloud.pubsub.v1
146
+ # publishing:
147
+ # library_settings:
148
+ # java_settings:
149
+ # library_package: com.google.cloud.pubsub.v1
147
150
  # @!attribute [rw] service_class_names
148
151
  # @return [::Google::Protobuf::Map{::String => ::String}]
149
152
  # Configure the Java class name to use instead of the service's for its
@@ -155,11 +158,11 @@ module Google
155
158
  #
156
159
  # Example of a YAML configuration::
157
160
  #
158
- # publishing:
159
- # java_settings:
160
- # service_class_names:
161
- # - google.pubsub.v1.Publisher: TopicAdmin
162
- # - google.pubsub.v1.Subscriber: SubscriptionAdmin
161
+ # publishing:
162
+ # java_settings:
163
+ # service_class_names:
164
+ # - google.pubsub.v1.Publisher: TopicAdmin
165
+ # - google.pubsub.v1.Subscriber: SubscriptionAdmin
163
166
  # @!attribute [rw] common
164
167
  # @return [::Google::Api::CommonLanguageSettings]
165
168
  # Some settings.
@@ -190,6 +193,20 @@ module Google
190
193
  # @!attribute [rw] common
191
194
  # @return [::Google::Api::CommonLanguageSettings]
192
195
  # Some settings.
196
+ # @!attribute [rw] library_package
197
+ # @return [::String]
198
+ # The package name to use in Php. Clobbers the php_namespace option
199
+ # set in the protobuf. This should be used **only** by APIs
200
+ # who have already set the language_settings.php.package_name" field
201
+ # in gapic.yaml. API teams should use the protobuf php_namespace option
202
+ # where possible.
203
+ #
204
+ # Example of a YAML configuration::
205
+ #
206
+ # publishing:
207
+ # library_settings:
208
+ # php_settings:
209
+ # library_package: Google\Cloud\PubSub\V1
193
210
  class PhpSettings
194
211
  include ::Google::Protobuf::MessageExts
195
212
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -318,10 +335,12 @@ module Google
318
335
  # service names and values are the name to be used for the service client
319
336
  # and call options.
320
337
  #
321
- # publishing:
322
- # go_settings:
323
- # renamed_services:
324
- # Publisher: TopicAdmin
338
+ # Example:
339
+ #
340
+ # publishing:
341
+ # go_settings:
342
+ # renamed_services:
343
+ # Publisher: TopicAdmin
325
344
  class GoSettings
326
345
  include ::Google::Protobuf::MessageExts
327
346
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -344,10 +363,10 @@ module Google
344
363
  #
345
364
  # Example:
346
365
  #
347
- # publishing:
348
- # method_settings:
349
- # - selector: google.storage.control.v2.StorageControl.CreateFolder
350
- # # method settings for CreateFolder...
366
+ # publishing:
367
+ # method_settings:
368
+ # - selector: google.storage.control.v2.StorageControl.CreateFolder
369
+ # # method settings for CreateFolder...
351
370
  # @!attribute [rw] long_running
352
371
  # @return [::Google::Api::MethodSettings::LongRunning]
353
372
  # Describes settings to use for long-running operations when generating
@@ -356,14 +375,14 @@ module Google
356
375
  #
357
376
  # Example of a YAML configuration::
358
377
  #
359
- # publishing:
360
- # method_settings:
361
- # - selector: google.cloud.speech.v2.Speech.BatchRecognize
362
- # long_running:
363
- # initial_poll_delay: 60s # 1 minute
364
- # poll_delay_multiplier: 1.5
365
- # max_poll_delay: 360s # 6 minutes
366
- # total_poll_timeout: 54000s # 90 minutes
378
+ # publishing:
379
+ # method_settings:
380
+ # - selector: google.cloud.speech.v2.Speech.BatchRecognize
381
+ # long_running:
382
+ # initial_poll_delay: 60s # 1 minute
383
+ # poll_delay_multiplier: 1.5
384
+ # max_poll_delay: 360s # 6 minutes
385
+ # total_poll_timeout: 54000s # 90 minutes
367
386
  # @!attribute [rw] auto_populated_fields
368
387
  # @return [::Array<::String>]
369
388
  # List of top-level fields of the request message, that should be
@@ -372,11 +391,24 @@ module Google
372
391
  #
373
392
  # Example of a YAML configuration:
374
393
  #
375
- # publishing:
376
- # method_settings:
377
- # - selector: google.example.v1.ExampleService.CreateExample
378
- # auto_populated_fields:
379
- # - request_id
394
+ # publishing:
395
+ # method_settings:
396
+ # - selector: google.example.v1.ExampleService.CreateExample
397
+ # auto_populated_fields:
398
+ # - request_id
399
+ # @!attribute [rw] batching
400
+ # @return [::Google::Api::BatchingConfigProto]
401
+ # Batching configuration for an API method in client libraries.
402
+ #
403
+ # Example of a YAML configuration:
404
+ #
405
+ # publishing:
406
+ # method_settings:
407
+ # - selector: google.example.v1.ExampleService.BatchCreateExample
408
+ # batching:
409
+ # element_count_threshold: 1000
410
+ # request_byte_threshold: 100000000
411
+ # delay_threshold_millis: 10
380
412
  class MethodSettings
381
413
  include ::Google::Protobuf::MessageExts
382
414
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -411,6 +443,8 @@ module Google
411
443
 
412
444
  # This message is used to configure the generation of a subset of the RPCs in
413
445
  # a service for client libraries.
446
+ #
447
+ # Note: This feature should not be used in most cases.
414
448
  # @!attribute [rw] methods
415
449
  # @return [::Array<::String>]
416
450
  # An allowlist of the fully qualified names of RPCs that should be included
@@ -428,6 +462,77 @@ module Google
428
462
  extend ::Google::Protobuf::MessageExts::ClassMethods
429
463
  end
430
464
 
465
+ # `BatchingConfigProto` defines the batching configuration for an API method.
466
+ # @!attribute [rw] thresholds
467
+ # @return [::Google::Api::BatchingSettingsProto]
468
+ # The thresholds which trigger a batched request to be sent.
469
+ # @!attribute [rw] batch_descriptor
470
+ # @return [::Google::Api::BatchingDescriptorProto]
471
+ # The request and response fields used in batching.
472
+ class BatchingConfigProto
473
+ include ::Google::Protobuf::MessageExts
474
+ extend ::Google::Protobuf::MessageExts::ClassMethods
475
+ end
476
+
477
+ # `BatchingSettingsProto` specifies a set of batching thresholds, each of
478
+ # which acts as a trigger to send a batch of messages as a request. At least
479
+ # one threshold must be positive nonzero.
480
+ # @!attribute [rw] element_count_threshold
481
+ # @return [::Integer]
482
+ # The number of elements of a field collected into a batch which, if
483
+ # exceeded, causes the batch to be sent.
484
+ # @!attribute [rw] request_byte_threshold
485
+ # @return [::Integer]
486
+ # The aggregated size of the batched field which, if exceeded, causes the
487
+ # batch to be sent. This size is computed by aggregating the sizes of the
488
+ # request field to be batched, not of the entire request message.
489
+ # @!attribute [rw] delay_threshold
490
+ # @return [::Google::Protobuf::Duration]
491
+ # The duration after which a batch should be sent, starting from the addition
492
+ # of the first message to that batch.
493
+ # @!attribute [rw] element_count_limit
494
+ # @return [::Integer]
495
+ # The maximum number of elements collected in a batch that could be accepted
496
+ # by server.
497
+ # @!attribute [rw] request_byte_limit
498
+ # @return [::Integer]
499
+ # The maximum size of the request that could be accepted by server.
500
+ # @!attribute [rw] flow_control_element_limit
501
+ # @return [::Integer]
502
+ # The maximum number of elements allowed by flow control.
503
+ # @!attribute [rw] flow_control_byte_limit
504
+ # @return [::Integer]
505
+ # The maximum size of data allowed by flow control.
506
+ # @!attribute [rw] flow_control_limit_exceeded_behavior
507
+ # @return [::Google::Api::FlowControlLimitExceededBehaviorProto]
508
+ # The behavior to take when the flow control limit is exceeded.
509
+ class BatchingSettingsProto
510
+ include ::Google::Protobuf::MessageExts
511
+ extend ::Google::Protobuf::MessageExts::ClassMethods
512
+ end
513
+
514
+ # `BatchingDescriptorProto` specifies the fields of the request message to be
515
+ # used for batching, and, optionally, the fields of the response message to be
516
+ # used for demultiplexing.
517
+ # @!attribute [rw] batched_field
518
+ # @return [::String]
519
+ # The repeated field in the request message to be aggregated by batching.
520
+ # @!attribute [rw] discriminator_fields
521
+ # @return [::Array<::String>]
522
+ # A list of the fields in the request message. Two requests will be batched
523
+ # together only if the values of every field specified in
524
+ # `request_discriminator_fields` is equal between the two requests.
525
+ # @!attribute [rw] subresponse_field
526
+ # @return [::String]
527
+ # Optional. When present, indicates the field in the response message to be
528
+ # used to demultiplex the response into multiple response messages, in
529
+ # correspondence with the multiple request messages originally batched
530
+ # together.
531
+ class BatchingDescriptorProto
532
+ include ::Google::Protobuf::MessageExts
533
+ extend ::Google::Protobuf::MessageExts::ClassMethods
534
+ end
535
+
431
536
  # The organization for which the client libraries are being published.
432
537
  # Affects the url where generated docs are published, etc.
433
538
  module ClientLibraryOrganization
@@ -469,5 +574,20 @@ module Google
469
574
  # Publish the library to package managers like nuget.org and npmjs.com.
470
575
  PACKAGE_MANAGER = 20
471
576
  end
577
+
578
+ # The behavior to take when the flow control limit is exceeded.
579
+ module FlowControlLimitExceededBehaviorProto
580
+ # Default behavior, system-defined.
581
+ UNSET_BEHAVIOR = 0
582
+
583
+ # Stop operation, raise error.
584
+ THROW_EXCEPTION = 1
585
+
586
+ # Pause operation until limit clears.
587
+ BLOCK = 2
588
+
589
+ # Continue operation, disregard limit.
590
+ IGNORE = 3
591
+ end
472
592
  end
473
593
  end
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.6.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