google-apps-meet-v2beta 0.10.0 → 0.11.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: 67f94dcdc07308c8be3be46b9141605591d347910f5d2a341f76e13dd1c65bf9
4
- data.tar.gz: 42610cb66826551e93aa4ddf405bbed7310dd931a7ddb028ccd62f9fdd0a805f
3
+ metadata.gz: '07059784f864b250cd43e8f7914c9c39eef29ea52df0fe82f74cff6b4e8e077a'
4
+ data.tar.gz: 8889431f98c3c27c5aa4a1d73e251f0f429f2dff6615d100289d2b51500cec4c
5
5
  SHA512:
6
- metadata.gz: bad35081cfb90b4b4819e8acb5a752557c48ecf694c11102e01d554ddb843c5d701fa1241d423f0e565fd9346afd9378116add372d8d7b4783e831e70422ae0d
7
- data.tar.gz: 1eff12920394d1f3bc4254e96f14c6cca6a0edcf25e856cecd5cbfafe5483785077bf3c88b7bcfb868e158ec30d2b4bb176809810d31bc1e7ba509cad92eb2ba
6
+ metadata.gz: 83cce718e4d876bd24c70477aa065a34c16bdbf439b0fd2506ddb97215bb5305ebcbad05080eb0a6971b799b28442e46889e2597188d1ea9cfef3a4bd85122b9
7
+ data.tar.gz: e1e5d40d804979f76c0cbe6cf160f12b06c994df1e273ae9c0c6eed4d2323ece3e2c463c156d25a78d9ebfac00e6b35810dad340e24cd103a33ec616e0881bcc
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.0+.
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
@@ -1490,6 +1490,7 @@ module Google
1490
1490
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1491
1491
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1492
1492
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1493
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1493
1494
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1494
1495
  # trigger a retry.
1495
1496
  # @return [::Hash]
@@ -1573,6 +1574,7 @@ module Google
1573
1574
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1574
1575
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1575
1576
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1577
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1576
1578
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1577
1579
  # trigger a retry.
1578
1580
  #
@@ -1381,6 +1381,7 @@ module Google
1381
1381
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1382
1382
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1383
1383
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1384
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1384
1385
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1385
1386
  # trigger a retry.
1386
1387
  # @return [::Hash]
@@ -1453,6 +1454,7 @@ module Google
1453
1454
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1454
1455
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1455
1456
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1457
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1456
1458
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1457
1459
  # trigger a retry.
1458
1460
  #
@@ -1150,6 +1150,7 @@ module Google
1150
1150
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1151
1151
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1152
1152
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1153
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1153
1154
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1154
1155
  # trigger a retry.
1155
1156
  # @return [::Hash]
@@ -1233,6 +1234,7 @@ module Google
1233
1234
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1234
1235
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1235
1236
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1237
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1236
1238
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1237
1239
  # trigger a retry.
1238
1240
  #
@@ -1062,6 +1062,7 @@ module Google
1062
1062
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1063
1063
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1064
1064
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1065
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1065
1066
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1066
1067
  # trigger a retry.
1067
1068
  # @return [::Hash]
@@ -1134,6 +1135,7 @@ module Google
1134
1135
  # * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
1135
1136
  # * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
1136
1137
  # * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
1138
+ # * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
1137
1139
  # * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
1138
1140
  # trigger a retry.
1139
1141
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Apps
22
22
  module Meet
23
23
  module V2beta
24
- VERSION = "0.10.0"
24
+ VERSION = "0.11.0"
25
25
  end
26
26
  end
27
27
  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-meet-v2beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.11.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