google-apis-privateca_v1 0.6.0 → 0.7.0
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/CHANGELOG.md +4 -0
- data/lib/google/apis/privateca_v1/classes.rb +6 -6
- data/lib/google/apis/privateca_v1/gem_version.rb +2 -2
- 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: ab4adc8b1c867fcee8200c3b862a3c120a38f878ccf83bf652f3ef04cb137044
|
|
4
|
+
data.tar.gz: 51ca916da03e4f8d3c33512162b04378aa026558302df8621c5fd301806c55e3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 715b694dfd911de140b6effa1364ff30ec75a9d0eb8729cb813387b6d3353625e900150efceffb8de7dc6f480db3b057a872aa09f7c5b64ffa77893476980ce5
|
|
7
|
+
data.tar.gz: 76c8f65b161dd863a9ac763b097d181e315dd85bb680ce494a078ecc01799f71b62840ffb8300e3230833746d7934d43fabcea6a3cf1a13cd9a6dc1e99d3e8ae
|
data/CHANGELOG.md
CHANGED
|
@@ -2169,16 +2169,16 @@ module Google
|
|
|
2169
2169
|
class RsaKeyType
|
|
2170
2170
|
include Google::Apis::Core::Hashable
|
|
2171
2171
|
|
|
2172
|
-
# Optional. The maximum allowed RSA modulus size, in bits. If this
|
|
2173
|
-
# or if set to zero, the service will not enforce an explicit upper
|
|
2174
|
-
# modulus sizes.
|
|
2172
|
+
# Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this
|
|
2173
|
+
# is not set, or if set to zero, the service will not enforce an explicit upper
|
|
2174
|
+
# bound on RSA modulus sizes.
|
|
2175
2175
|
# Corresponds to the JSON property `maxModulusSize`
|
|
2176
2176
|
# @return [Fixnum]
|
|
2177
2177
|
attr_accessor :max_modulus_size
|
|
2178
2178
|
|
|
2179
|
-
# Optional. The minimum allowed RSA modulus size, in bits. If this
|
|
2180
|
-
# or if set to zero, the service-level min RSA modulus size will
|
|
2181
|
-
# apply.
|
|
2179
|
+
# Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this
|
|
2180
|
+
# is not set, or if set to zero, the service-level min RSA modulus size will
|
|
2181
|
+
# continue to apply.
|
|
2182
2182
|
# Corresponds to the JSON property `minModulusSize`
|
|
2183
2183
|
# @return [Fixnum]
|
|
2184
2184
|
attr_accessor :min_modulus_size
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module PrivatecaV1
|
|
18
18
|
# Version of the google-apis-privateca_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.7.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210922"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-privateca_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-10-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.7.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-privateca_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|