google-apis-privateca_v1 0.9.0 → 0.10.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: 066a05dcc144811c1c6725240bf08398d3fc201ecc7e89d3da39c90447828c23
4
- data.tar.gz: 6247c63b5365592001df40f52a1e63f08948c028266c50d7e509c7a95acd51a8
3
+ metadata.gz: a7abc1a4178ee1ea43f678da2232567a9463a7c01d421fb4189efe1cbbeb2814
4
+ data.tar.gz: 5c52022db578d395c760295e7e9c8cad354ac2aad47ddb6c5b54ad5ebef022d4
5
5
  SHA512:
6
- metadata.gz: b17d5cca3448518c9ab949790242f65cd255d63754f465b5ac660d24fa99e7bd403df7d2093ef1a4a61ab0aeb9017d4505e6198cb285ace7bd663a7c012536d2
7
- data.tar.gz: ae2cee395a5502424430eb3843e90ac021478a66ed4ff5d3ce0328c873cca1f4535e946e8db1d825a4ab507a1b3bd62ddbd69ffa149b2a4c40131f343cf8e1c7
6
+ metadata.gz: 979ada31ed76d10f934df97d003e4020af2c9c1f8c9f19abe075d0c4ab92398f1e8feac3595b17841d6ca9ea3e1a6733d9e8ec54d6386d7924c4358095471875
7
+ data.tar.gz: d539b9050d8d9269866d5f8e58a7c9114a1c2ac060e1960cbe55fa93118986036802e826323c5b0d7df434507328a81b3e25f5f68639544dc0a7569c8c462a49
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-privateca_v1
2
2
 
3
+ ### v0.10.0 (2021-11-06)
4
+
5
+ * Regenerated from discovery document revision 20211101
6
+
3
7
  ### v0.9.0 (2021-10-30)
4
8
 
5
9
  * Regenerated from discovery document revision 20211020
@@ -299,11 +299,6 @@ module Google
299
299
  class CaPool
300
300
  include Google::Apis::Core::Hashable
301
301
 
302
- # Output only. The time at which this CaPool was created.
303
- # Corresponds to the JSON property `createTime`
304
- # @return [String]
305
- attr_accessor :create_time
306
-
307
302
  # Defines controls over all certificate issuance within a CaPool.
308
303
  # Corresponds to the JSON property `issuancePolicy`
309
304
  # @return [Google::Apis::PrivatecaV1::IssuancePolicy]
@@ -333,24 +328,17 @@ module Google
333
328
  # @return [String]
334
329
  attr_accessor :tier
335
330
 
336
- # Output only. The time at which this CaPool was last updated.
337
- # Corresponds to the JSON property `updateTime`
338
- # @return [String]
339
- attr_accessor :update_time
340
-
341
331
  def initialize(**args)
342
332
  update!(**args)
343
333
  end
344
334
 
345
335
  # Update properties of this object
346
336
  def update!(**args)
347
- @create_time = args[:create_time] if args.key?(:create_time)
348
337
  @issuance_policy = args[:issuance_policy] if args.key?(:issuance_policy)
349
338
  @labels = args[:labels] if args.key?(:labels)
350
339
  @name = args[:name] if args.key?(:name)
351
340
  @publishing_options = args[:publishing_options] if args.key?(:publishing_options)
352
341
  @tier = args[:tier] if args.key?(:tier)
353
- @update_time = args[:update_time] if args.key?(:update_time)
354
342
  end
355
343
  end
356
344
 
@@ -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.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211020"
25
+ REVISION = "20211101"
26
26
  end
27
27
  end
28
28
  end
@@ -484,7 +484,6 @@ module Google
484
484
  class CaPool
485
485
  # @private
486
486
  class Representation < Google::Apis::Core::JsonRepresentation
487
- property :create_time, as: 'createTime'
488
487
  property :issuance_policy, as: 'issuancePolicy', class: Google::Apis::PrivatecaV1::IssuancePolicy, decorator: Google::Apis::PrivatecaV1::IssuancePolicy::Representation
489
488
 
490
489
  hash :labels, as: 'labels'
@@ -492,7 +491,6 @@ module Google
492
491
  property :publishing_options, as: 'publishingOptions', class: Google::Apis::PrivatecaV1::PublishingOptions, decorator: Google::Apis::PrivatecaV1::PublishingOptions::Representation
493
492
 
494
493
  property :tier, as: 'tier'
495
- property :update_time, as: 'updateTime'
496
494
  end
497
495
  end
498
496
 
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.9.0
4
+ version: 0.10.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: 2021-11-01 00:00:00.000000000 Z
11
+ date: 2021-11-08 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.9.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1/v0.10.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: []