google-apps-meet-v2 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/meet/v2/conference_records_service/client.rb +2 -0
- data/lib/google/apps/meet/v2/conference_records_service/rest/client.rb +2 -0
- data/lib/google/apps/meet/v2/spaces_service/client.rb +2 -0
- data/lib/google/apps/meet/v2/spaces_service/rest/client.rb +2 -0
- data/lib/google/apps/meet/v2/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: 3fa400da908f183a04e0418b2835a302f3ea8e918d2f49f5741d553f8f07ca50
|
|
4
|
+
data.tar.gz: d04602d327161be9262ea71298d501828b157b8e3f6177b70364de5bdeeb2605
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 275964535b7474e0dbeac3aaebd5f0198764fde2583c8445886b1f9b9ccdeb0b923f0e166820bce3ba74a22ee78921e60dc47c95737c643f25d8e62bfef341d6
|
|
7
|
+
data.tar.gz: b807c8e739314e1628402cc0d8a73cb2503299292b3b70162adc5c4aab7ff7f14aad2b259ab8761e007aed3559f57bdf9c7e6337c9ea5ad052260ab8607ec02c
|
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
|
|
@@ -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
|
#
|
|
@@ -665,6 +665,7 @@ module Google
|
|
|
665
665
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
666
666
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
667
667
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
668
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
668
669
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
669
670
|
# trigger a retry.
|
|
670
671
|
# @return [::Hash]
|
|
@@ -748,6 +749,7 @@ module Google
|
|
|
748
749
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
749
750
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
750
751
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
752
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
751
753
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
752
754
|
# trigger a retry.
|
|
753
755
|
#
|
|
@@ -612,6 +612,7 @@ module Google
|
|
|
612
612
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
613
613
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
614
614
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
615
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
615
616
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
616
617
|
# trigger a retry.
|
|
617
618
|
# @return [::Hash]
|
|
@@ -684,6 +685,7 @@ module Google
|
|
|
684
685
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
685
686
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
686
687
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
688
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
687
689
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
688
690
|
# trigger a retry.
|
|
689
691
|
#
|
|
@@ -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-v2
|
|
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
|