google-apis-privateca_v1 0.3.0 → 0.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a658b6fb870684a885313cfc7c9d7bcd9380199af4cfb4a5dd8ca1f928d4b778
4
- data.tar.gz: 5033c1571c2aef7df82a7cc9e2d136652898a77bf553113d66d1a5f7365031d2
3
+ metadata.gz: ab4adc8b1c867fcee8200c3b862a3c120a38f878ccf83bf652f3ef04cb137044
4
+ data.tar.gz: 51ca916da03e4f8d3c33512162b04378aa026558302df8621c5fd301806c55e3
5
5
  SHA512:
6
- metadata.gz: d376322549e452d82a7f485584207449680e8d60146922b674aebb850671dda6f4c83f759c495df866f0fffc73c14edae9e5345548a2ba52371e5ec4098e28d0
7
- data.tar.gz: 58d036837e955318c828cc4c743af2a238445983cee09f749f3beb4555cb47a6f6798e53d7b9df872b173f9ed15c2f71e86ec6bf0e6b5c6a10c1d37567592d9c
6
+ metadata.gz: 715b694dfd911de140b6effa1364ff30ec75a9d0eb8729cb813387b6d3353625e900150efceffb8de7dc6f480db3b057a872aa09f7c5b64ffa77893476980ce5
7
+ data.tar.gz: 76c8f65b161dd863a9ac763b097d181e315dd85bb680ce494a078ecc01799f71b62840ffb8300e3230833746d7934d43fabcea6a3cf1a13cd9a6dc1e99d3e8ae
data/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.7.0 (2021-10-04)
4
+
5
+ * Regenerated from discovery document revision 20210922
6
+
7
+ ### v0.6.0 (2021-09-01)
8
+
9
+ * Regenerated from discovery document revision 20210819
10
+
11
+ ### v0.5.0 (2021-07-28)
12
+
13
+ * Regenerated from discovery document revision 20210721
14
+
15
+ ### v0.4.0 (2021-07-20)
16
+
17
+ * Regenerated from discovery document revision 20210714
18
+
3
19
  ### v0.3.0 (2021-06-29)
4
20
 
5
21
  * Regenerated using generator version 0.4.0
@@ -543,8 +543,9 @@ module Google
543
543
  # @return [Hash<String,String>]
544
544
  attr_accessor :labels
545
545
 
546
- # Required. The desired lifetime of the CA certificate. Used to create the "
547
- # not_before_time" and "not_after_time" fields inside an X.509 certificate.
546
+ # Required. Immutable. The desired lifetime of the CA certificate. Used to
547
+ # create the "not_before_time" and "not_after_time" fields inside an X.509
548
+ # certificate.
548
549
  # Corresponds to the JSON property `lifetime`
549
550
  # @return [String]
550
551
  attr_accessor :lifetime
@@ -1915,7 +1916,7 @@ module Google
1915
1916
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
1916
1917
  # roles/resourcemanager.organizationViewer condition: title: expirable access
1917
1918
  # description: Does not grant access after Sep 2020 expression: request.time <
1918
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
1919
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
1919
1920
  # description of IAM and its features, see the [IAM documentation](https://cloud.
1920
1921
  # google.com/iam/docs/).
1921
1922
  class Policy
@@ -2168,16 +2169,16 @@ module Google
2168
2169
  class RsaKeyType
2169
2170
  include Google::Apis::Core::Hashable
2170
2171
 
2171
- # Optional. The maximum allowed RSA modulus size, in bits. If this is not set,
2172
- # or if set to zero, the service will not enforce an explicit upper bound on RSA
2173
- # 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.
2174
2175
  # Corresponds to the JSON property `maxModulusSize`
2175
2176
  # @return [Fixnum]
2176
2177
  attr_accessor :max_modulus_size
2177
2178
 
2178
- # Optional. The minimum allowed RSA modulus size, in bits. If this is not set,
2179
- # or if set to zero, the service-level min RSA modulus size will continue to
2180
- # 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.
2181
2182
  # Corresponds to the JSON property `minModulusSize`
2182
2183
  # @return [Fixnum]
2183
2184
  attr_accessor :min_modulus_size
@@ -2221,7 +2222,7 @@ module Google
2221
2222
  # resourcemanager.organizationAdmin - members: - user:eve@example.com role:
2222
2223
  # roles/resourcemanager.organizationViewer condition: title: expirable access
2223
2224
  # description: Does not grant access after Sep 2020 expression: request.time <
2224
- # timestamp('2020-10-01T00:00:00.000Z') - etag: BwWWja0YfJA= - version: 3 For a
2225
+ # timestamp('2020-10-01T00:00:00.000Z') etag: BwWWja0YfJA= version: 3 For a
2225
2226
  # description of IAM and its features, see the [IAM documentation](https://cloud.
2226
2227
  # google.com/iam/docs/).
2227
2228
  # Corresponds to the JSON property `policy`
@@ -2482,10 +2483,10 @@ module Google
2482
2483
  class SubordinateConfig
2483
2484
  include Google::Apis::Core::Hashable
2484
2485
 
2485
- # Required. This can refer to a CertificateAuthority in the same project that
2486
- # was used to create a subordinate CertificateAuthority. This field is used for
2487
- # information and usability purposes only. The resource name is in the format `
2488
- # projects/*/locations/*/caPools/*/certificateAuthorities/*`.
2486
+ # Required. This can refer to a CertificateAuthority that was used to create a
2487
+ # subordinate CertificateAuthority. This field is used for information and
2488
+ # usability purposes only. The resource name is in the format `projects/*/
2489
+ # locations/*/caPools/*/certificateAuthorities/*`.
2489
2490
  # Corresponds to the JSON property `certificateAuthority`
2490
2491
  # @return [String]
2491
2492
  attr_accessor :certificate_authority
@@ -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.3.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 = "20210614"
25
+ REVISION = "20210922"
26
26
  end
27
27
  end
28
28
  end
@@ -1162,7 +1162,7 @@ module Google
1162
1162
  # you must retry your request, the server will know to ignore the request if it
1163
1163
  # has already been completed. The server will guarantee that for at least 60
1164
1164
  # minutes since the first request. For example, consider a situation where you
1165
- # make an initial request and t he request times out. If you make the request
1165
+ # make an initial request and the request times out. If you make the request
1166
1166
  # again with the same request ID, the server can check if original operation
1167
1167
  # with the same request ID was received, and if so, will ignore the second
1168
1168
  # request. This prevents clients from accidentally creating duplicate
@@ -31,7 +31,7 @@ module Google
31
31
  # This is NOT the gem version.
32
32
  VERSION = 'V1'
33
33
 
34
- # See, edit, configure, and delete your Google Cloud Platform data
34
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
35
35
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
36
36
  end
37
37
  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.3.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-07-05 00:00:00.000000000 Z
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.3.0
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: []