google-cloud-logging-v2 0.3.0 → 0.3.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: 1ce53e2503c512bc545694449e4238761c2dd4bf041533908147a00f5f3519f6
4
- data.tar.gz: bfd9c950f2714023d5cca41896271b5108cca0cedc45ef28475a3084b6773001
3
+ metadata.gz: cec696718da2e399c1d53d2b1da764dda4d759ca703f5e5a6177c46604fa7a0f
4
+ data.tar.gz: '05794f4fb216825976bf7882b0d6477263e4beb85db015799adeb560fd417805'
5
5
  SHA512:
6
- metadata.gz: 69c21ca6f0b6b1bd86581cdf2ac5667dcbdb1ef48916e1a92fd55bd0c9691633e82bb45cce08fb0aa2d02075edb9400b7fb1a1050a68cf70f52a15da32dbed04
7
- data.tar.gz: 3facb8a86a51a6fcb7fbbabc202f6a9df9718bff690bfb3f65fbf863912dbfc8bd21a135fb81928fc67f4adf574d781e11edbca62be12a7191728fa870e6bcdb
6
+ metadata.gz: f7d3861b2ca7929559980e0c4a2d8dee846b23cccd1671ef1a57baf9404507e5cee4a01f524949fa68039d638b84f77b7bec242366af1b139881f395a4799156
7
+ data.tar.gz: a6e5fcafcfd5376a91f4ea83db9c4149b290f28028f7386618315528ecdaef8e7c3c4bf4d959b968f5d72d846191f86c3b97937033c140c7dfa5e311db03d55f
@@ -35,3 +35,6 @@ module Google
35
35
  end
36
36
  end
37
37
  end
38
+
39
+ helper_path = ::File.join __dir__, "v2", "_helpers.rb"
40
+ require "google/cloud/logging/v2/_helpers" if ::File.file? helper_path
@@ -2203,7 +2203,7 @@ module Google
2203
2203
  # Each configuration object is of type `Gapic::Config::Method` and includes
2204
2204
  # the following configuration fields:
2205
2205
  #
2206
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
2206
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
2207
2207
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
2208
2208
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
2209
2209
  # include the following keys:
@@ -845,7 +845,7 @@ module Google
845
845
  # Each configuration object is of type `Gapic::Config::Method` and includes
846
846
  # the following configuration fields:
847
847
  #
848
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
848
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
849
849
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
850
850
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
851
851
  # include the following keys:
@@ -664,7 +664,7 @@ module Google
664
664
  # Each configuration object is of type `Gapic::Config::Method` and includes
665
665
  # the following configuration fields:
666
666
  #
667
- # * `timeout` (*type:* `Numeric`) - The call timeout in milliseconds
667
+ # * `timeout` (*type:* `Numeric`) - The call timeout in seconds
668
668
  # * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
669
669
  # * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
670
670
  # include the following keys:
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Logging
23
23
  module V2
24
- VERSION = "0.3.0"
24
+ VERSION = "0.3.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-logging-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.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: 2020-12-02 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
@@ -224,7 +224,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
224
224
  - !ruby/object:Gem::Version
225
225
  version: '0'
226
226
  requirements: []
227
- rubygems_version: 3.1.4
227
+ rubygems_version: 3.2.6
228
228
  signing_key:
229
229
  specification_version: 4
230
230
  summary: API Client library for the Cloud Logging V2 API