google-apis-privateca_v1 0.38.0 → 0.39.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: ad91448c98cc46f2096e93a14d872b010c7e8c6be671a521ef43ec5c162b49e4
4
- data.tar.gz: 89777d6a9844ce6d6c19b2bcf4c6455cb7b1461a7c5046a5c2e875b5c749d07e
3
+ metadata.gz: 1c92f3a99c557d0b94f49bd12077d20207dd140483413257805f5091e13ab97d
4
+ data.tar.gz: 459657f86f1760bacc556e6b8893675dbfdf7ecf9f9d7ad3c96578b2cc1fd5ff
5
5
  SHA512:
6
- metadata.gz: 9b64f323608a3cb2b156a139f386070df04020a3f7c2bc8051fa474fc88eb79889b5a8fccbe9b3e58a21dda5f5d80aaac23beb3f5be2b2a85c5f235ae780f31f
7
- data.tar.gz: f73ae98a160665f850e9461a1519a1fc59c93599dbcf7b6df44eff485570ad5c8155dfe41125bf812ffe0c8dd1f7f1a813dadd7d8c4d95c9685a77c0799af373
6
+ metadata.gz: a4ed98f173e2b9dc2b8cb73ac78b235b851f28e946fc9cdde77b20f9b638f24a3f89d90e1ffe6f432c81e3adff8cb66b12700b447fe81b30e1872a8579306cfc
7
+ data.tar.gz: 667dc0c9495c43c443e5ea49371fcb3fd9e8614908845cbc5de6d84bfc510664111583cd5060afbe7d70d7f687e4ddc561db25c04e2a1961143907fc34a05a24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.39.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240313
6
+
3
7
  ### v0.38.0 (2024-02-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240221
@@ -692,7 +692,7 @@ module Google
692
692
  class CertificateConfigKeyId
693
693
  include Google::Apis::Core::Hashable
694
694
 
695
- # Optional. The value of this KeyId encoded in lowercase hexadecimal. This is
695
+ # Required. The value of this KeyId encoded in lowercase hexadecimal. This is
696
696
  # most likely the 160 bit SHA-1 hash of the public key.
697
697
  # Corresponds to the JSON property `keyId`
698
698
  # @return [String]
@@ -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.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240221"
25
+ REVISION = "20240313"
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.38.0
4
+ version: 0.39.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: 2024-02-25 00:00:00.000000000 Z
11
+ date: 2024-03-24 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/main/generated/google-apis-privateca_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1
63
63
  post_install_message:
64
64
  rdoc_options: []