google-apis-privateca_v1 0.40.0 → 0.41.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: ec04feccc20cad00fd355d3e92dbfdf433fdbc48ba4800f185aa985adac718fb
4
- data.tar.gz: 51bd669872a166698863fd310e155d861dbe8e434d590f4b6135c75ea4133754
3
+ metadata.gz: b888a0099d93c10112078ffc0e90b45a3efbc587e006423424d64dd30912d844
4
+ data.tar.gz: 51b6cede37a5726f84bd6f4b02799607cdcd0370f143ab95d8ff3099eb536221
5
5
  SHA512:
6
- metadata.gz: 64d0c3ee52b90b68ff505bca6de9a47afacdfd908a1e5f3de5dfd97d7d97ffdc3cc47ce60506e6e1f8c9fbe535b736c49e05ae174a44dc4f0bdeca53562f3ea6
7
- data.tar.gz: 6fc215cd73bd7714513356a90d2791e01a4bc0aab22d85259bccf3aa66cb726e5e8c714d358e57d4de72e0fbe84cd4ea30cc8a32048b9d1292b7b95e2aeaeec6
6
+ metadata.gz: 050d2c3ab923457b7e63a3128f2b8122b534748a816e04a0257cef1636d555d10aa16953a764c9511ae1999c9685f82c3a7a3e17b49360d04afd9f73d4419e03
7
+ data.tar.gz: 742f2887c64449bb1874b3729e1a60fc7e76d33f2cab9de2fdb3521a0b9b56f95e39b1d8bf777c29fe02aa97d5a15ebf4994159b065cf33cb7a357f1041080b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.41.0 (2024-05-05)
4
+
5
+ * Regenerated from discovery document revision 20240424
6
+
3
7
  ### v0.40.0 (2024-04-21)
4
8
 
5
9
  * 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.40.0"
19
+ GEM_VERSION = "0.41.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 = "20240410"
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.40.0
4
+ version: 0.41.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-04-21 00:00:00.000000000 Z
11
+ date: 2024-05-05 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.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.41.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: []