google-cloud-access_approval-v1 1.6.0 → 1.7.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/cloud/access_approval/v1/access_approval/client.rb +2 -0
- data/lib/google/cloud/access_approval/v1/access_approval/rest/client.rb +2 -0
- data/lib/google/cloud/access_approval/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: f251e1bf3c34c96307f65965664d7c38c38e3900ba31b40b2effe9cdc395e829
|
|
4
|
+
data.tar.gz: 4e7103e8b6725828bd4c09edf515be40145e3b19a70907c48153c9f767839fee
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: afff342b372120a4bec777cabd5ff97aa9667cbf83c1e1ac53733a746097d3a1b166e3f270beadb63cfc2e4c46391be4086a0d76187622a7bd87ca679859d5b7
|
|
7
|
+
data.tar.gz: 5abf5d07ea7c4695649e8c02e6322a3c001d06d2841dfec20b9b4ec61e366da7b27eb040a48be3b02c827110b51871669a778cff7b1cd38284ffcd425dcd84ca
|
data/README.md
CHANGED
|
@@ -85,7 +85,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
85
85
|
|
|
86
86
|
## Supported Ruby Versions
|
|
87
87
|
|
|
88
|
-
This library is supported on Ruby 3.
|
|
88
|
+
This library is supported on Ruby 3.2+.
|
|
89
89
|
|
|
90
90
|
Google provides official support for Ruby versions that are actively supported
|
|
91
91
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1169,6 +1169,7 @@ module Google
|
|
|
1169
1169
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1170
1170
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1171
1171
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1172
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1172
1173
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1173
1174
|
# trigger a retry.
|
|
1174
1175
|
# @return [::Hash]
|
|
@@ -1252,6 +1253,7 @@ module Google
|
|
|
1252
1253
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1253
1254
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1254
1255
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1256
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1255
1257
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1256
1258
|
# trigger a retry.
|
|
1257
1259
|
#
|
|
@@ -1073,6 +1073,7 @@ module Google
|
|
|
1073
1073
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1074
1074
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1075
1075
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1076
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1076
1077
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1077
1078
|
# trigger a retry.
|
|
1078
1079
|
# @return [::Hash]
|
|
@@ -1145,6 +1146,7 @@ module Google
|
|
|
1145
1146
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1146
1147
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1147
1148
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1149
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1148
1150
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1149
1151
|
# trigger a retry.
|
|
1150
1152
|
#
|
|
@@ -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-access_approval-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.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
|