google-apis-certificatemanager_v1 0.26.0 → 0.27.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 22aaf9929e76ee0a204c21df207191ac347e8784777927b29d925ebca54914c4
|
4
|
+
data.tar.gz: d62fab54c9177b1e1cb5709995d521e0948d7f1b72c7ca21d8b94b392dfd6119
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9da9f250d05396494f5cb2682dff0b7973ddc014a9e94c2cbd89baad275db2c2cf14cd89c1c03eba8ce61aeb51d8d0f797e5d34f02e5ffa293a73786e18c081b
|
7
|
+
data.tar.gz: 69a849f1df7f16358d2b81f811086b33a96cf1dc8ef298a08ee237d6083ea6ae3a6c456be4d63befac2e7548521e710c54ca98eaa5956107466197a6e430b3fd
|
data/CHANGELOG.md
CHANGED
@@ -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 certificate
|
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.
|
19
|
+
GEM_VERSION = "0.27.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 = "
|
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.
|
4
|
+
version: 0.27.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-
|
11
|
+
date: 2024-04-28 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-certificatemanager_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.27.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: []
|