google-apps-events-subscriptions-v1 0.8.0 → 0.9.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 +4 -4
- data/README.md +1 -1
- data/lib/google/apps/events/subscriptions/v1/subscriptions_service/client.rb +2 -0
- data/lib/google/apps/events/subscriptions/v1/subscriptions_service/operations.rb +2 -0
- data/lib/google/apps/events/subscriptions/v1/subscriptions_service/rest/client.rb +2 -0
- data/lib/google/apps/events/subscriptions/v1/subscriptions_service/rest/operations.rb +2 -0
- data/lib/google/apps/events/subscriptions/v1/version.rb +1 -1
- data/proto_docs/google/api/client.rb +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e02d8139d4b596ac9aeeae7d96f5898e5fe3c6b88feb1192e41c48529ac396c1
|
|
4
|
+
data.tar.gz: 361dd8398549e7621c6a92106dc5a9e608faafbf251e4ec44b11b63dae1e532b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f29c07d442d5395dc3f0fbcab550e2a151e8b6fdf66ad928170d1f912a616a8d5cdcef2dc52f4b7eb9cadc084874027736fb482437809cba04596e3b84f807ab
|
|
7
|
+
data.tar.gz: 22cf49ad6f53eb4a95beb097f9a35518ed75d8135ec9b7fa113b2d33c5461a6d538877952d3c41cddce7e9e43d90f00f99fe9030eee840b51336624d18c17991
|
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.
|
|
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
|
|
@@ -941,6 +941,7 @@ module Google
|
|
|
941
941
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
942
942
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
943
943
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
944
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
944
945
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
945
946
|
# trigger a retry.
|
|
946
947
|
# @return [::Hash]
|
|
@@ -1024,6 +1025,7 @@ module Google
|
|
|
1024
1025
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1025
1026
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1026
1027
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1028
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1027
1029
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1028
1030
|
# trigger a retry.
|
|
1029
1031
|
#
|
|
@@ -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
|
#
|
|
@@ -882,6 +882,7 @@ module Google
|
|
|
882
882
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
883
883
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
884
884
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
885
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
885
886
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
886
887
|
# trigger a retry.
|
|
887
888
|
# @return [::Hash]
|
|
@@ -954,6 +955,7 @@ module Google
|
|
|
954
955
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
955
956
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
956
957
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
958
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
957
959
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
958
960
|
# trigger a retry.
|
|
959
961
|
#
|
|
@@ -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
|
#
|
|
@@ -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-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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.
|
|
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.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|