google-apis-privateca_v1 0.40.0 → 0.42.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: a4d202080557d596cff6eee3522e98ebd7883e2142aec16ff7ba1f8e891e5892
|
4
|
+
data.tar.gz: 12ed17567e470e3f021c10fae9ad5938c2bf3156f01b287ce4aafb97e5996dc4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c8dd84c3de35918499dd38ca7ed2f79ebcbe6b7a71c21e33e35bd336eb68bbdc3d250e4d995933428bd46f3e0aab5c18efd13bf0690fcd348700819a65f776ce
|
7
|
+
data.tar.gz: '046978e51feb9ae65a1e948eb7d01f199af75f773b7acb0da5c1ae268efb9662c2e0472ce8a9f15c9c7cb128e8f96d5763e3dd4172cd8864bccb2a88e67a3e98'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-privateca_v1
|
2
2
|
|
3
|
+
### v0.42.0 (2024-05-19)
|
4
|
+
|
5
|
+
* Regenerated using generator version 0.15.0
|
6
|
+
|
7
|
+
### v0.41.0 (2024-05-05)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240424
|
10
|
+
|
3
11
|
### v0.40.0 (2024-04-21)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240410
|
@@ -594,6 +594,18 @@ module Google
|
|
594
594
|
# @return [Array<String>]
|
595
595
|
attr_accessor :pem_ca_certificates
|
596
596
|
|
597
|
+
# Output only. Reserved for future use.
|
598
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
599
|
+
# @return [Boolean]
|
600
|
+
attr_accessor :satisfies_pzi
|
601
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
602
|
+
|
603
|
+
# Output only. Reserved for future use.
|
604
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
605
|
+
# @return [Boolean]
|
606
|
+
attr_accessor :satisfies_pzs
|
607
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
608
|
+
|
597
609
|
# Output only. The State for this CertificateAuthority.
|
598
610
|
# Corresponds to the JSON property `state`
|
599
611
|
# @return [String]
|
@@ -639,6 +651,8 @@ module Google
|
|
639
651
|
@lifetime = args[:lifetime] if args.key?(:lifetime)
|
640
652
|
@name = args[:name] if args.key?(:name)
|
641
653
|
@pem_ca_certificates = args[:pem_ca_certificates] if args.key?(:pem_ca_certificates)
|
654
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
655
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
642
656
|
@state = args[:state] if args.key?(:state)
|
643
657
|
@subordinate_config = args[:subordinate_config] if args.key?(:subordinate_config)
|
644
658
|
@tier = args[:tier] if args.key?(:tier)
|
@@ -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.42.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240424"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -561,6 +561,8 @@ module Google
|
|
561
561
|
property :lifetime, as: 'lifetime'
|
562
562
|
property :name, as: 'name'
|
563
563
|
collection :pem_ca_certificates, as: 'pemCaCertificates'
|
564
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
565
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
564
566
|
property :state, as: 'state'
|
565
567
|
property :subordinate_config, as: 'subordinateConfig', class: Google::Apis::PrivatecaV1::SubordinateConfig, decorator: Google::Apis::PrivatecaV1::SubordinateConfig::Representation
|
566
568
|
|
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.42.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-05-26 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.
|
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.
|
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-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.42.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: []
|