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 +4 -4
- data/lib/google/cloud/logging/v2.rb +3 -0
- data/lib/google/cloud/logging/v2/config_service/client.rb +1 -1
- data/lib/google/cloud/logging/v2/logging_service/client.rb +1 -1
- data/lib/google/cloud/logging/v2/metrics_service/client.rb +1 -1
- data/lib/google/cloud/logging/v2/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: cec696718da2e399c1d53d2b1da764dda4d759ca703f5e5a6177c46604fa7a0f
|
|
4
|
+
data.tar.gz: '05794f4fb216825976bf7882b0d6477263e4beb85db015799adeb560fd417805'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f7d3861b2ca7929559980e0c4a2d8dee846b23cccd1671ef1a57baf9404507e5cee4a01f524949fa68039d638b84f77b7bec242366af1b139881f395a4799156
|
|
7
|
+
data.tar.gz: a6e5fcafcfd5376a91f4ea83db9c4149b290f28028f7386618315528ecdaef8e7c3c4bf4d959b968f5d72d846191f86c3b97937033c140c7dfa5e311db03d55f
|
|
@@ -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
|
|
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
|
|
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
|
|
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:
|
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.
|
|
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:
|
|
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.
|
|
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
|