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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 84eddaa5b8a088112b529edcd0702afd1f10b5012f4f6d73421bb91f9a282678
4
- data.tar.gz: 89a74937041c66b72c169dc1afb07b2de242d147c9fb3cacea43735f5fe22b91
3
+ metadata.gz: 2ec089255688d4edde31a4d3218d2179e86a62247860749a5e933651cbe43805
4
+ data.tar.gz: 39cbd00ffb8246d3cc74c90f82abaf71f225b3150703ecde9ed1c30f1e5b352c
5
5
  SHA512:
6
- metadata.gz: 516863d8c775da4dcbfe4ada45e932bdb5a65a22f2fa4ff6bf57834c93453691dbd143bf7c444a480db9588afdd0dcd736eb022e08e7d53540719e6ba30745e2
7
- data.tar.gz: e01373539c0d3ec481b3cd40a293e3872fe26107ec4b3984feb9365691e8a0a82ab78a1b6e41d792fdb8ee8a8dfa11bea9a58a2e6a055b6852ba45a7777ed3eb
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 milliseconds
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 milliseconds
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 milliseconds
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 milliseconds
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:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module PubSub
23
23
  module V1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
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.0
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-06 00:00:00.000000000 Z
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.1.4
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