google-cloud-video-live_stream-v1 2.6.0 → 2.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/video/live_stream/v1/livestream_service/client.rb +2 -0
- data/lib/google/cloud/video/live_stream/v1/livestream_service/operations.rb +2 -0
- data/lib/google/cloud/video/live_stream/v1/livestream_service/rest/client.rb +2 -0
- data/lib/google/cloud/video/live_stream/v1/livestream_service/rest/operations.rb +2 -0
- data/lib/google/cloud/video/live_stream/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: '09d014d49e8cf4197b95070f572edd61c708aac62ffadc344275ff80e5a3c511'
|
|
4
|
+
data.tar.gz: 01ccf1e8affbd530721b8cef8a21a32ac53769851ef3807bf820bf67aa3ab09c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dc4cdd835a073dd8ea47bb06911edbd2cb329be9367568b0b051f71880b737af099cf64ea0bd6fdb4310a8d3bb32525d2a6653c414cb88ebaf2dc91c367683b9
|
|
7
|
+
data.tar.gz: 12c3e88f41a27069cf6170df581072d2d069a484161fe450805fdf1e1abcf0b2594404e0d719382ddeebc187edfcd0f652a31faa7b841ee31302380d3aea2860
|
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
|
|
@@ -4008,6 +4008,7 @@ module Google
|
|
|
4008
4008
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
4009
4009
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
4010
4010
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
4011
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
4011
4012
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
4012
4013
|
# trigger a retry.
|
|
4013
4014
|
# @return [::Hash]
|
|
@@ -4091,6 +4092,7 @@ module Google
|
|
|
4091
4092
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
4092
4093
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
4093
4094
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
4095
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
4094
4096
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
4095
4097
|
# trigger a retry.
|
|
4096
4098
|
#
|
|
@@ -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
|
#
|
|
@@ -3738,6 +3738,7 @@ module Google
|
|
|
3738
3738
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3739
3739
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3740
3740
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3741
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3741
3742
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3742
3743
|
# trigger a retry.
|
|
3743
3744
|
# @return [::Hash]
|
|
@@ -3817,6 +3818,7 @@ module Google
|
|
|
3817
3818
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
3818
3819
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
3819
3820
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
3821
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
3820
3822
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
3821
3823
|
# trigger a retry.
|
|
3822
3824
|
#
|
|
@@ -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-cloud-video-live_stream-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.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
|