google-cloud-security-private_ca-v1beta1 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/security/private_ca/v1beta1.rb +3 -0
- data/lib/google/cloud/security/private_ca/v1beta1/certificate_authority_service/client.rb +1 -1
- data/lib/google/cloud/security/private_ca/v1beta1/certificate_authority_service/operations.rb +1 -1
- data/lib/google/cloud/security/private_ca/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: 0fdec08ee7d98f5cd932f05f358c2fe58b94728b7f1d9d07abd7d64dd4dedb3d
|
|
4
|
+
data.tar.gz: 764b3c60b0734c1626a40d0770150a07c1e69cdb7dc0a01e2934f04d1ee078cb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f5cd1b8074bd79fa7dd1c87c9863fe07768ee2d4498b3ca19892b96f088cbe89d9642a92f3ebddaf807a20a7897188e94eddc5c9987781c0bfef3a967b87470f
|
|
7
|
+
data.tar.gz: e151861a24fe6b77e68b07baa94576211b53b8356bc7019851a5305c4cd14c601fdb28c8a38c55353b4932658aaeff2f77fe6bb3fa9bf88af914cd42627dd01c
|
|
@@ -1897,7 +1897,7 @@ module Google
|
|
|
1897
1897
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
1898
1898
|
# the following configuration fields:
|
|
1899
1899
|
#
|
|
1900
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
1900
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
1901
1901
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
1902
1902
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
1903
1903
|
# include the following keys:
|
data/lib/google/cloud/security/private_ca/v1beta1/certificate_authority_service/operations.rb
CHANGED
|
@@ -516,7 +516,7 @@ module Google
|
|
|
516
516
|
# Each configuration object is of type `Gapic::Config::Method` and includes
|
|
517
517
|
# the following configuration fields:
|
|
518
518
|
#
|
|
519
|
-
# * `timeout` (*type:* `Numeric`) - The call timeout in
|
|
519
|
+
# * `timeout` (*type:* `Numeric`) - The call timeout in seconds
|
|
520
520
|
# * `metadata` (*type:* `Hash{Symbol=>String}`) - Additional gRPC headers
|
|
521
521
|
# * `retry_policy (*type:* `Hash`) - The retry policy. The policy fields
|
|
522
522
|
# include the following keys:
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-security-private_ca-v1beta1
|
|
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
|
|
@@ -205,7 +205,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
205
205
|
- !ruby/object:Gem::Version
|
|
206
206
|
version: '0'
|
|
207
207
|
requirements: []
|
|
208
|
-
rubygems_version: 3.
|
|
208
|
+
rubygems_version: 3.2.6
|
|
209
209
|
signing_key:
|
|
210
210
|
specification_version: 4
|
|
211
211
|
summary: API Client library for the Certificate Authority Service V1beta1 API
|