google-cloud-pubsub-v1 0.2.0 → 0.2.1
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/lib/google/cloud/pubsub/v1/iam_policy/client.rb +1 -1
- data/lib/google/cloud/pubsub/v1/publisher/client.rb +1 -1
- data/lib/google/cloud/pubsub/v1/schema_service/client.rb +1 -1
- data/lib/google/cloud/pubsub/v1/subscriber/client.rb +1 -1
- data/lib/google/cloud/pubsub/v1/version.rb +1 -1
- 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: 2ec089255688d4edde31a4d3218d2179e86a62247860749a5e933651cbe43805
|
|
4
|
+
data.tar.gz: 39cbd00ffb8246d3cc74c90f82abaf71f225b3150703ecde9ed1c30f1e5b352c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1a7b90e2b99716a6dfe1ed64dd2ec6befbad8bbc2e272f300f92fe6df6292de72a8f48a1e1158dd2a17f403ea5328d4e383ffbe2a580c0d522c2fd3258f607e2
|
|
7
|
+
data.tar.gz: d19f1159f04b00e8040a8c08eec088e0eb6f4cca7995b51606e95bb512d8cce0bd6e878b773d232e01b89adb7ad39d70993a3ca4e6ba6ee41362056e94730a6d
|
|
@@ -514,7 +514,7 @@ module Google
|
|
|
514
514
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
515
515
|
# the following configuration fields:
|
|
516
516
|
#
|
|
517
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
517
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
518
518
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
519
519
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
520
520
|
# include the following keys:
|
|
@@ -1008,7 +1008,7 @@ module Google
|
|
|
1008
1008
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
1009
1009
|
# the following configuration fields:
|
|
1010
1010
|
#
|
|
1011
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
1011
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
1012
1012
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
1013
1013
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
1014
1014
|
# include the following keys:
|
|
@@ -708,7 +708,7 @@ module Google
|
|
|
708
708
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
709
709
|
# the following configuration fields:
|
|
710
710
|
#
|
|
711
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
711
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
712
712
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
713
713
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
714
714
|
# include the following keys:
|
|
@@ -1710,7 +1710,7 @@ module Google
|
|
|
1710
1710
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
1711
1711
|
# the following configuration fields:
|
|
1712
1712
|
#
|
|
1713
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
1713
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
1714
1714
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
1715
1715
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
1716
1716
|
# include the following keys:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-pubsub-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-01-
|
|
11
|
+
date: 2021-01-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -238,7 +238,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
238
238
|
- !ruby/object:Gem::Version
|
|
239
239
|
version: '0'
|
|
240
240
|
requirements: []
|
|
241
|
-
rubygems_version: 3.
|
|
241
|
+
rubygems_version: 3.2.6
|
|
242
242
|
signing_key:
|
|
243
243
|
specification_version: 4
|
|
244
244
|
summary: API Client library for the Cloud Pub/Sub V1 API
|