google-cloud-service_control-v1 0.1.0 → 0.1.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: 438e9cad7e97678d973ec75b3ddbda7e2ee6bf653fe4e4a44d29b9a99b04655b
|
|
4
|
+
data.tar.gz: d501cd8d8f1b8ee23a7b81013313b8b4ed731417c02d07aee147ee236ff37d7f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: dde06b9b199f2b05d67705955582ccabb9bad7cb4b409645a7f4b77f6a9492f53663f3c5a0fc74907721db3885ea781024cf4f94cf7482bafa76b10708523391
|
|
7
|
+
data.tar.gz: a16e5756dbb424579bd0eb9acd01b0bd0e4bd3106f70e0dcd3aaca3ddc3cbf12e99ce383b8dd6d4665924cb51fcf8ea1769f5ccce3af32ff15ee36557d8bf0b4
|
|
@@ -355,7 +355,7 @@ module Google
|
|
|
355
355
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
356
356
|
# the following configuration fields:
|
|
357
357
|
#
|
|
358
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
358
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
359
359
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
360
360
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
361
361
|
# include the following keys:
|
|
@@ -466,7 +466,7 @@ module Google
|
|
|
466
466
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
467
467
|
# the following configuration fields:
|
|
468
468
|
#
|
|
469
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
469
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
470
470
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
471
471
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
472
472
|
# include the following keys:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-service_control-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.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-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -215,7 +215,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
215
215
|
- !ruby/object:Gem::Version
|
|
216
216
|
version: '0'
|
|
217
217
|
requirements: []
|
|
218
|
-
rubygems_version: 3.
|
|
218
|
+
rubygems_version: 3.2.6
|
|
219
219
|
signing_key:
|
|
220
220
|
specification_version: 4
|
|
221
221
|
summary: API Client library for the Service Control API V1 API
|