google-cloud-artifact_registry-v1beta2 0.1.0 → 0.1.1
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/artifact_registry/v1beta2.rb +3 -0
- data/lib/google/cloud/artifact_registry/v1beta2/artifact_registry/client.rb +1 -1
- data/lib/google/cloud/artifact_registry/v1beta2/artifact_registry/operations.rb +1 -1
- data/lib/google/cloud/artifact_registry/v1beta2/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: 6a3a16797c885b0590bd77f7d71ca943938c70b27ce06442d2ed6f4b658e54ae
|
4
|
+
data.tar.gz: 1c3282b9fd25f46bdbee99ee120adc694ef812e24642e45285b98a545025ec31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6cd88cf5c3b58d5726fde7edeceb25cbb11791389db11b4744dfea5252b9d73fbbb4d8a509e9c47bfc26b6f210385f7f8ba503e54b9aa5f4e2f29d27df3a3afd
|
7
|
+
data.tar.gz: 046ca4a177c28b97a3b284fd25cb5db1179808bafd6dea001eb7ace24d0d15901bea0beda1f2246251492cbe95872f97f94f9e407eac360f0b412af95fcb280c
|
@@ -1909,7 +1909,7 @@ module Google
|
|
1909
1909
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
1910
1910
|
# the following configuration fields:
|
1911
1911
|
#
|
1912
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
1912
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
1913
1913
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
1914
1914
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
1915
1915
|
# 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-artifact_registry-v1beta2
|
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
|
@@ -235,7 +235,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
235
235
|
- !ruby/object:Gem::Version
|
236
236
|
version: '0'
|
237
237
|
requirements: []
|
238
|
-
rubygems_version: 3.
|
238
|
+
rubygems_version: 3.2.6
|
239
239
|
signing_key:
|
240
240
|
specification_version: 4
|
241
241
|
summary: API Client library for the Artifact Registry V1beta2 API
|