google-cloud-security_center-v1 0.4.0 → 0.4.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 20e9772ac9c531437a674098ec5f9d883aa2cfdb2e05307a465143af59a2fddd
|
|
4
|
+
data.tar.gz: 493a1adba2f955018f5ab3dfdf201b3d75a15faa405c679458d36aeb2c3b7954
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 40483bdb669ce37f8966fe957dee4bbdfad1812b688532729001be541439917aa4a10341b5473fea8fcf6ed60c2d788a396b933704006deebe69c7a1c8dbbb3b
|
|
7
|
+
data.tar.gz: d51417285a0c573c9137d7c0de321bf41a6963f8409c51f7fc7484b02cb1b000b4d76fce5fc0cbe2917cac6df60c7d12d7acef546dfac504bb339c4beacf06ca
|
|
@@ -2518,7 +2518,7 @@ module Google
|
|
|
2518
2518
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
2519
2519
|
# the following configuration fields:
|
|
2520
2520
|
#
|
|
2521
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
2521
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
2522
2522
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
2523
2523
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
2524
2524
|
# include the following keys:
|
|
@@ -515,7 +515,7 @@ module Google
|
|
|
515
515
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
516
516
|
# the following configuration fields:
|
|
517
517
|
#
|
|
518
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
518
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
519
519
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
520
520
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
521
521
|
# include the following keys:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security_center-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.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
|
|
@@ -244,7 +244,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
244
244
|
- !ruby/object:Gem::Version
|
|
245
245
|
version: '0'
|
|
246
246
|
requirements: []
|
|
247
|
-
rubygems_version: 3.
|
|
247
|
+
rubygems_version: 3.2.6
|
|
248
248
|
signing_key:
|
|
249
249
|
specification_version: 4
|
|
250
250
|
summary: API Client library for the Cloud Security Command Center V1 API
|