google-apps-events-subscriptions-v1beta 0.5.0 → 0.6.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: bca755927347f25d5330e6e2e891d02fdaf63ef2c87165b69a1b5e46697a9e33
4
- data.tar.gz: c4277307805137e930d67d3dfc600f50774cf664c3b30deba2491b2d290fa9e1
3
+ metadata.gz: 4b192bdd07af80a81c7ab05ce538d1f5cef70998b18f1b1c56ff29ec2c73e476
4
+ data.tar.gz: 290beff358e44dc7abe7f9c513c64b59f31f5eb6937d772ed681c307f00af317
5
5
  SHA512:
6
- metadata.gz: bf94bb8a4c3c9057da607ae54e38b805a29eaaf5a98edbe3363bda53e7e4124d7146864cc461240c61a235df888c8fd9b584b12d625bd3e54c66bd938b902b37
7
- data.tar.gz: 2c1aba1622b711b810eefe43c26c3a1283b8edba8de5f4f7156681907a0396694337f00a966886704b5bbd4aad6ad837fd4d4372b7e56ef2e22c51be2bc3c97a
6
+ metadata.gz: d76f1d8e95a2e26c31fd4bb8dcfeaca5f99eb63a38755f09c50b3a668ce4a255c11555e947ca1261381454801e3793aa5c59dce03f7e4ae9657a5e5f1c90fc4d
7
+ data.tar.gz: f8af917c279d0cf60d9bedc845ad217bf3a934ca22e33b06a12533cd91f2f10de1248d84a47aed56964dcc7736b8e6240562e2d1d5c77ff69e436b42586ec083
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
@@ -948,6 +948,7 @@ module Google
948
948
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
949
949
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
950
950
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
951
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
951
952
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
952
953
  # trigger a retry.
953
954
  # @return [::Hash]
@@ -1031,6 +1032,7 @@ module Google
1031
1032
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1032
1033
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1033
1034
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1035
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1034
1036
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1035
1037
  # trigger a retry.
1036
1038
  #
@@ -704,6 +704,7 @@ module Google
704
704
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
705
705
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
706
706
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
707
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
707
708
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
708
709
  # trigger a retry.
709
710
  # @return [::Hash]
@@ -787,6 +788,7 @@ module Google
787
788
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
788
789
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
789
790
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
791
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
790
792
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
791
793
  # trigger a retry.
792
794
  #
@@ -889,6 +889,7 @@ module Google
889
889
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
890
890
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
891
891
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
892
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
892
893
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
893
894
  # trigger a retry.
894
895
  # @return [::Hash]
@@ -961,6 +962,7 @@ module Google
961
962
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
962
963
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
963
964
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
965
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
964
966
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
965
967
  # trigger a retry.
966
968
  #
@@ -542,6 +542,7 @@ module Google
542
542
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
543
543
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
544
544
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
545
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
545
546
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
546
547
  # trigger a retry.
547
548
  # @return [::Hash]
@@ -614,6 +615,7 @@ module Google
614
615
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
615
616
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
616
617
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
618
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
617
619
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
618
620
  # trigger a retry.
619
621
  #
@@ -22,7 +22,7 @@ module Google
22
22
  module Events
23
23
  module Subscriptions
24
24
  module V1beta
25
- VERSION = "0.5.0"
25
+ VERSION = "0.6.0"
26
26
  end
27
27
  end
28
28
  end
@@ -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-apps-events-subscriptions-v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.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