google-apis-certificatemanager_v1 0.26.0 → 0.28.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: 4154706ee11327de6fb0cbc24cf71c2951fef404deb6d12b4cd1016af0f0c939
4
- data.tar.gz: eca398c1d612fe88d27ac6438727c6393a7709cf7d01c23ba6f0c13b4e8a7fc7
3
+ metadata.gz: c467fca2820893047cf978b80317b3020b1ba1dd71dab5f8d77b5eb64aecbccd
4
+ data.tar.gz: 6dadf5dcfc279931d4ee033c2f43ee3a47c844defc4fd08ae11dcaa8e2276d12
5
5
  SHA512:
6
- metadata.gz: 5ae50835ca32d8b4ad67ae14c52b6480e4c0bfeac973085dfa7920838689368dc211242c5e99260c2da36920c5fb825c9fe54b4727f0fabb6b955d4c5ef01499
7
- data.tar.gz: 929afb3c329d86d41df42e63c7c3cbc623e4980ea4dcc9731a850ecfd6fbf839d8098e5df8bd69d0ef2db19db6ba4554a3f4c0602b729cf1dfc9715626fcbe08
6
+ metadata.gz: ae3d26a04e9e66fabc58fe09bd90c2c1cf708b5df29176881bec5eb27a44af795204581b0fb4ef0ae83233e256ef4daf67001ddd7a3a92a23c104052de0f2881
7
+ data.tar.gz: 7b1ac30163e1a5969a2e96274ffc5243818d40a8e87aac67c3c63ebfff10d24a7bd25e4fce674e6e8c37408a8df7d01b64430813ebfdca9a75a4ea1e131adf47
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-certificatemanager_v1
2
2
 
3
+ ### v0.28.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.27.0 (2024-04-28)
8
+
9
+ * Regenerated from discovery document revision 20240417
10
+
3
11
  ### v0.26.0 (2024-03-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20240313
@@ -1207,7 +1207,7 @@ module Google
1207
1207
 
1208
1208
  # Optional. A certificate matching an allowlisted certificate is always
1209
1209
  # considered valid as long as the certificate is parseable, proof of private key
1210
- # possession is established, and constraints on the certificates SAN field are
1210
+ # possession is established, and constraints on the certificate's SAN field are
1211
1211
  # met.
1212
1212
  # Corresponds to the JSON property `allowlistedCertificates`
1213
1213
  # @return [Array<Google::Apis::CertificatemanagerV1::AllowlistedCertificate>]
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CertificatemanagerV1
18
18
  # Version of the google-apis-certificatemanager_v1 gem
19
- GEM_VERSION = "0.26.0"
19
+ GEM_VERSION = "0.28.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240313"
25
+ REVISION = "20240417"
26
26
  end
27
27
  end
28
28
  end
@@ -232,7 +232,7 @@ module Google
232
232
  # @param [String] order_by
233
233
  # A list of Certificate Config field names used to specify the order of the
234
234
  # returned results. The default sorting order is ascending. To specify
235
- # descending order for a field, add a suffix " desc".
235
+ # descending order for a field, add a suffix `" desc"`.
236
236
  # @param [Fixnum] page_size
237
237
  # Maximum number of certificate configs to return per call.
238
238
  # @param [String] page_token
@@ -381,7 +381,7 @@ module Google
381
381
  # @param [String] order_by
382
382
  # A list of Certificate Map field names used to specify the order of the
383
383
  # returned results. The default sorting order is ascending. To specify
384
- # descending order for a field, add a suffix " desc".
384
+ # descending order for a field, add a suffix `" desc"`.
385
385
  # @param [Fixnum] page_size
386
386
  # Maximum number of certificate maps to return per call.
387
387
  # @param [String] page_token
@@ -567,7 +567,7 @@ module Google
567
567
  # @param [String] order_by
568
568
  # A list of Certificate Map Entry field names used to specify the order of the
569
569
  # returned results. The default sorting order is ascending. To specify
570
- # descending order for a field, add a suffix " desc".
570
+ # descending order for a field, add a suffix `" desc"`.
571
571
  # @param [Fixnum] page_size
572
572
  # Maximum number of certificate map entries to return. The service may return
573
573
  # fewer than this value. If unspecified, at most 50 certificate map entries will
@@ -756,7 +756,7 @@ module Google
756
756
  # @param [String] order_by
757
757
  # A list of Certificate field names used to specify the order of the returned
758
758
  # results. The default sorting order is ascending. To specify descending order
759
- # for a field, add a suffix " desc".
759
+ # for a field, add a suffix `" desc"`.
760
760
  # @param [Fixnum] page_size
761
761
  # Maximum number of certificates to return per call.
762
762
  # @param [String] page_token
@@ -941,7 +941,7 @@ module Google
941
941
  # @param [String] order_by
942
942
  # A list of Dns Authorization field names used to specify the order of the
943
943
  # returned results. The default sorting order is ascending. To specify
944
- # descending order for a field, add a suffix " desc".
944
+ # descending order for a field, add a suffix `" desc"`.
945
945
  # @param [Fixnum] page_size
946
946
  # Maximum number of dns authorizations to return per call.
947
947
  # @param [String] page_token
@@ -1276,7 +1276,7 @@ module Google
1276
1276
  # @param [String] order_by
1277
1277
  # A list of TrustConfig field names used to specify the order of the returned
1278
1278
  # results. The default sorting order is ascending. To specify descending order
1279
- # for a field, add a suffix " desc".
1279
+ # for a field, add a suffix `" desc"`.
1280
1280
  # @param [Fixnum] page_size
1281
1281
  # Maximum number of TrustConfigs to return per call.
1282
1282
  # @param [String] page_token
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-certificatemanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.26.0
4
+ version: 0.28.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-03-24 00:00:00.000000000 Z
11
+ date: 2024-05-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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-certificatemanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-certificatemanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []