google-apis-privateca_v1 0.31.0 → 0.32.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b64140b94fa490959f3ef841f172652c81c03a17e829a15bffcea9cc5ab5291a
4
- data.tar.gz: 12dc5f894353f6f3de6135f49d5222bf19be6820fdd30c0fa47f8478f49d99f5
3
+ metadata.gz: 3c5cbfc5fc73ebdf6f36adc7770acf198b6b8a679b7947d0a4904c89caaf567e
4
+ data.tar.gz: '018ae565b76ca5177e81de1accf459f2629e6ac0e011d38364fd34621cd4d15f'
5
5
  SHA512:
6
- metadata.gz: 753f3d534382d36346d390ce44f40f3f4da10452859a6ddc581c23c52cb2ffc153f435823d033741a31cf303061d568d928a37ad7b4557ba8feaf29745e8b0af
7
- data.tar.gz: c6d57e3fea8409bfa8778a3f2bb8a8d8374dce7051a771c96d337098139a649c1e58971e667856e5de6cd62a7decec49d71abee82bea2aa7e856f7fa4cb4ff58
6
+ metadata.gz: 67d662cb38741dd0e03655cc3ede4c999a59cfd172f480d363cdda59fd1c9dbf0020db038dd1fa837d11deeee64de6147b7aa80e64586ad279a68798ae63fff3
7
+ data.tar.gz: 90b8bcdebdf0699841654f2f8b0dd5d5be552fc7322dee42b9e5f024778bf78934210edadf59a09be5f42e7b391f0d574e0b1ed63665baf50d9a3e237b60ba52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.32.0 (2023-05-14)
4
+
5
+ * Regenerated from discovery document revision 20230503
6
+
3
7
  ### v0.31.0 (2023-04-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20230419
@@ -2122,6 +2122,13 @@ module Google
2122
2122
  class PublishingOptions
2123
2123
  include Google::Apis::Core::Hashable
2124
2124
 
2125
+ # Optional. Specifies the encoding format of each CertificateAuthority's CA
2126
+ # certificate and CRLs. If this is omitted, CA certificates and CRLs will be
2127
+ # published in PEM.
2128
+ # Corresponds to the JSON property `encodingFormat`
2129
+ # @return [String]
2130
+ attr_accessor :encoding_format
2131
+
2125
2132
  # Optional. When true, publishes each CertificateAuthority's CA certificate and
2126
2133
  # includes its URL in the "Authority Information Access" X.509 extension in all
2127
2134
  # issued Certificates. If this is false, the CA certificate will not be
@@ -2149,6 +2156,7 @@ module Google
2149
2156
 
2150
2157
  # Update properties of this object
2151
2158
  def update!(**args)
2159
+ @encoding_format = args[:encoding_format] if args.key?(:encoding_format)
2152
2160
  @publish_ca_cert = args[:publish_ca_cert] if args.key?(:publish_ca_cert)
2153
2161
  @publish_crl = args[:publish_crl] if args.key?(:publish_crl)
2154
2162
  end
@@ -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.31.0"
19
+ GEM_VERSION = "0.32.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230419"
25
+ REVISION = "20230503"
26
26
  end
27
27
  end
28
28
  end
@@ -944,6 +944,7 @@ module Google
944
944
  class PublishingOptions
945
945
  # @private
946
946
  class Representation < Google::Apis::Core::JsonRepresentation
947
+ property :encoding_format, as: 'encodingFormat'
947
948
  property :publish_ca_cert, as: 'publishCaCert'
948
949
  property :publish_crl, as: 'publishCrl'
949
950
  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.31.0
4
+ version: 0.32.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: 2023-04-30 00:00:00.000000000 Z
11
+ date: 2023-05-14 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.31.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.32.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: []