google-apis-privateca_v1 0.30.0 → 0.32.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: 742d1d62669a514b371187b55f4b9a0dd91c8299cbf44b4b48414089d7b65729
4
- data.tar.gz: e39d7132abc1191ab9ff25b6e8a3530f231ae7f9a8d25a728c7dee2d60b7d49d
3
+ metadata.gz: 3c5cbfc5fc73ebdf6f36adc7770acf198b6b8a679b7947d0a4904c89caaf567e
4
+ data.tar.gz: '018ae565b76ca5177e81de1accf459f2629e6ac0e011d38364fd34621cd4d15f'
5
5
  SHA512:
6
- metadata.gz: 03c99f73e6a9f68e95fec2ea95df263c206321b3326457f193eb240c17e52030381fa152615d52d7107c4675b586a35ab778fce7c8fccb8ac521742996d15b62
7
- data.tar.gz: 846e5ca1aeccbac3e3009e12dce3a2d44a6c32f6e82112a297dcf8960734a111b263d875325ae70be71372ff894112c2e39801113313cb1cde0a908d8715b02c
6
+ metadata.gz: 67d662cb38741dd0e03655cc3ede4c999a59cfd172f480d363cdda59fd1c9dbf0020db038dd1fa837d11deeee64de6147b7aa80e64586ad279a68798ae63fff3
7
+ data.tar.gz: 90b8bcdebdf0699841654f2f8b0dd5d5be552fc7322dee42b9e5f024778bf78934210edadf59a09be5f42e7b391f0d574e0b1ed63665baf50d9a3e237b60ba52
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.31.0 (2023-04-30)
8
+
9
+ * Regenerated from discovery document revision 20230419
10
+
3
11
  ### v0.30.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230403
@@ -1717,7 +1717,7 @@ module Google
1717
1717
  end
1718
1718
  end
1719
1719
 
1720
- # A resource that represents Google Cloud Platform location.
1720
+ # A resource that represents a Google Cloud location.
1721
1721
  class Location
1722
1722
  include Google::Apis::Core::Hashable
1723
1723
 
@@ -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.30.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 = "20230403"
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.30.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-16 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.30.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: []