google-cloud-security_center-v1p1beta1 0.4.1 → 0.4.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/security_center/v1p1beta1.rb +3 -0
- data/lib/google/cloud/security_center/v1p1beta1/security_center/client.rb +1 -1
- data/lib/google/cloud/security_center/v1p1beta1/security_center/operations.rb +1 -1
- data/lib/google/cloud/security_center/v1p1beta1/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: 80f50f8ba8f741bcf209a225211a7c1db3e36c91a0b992ac09de549141c0c276
|
4
|
+
data.tar.gz: d10d1ee49d7e237c8fb90e6729f44756f578e95381739af400b93e9c816b6140
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 54b359164256297b361e809f4c96ed6999b72def5f2c44756ee37429b6e5d3cabf4413e171da48e16517c70e08142804c074d21a6e2d2aba8933f067ef9f98ce
|
7
|
+
data.tar.gz: 8507aca54ed9dc61a36961b5d73243d1973d756a2e079a0866003ae665d793234b0470a29cd08cc7453ffb1189610bfcb361cf4c406088f40de7f00498c37253
|
@@ -2515,7 +2515,7 @@ module Google
|
|
2515
2515
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
2516
2516
|
# the following configuration fields:
|
2517
2517
|
#
|
2518
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
2518
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
2519
2519
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
2520
2520
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
2521
2521
|
# 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-v1p1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.2
|
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 V1p1beta1 API
|