google-cloud-service_management-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 +4 -4
- data/lib/google/cloud/service_management/v1.rb +3 -0
- data/lib/google/cloud/service_management/v1/service_manager/client.rb +1 -1
- data/lib/google/cloud/service_management/v1/service_manager/operations.rb +1 -1
- data/lib/google/cloud/service_management/v1/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: 7c1eb13eccea818635c61d97ba0d49b40f3bb79e58d4bdc32b6af3e3f8feaa3f
|
|
4
|
+
data.tar.gz: 305230e78ad19283b6cca1261afcb2773e2f2f5d8fd92e8be9aff08074be103f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 190087700d6adc65bdb78362b823c876352a3929f3b46c8f949c96e7ba09de587c788660f780d3bb0234ae58187936f2e061593ea737d356edc35fce7fccf28b
|
|
7
|
+
data.tar.gz: 332f94b733d67c959ef3ec20365313ff64b2b16c009fa997861aadc6ec7f4040e9632e2d5b1cbc436cdd4f372610390ed51a594de1f5d05bb561c26ed7fc605c
|
|
@@ -1431,7 +1431,7 @@ module Google
|
|
|
1431
1431
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
1432
1432
|
# the following configuration fields:
|
|
1433
1433
|
#
|
|
1434
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
1434
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
1435
1435
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
1436
1436
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
1437
1437
|
# 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-service_management-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-20 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -225,7 +225,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
225
225
|
- !ruby/object:Gem::Version
|
|
226
226
|
version: '0'
|
|
227
227
|
requirements: []
|
|
228
|
-
rubygems_version: 3.
|
|
228
|
+
rubygems_version: 3.2.6
|
|
229
229
|
signing_key:
|
|
230
230
|
specification_version: 4
|
|
231
231
|
summary: API Client library for the Service Management API V1 API
|