google-cloud-assured_workloads-v1beta1 0.2.0 → 0.2.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/assured_workloads/v1beta1.rb +3 -0
- data/lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/client.rb +1 -1
- data/lib/google/cloud/assured_workloads/v1beta1/assured_workloads_service/operations.rb +1 -1
- data/lib/google/cloud/assured_workloads/v1beta1/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: 4a01a64018781641e00d70f67112f9ac854ee6facc809e1fa8c235a351b85c67
|
|
4
|
+
data.tar.gz: 065a80df5062358d24b16cb10392d892489358be70a1fbcfd6b9b855e5d70f5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b43a75a6b339019be41ec4fe574a8a317417d9758038181ca68bb1e494d4b6021e99cca74ec55641f4f5f9bd6e825e4c7f201d126b4b5950cfa6910130c53da0
|
|
7
|
+
data.tar.gz: e1fd5a963ee9d31b1ea1db2388c9787b9a0944503736cba22f55fa1b4d9208d7fb72f177b0829fed0c752d5ff26c5f11b1b8b5c2aeb845ba08adbfc085c5a0ec
|
|
@@ -678,7 +678,7 @@ module Google
|
|
|
678
678
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
679
679
|
# the following configuration fields:
|
|
680
680
|
#
|
|
681
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
681
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
682
682
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
683
683
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
684
684
|
# 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-assured_workloads-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.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
|
|
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
201
201
|
- !ruby/object:Gem::Version
|
|
202
202
|
version: '0'
|
|
203
203
|
requirements: []
|
|
204
|
-
rubygems_version: 3.
|
|
204
|
+
rubygems_version: 3.2.6
|
|
205
205
|
signing_key:
|
|
206
206
|
specification_version: 4
|
|
207
207
|
summary: API Client library for the Assured Workloads for Government V1beta1 API
|