google-apis-certificatemanager_v1 0.42.0 → 0.43.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: 23d2bead3ef2aa19db224c97fda5c1e8fe92b2594c61ddaf6c10d09dd567b920
4
- data.tar.gz: 6dc967b73f64c39a529901905ed34ec44950f2afee825fe92e14e1617c4ca100
3
+ metadata.gz: bf8765c98861b3640a023c9c1a995b70b78dd41ad9fd82cc2ed9eb0b32efde56
4
+ data.tar.gz: a9ca3c79ac19d3b21e737d603bdcd16e4ff3c1c7da2d202ad92d6877923130fd
5
5
  SHA512:
6
- metadata.gz: 8e4a30969123b78f116d3d26d27fadd32fcd7b32a554f7b587bf111dc0b1ae5d4377cf1a580f2836aeac22a72a298fe43dd0e51c71d9a2596c7a5e6845d8922f
7
- data.tar.gz: f359891adf9003d92268aecbc6d1a97900ee66c6a33d8a695ae8be2f24f4ad1fd96240c52afb7c18d1a2e7cf27445c1ad872f16d2f95a2d216dbab263ecf0842
6
+ metadata.gz: c67133632f8817de4bb8e8bb871cb62d3a811eb3d30f7638675089994b178d247bf25f73fba6f502ca57f8291174e1d214c281788043dbb5bd2a92d9aac71888
7
+ data.tar.gz: 4b6cc005433f85974e1cbb1a43f6ad7c01264b786f4bf3d0b23d69e8e99b82085ba4f6b96e325dff55a81fde858d8e30c6f42d26e7c995d7c6edc33afbe3c2f6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-certificatemanager_v1
2
2
 
3
+ ### v0.43.0 (2026-07-12)
4
+
5
+ * Regenerated from discovery document revision 20260629
6
+
3
7
  ### v0.42.0 (2026-06-14)
4
8
 
5
9
  * Regenerated using generator version 0.19.0
@@ -211,6 +211,13 @@ module Google
211
211
  # @return [Google::Apis::CertificatemanagerV1::SelfManagedCertificate]
212
212
  attr_accessor :self_managed
213
213
 
214
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
215
+ # resource. For example: "123/environment": "production", "123/costCenter": "
216
+ # marketing"
217
+ # Corresponds to the JSON property `tags`
218
+ # @return [Hash<String,String>]
219
+ attr_accessor :tags
220
+
214
221
  # Output only. The last update timestamp of a Certificate.
215
222
  # Corresponds to the JSON property `updateTime`
216
223
  # @return [String]
@@ -238,6 +245,7 @@ module Google
238
245
  @san_dnsnames = args[:san_dnsnames] if args.key?(:san_dnsnames)
239
246
  @scope = args[:scope] if args.key?(:scope)
240
247
  @self_managed = args[:self_managed] if args.key?(:self_managed)
248
+ @tags = args[:tags] if args.key?(:tags)
241
249
  @update_time = args[:update_time] if args.key?(:update_time)
242
250
  @used_by = args[:used_by] if args.key?(:used_by)
243
251
  end
@@ -334,6 +342,13 @@ module Google
334
342
  # @return [Fixnum]
335
343
  attr_accessor :rotation_window_percentage
336
344
 
345
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
346
+ # resource. For example: "123/environment": "production", "123/costCenter": "
347
+ # marketing"
348
+ # Corresponds to the JSON property `tags`
349
+ # @return [Hash<String,String>]
350
+ attr_accessor :tags
351
+
337
352
  # Output only. The last update timestamp of a CertificateIssuanceConfig.
338
353
  # Corresponds to the JSON property `updateTime`
339
354
  # @return [String]
@@ -353,6 +368,7 @@ module Google
353
368
  @lifetime = args[:lifetime] if args.key?(:lifetime)
354
369
  @name = args[:name] if args.key?(:name)
355
370
  @rotation_window_percentage = args[:rotation_window_percentage] if args.key?(:rotation_window_percentage)
371
+ @tags = args[:tags] if args.key?(:tags)
356
372
  @update_time = args[:update_time] if args.key?(:update_time)
357
373
  end
358
374
  end
@@ -389,6 +405,13 @@ module Google
389
405
  # @return [String]
390
406
  attr_accessor :name
391
407
 
408
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
409
+ # resource. For example: "123/environment": "production", "123/costCenter": "
410
+ # marketing"
411
+ # Corresponds to the JSON property `tags`
412
+ # @return [Hash<String,String>]
413
+ attr_accessor :tags
414
+
392
415
  # Output only. The update timestamp of a Certificate Map.
393
416
  # Corresponds to the JSON property `updateTime`
394
417
  # @return [String]
@@ -405,6 +428,7 @@ module Google
405
428
  @gclb_targets = args[:gclb_targets] if args.key?(:gclb_targets)
406
429
  @labels = args[:labels] if args.key?(:labels)
407
430
  @name = args[:name] if args.key?(:name)
431
+ @tags = args[:tags] if args.key?(:tags)
408
432
  @update_time = args[:update_time] if args.key?(:update_time)
409
433
  end
410
434
  end
@@ -524,6 +548,13 @@ module Google
524
548
  # @return [String]
525
549
  attr_accessor :name
526
550
 
551
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
552
+ # resource. For example: "123/environment": "production", "123/costCenter": "
553
+ # marketing"
554
+ # Corresponds to the JSON property `tags`
555
+ # @return [Hash<String,String>]
556
+ attr_accessor :tags
557
+
527
558
  # Optional. Immutable. Type of DnsAuthorization. If unset during resource
528
559
  # creation the following default will be used: - in location `global`:
529
560
  # FIXED_RECORD, - in other locations: PER_PROJECT_RECORD.
@@ -548,6 +579,7 @@ module Google
548
579
  @domain = args[:domain] if args.key?(:domain)
549
580
  @labels = args[:labels] if args.key?(:labels)
550
581
  @name = args[:name] if args.key?(:name)
582
+ @tags = args[:tags] if args.key?(:tags)
551
583
  @type = args[:type] if args.key?(:type)
552
584
  @update_time = args[:update_time] if args.key?(:update_time)
553
585
  end
@@ -1423,6 +1455,13 @@ module Google
1423
1455
  # @return [Hash<String,Google::Apis::CertificatemanagerV1::TrustStore>]
1424
1456
  attr_accessor :spiffe_trust_stores
1425
1457
 
1458
+ # Optional. Input only. Immutable. Tag keys/values directly bound to this
1459
+ # resource. For example: "123/environment": "production", "123/costCenter": "
1460
+ # marketing"
1461
+ # Corresponds to the JSON property `tags`
1462
+ # @return [Hash<String,String>]
1463
+ attr_accessor :tags
1464
+
1426
1465
  # Optional. Set of trust stores to perform validation against. This field is
1427
1466
  # supported when TrustConfig is configured with Load Balancers, currently not
1428
1467
  # supported for SPIFFE certificate validation. Only one TrustStore specified is
@@ -1449,6 +1488,7 @@ module Google
1449
1488
  @labels = args[:labels] if args.key?(:labels)
1450
1489
  @name = args[:name] if args.key?(:name)
1451
1490
  @spiffe_trust_stores = args[:spiffe_trust_stores] if args.key?(:spiffe_trust_stores)
1491
+ @tags = args[:tags] if args.key?(:tags)
1452
1492
  @trust_stores = args[:trust_stores] if args.key?(:trust_stores)
1453
1493
  @update_time = args[:update_time] if args.key?(:update_time)
1454
1494
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CertificatemanagerV1
18
18
  # Version of the google-apis-certificatemanager_v1 gem
19
- GEM_VERSION = "0.42.0"
19
+ GEM_VERSION = "0.43.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260427"
25
+ REVISION = "20260629"
26
26
  end
27
27
  end
28
28
  end
@@ -302,6 +302,7 @@ module Google
302
302
  property :scope, as: 'scope'
303
303
  property :self_managed, as: 'selfManaged', class: Google::Apis::CertificatemanagerV1::SelfManagedCertificate, decorator: Google::Apis::CertificatemanagerV1::SelfManagedCertificate::Representation
304
304
 
305
+ hash :tags, as: 'tags'
305
306
  property :update_time, as: 'updateTime'
306
307
  collection :used_by, as: 'usedBy', class: Google::Apis::CertificatemanagerV1::UsedBy, decorator: Google::Apis::CertificatemanagerV1::UsedBy::Representation
307
308
 
@@ -335,6 +336,7 @@ module Google
335
336
  property :lifetime, as: 'lifetime'
336
337
  property :name, as: 'name'
337
338
  property :rotation_window_percentage, as: 'rotationWindowPercentage'
339
+ hash :tags, as: 'tags'
338
340
  property :update_time, as: 'updateTime'
339
341
  end
340
342
  end
@@ -348,6 +350,7 @@ module Google
348
350
 
349
351
  hash :labels, as: 'labels'
350
352
  property :name, as: 'name'
353
+ hash :tags, as: 'tags'
351
354
  property :update_time, as: 'updateTime'
352
355
  end
353
356
  end
@@ -377,6 +380,7 @@ module Google
377
380
  property :domain, as: 'domain'
378
381
  hash :labels, as: 'labels'
379
382
  property :name, as: 'name'
383
+ hash :tags, as: 'tags'
380
384
  property :type, as: 'type'
381
385
  property :update_time, as: 'updateTime'
382
386
  end
@@ -625,6 +629,7 @@ module Google
625
629
  property :name, as: 'name'
626
630
  hash :spiffe_trust_stores, as: 'spiffeTrustStores', class: Google::Apis::CertificatemanagerV1::TrustStore, decorator: Google::Apis::CertificatemanagerV1::TrustStore::Representation
627
631
 
632
+ hash :tags, as: 'tags'
628
633
  collection :trust_stores, as: 'trustStores', class: Google::Apis::CertificatemanagerV1::TrustStore, decorator: Google::Apis::CertificatemanagerV1::TrustStore::Representation
629
634
 
630
635
  property :update_time, as: 'updateTime'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-certificatemanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.42.0
4
+ version: 0.43.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-certificatemanager_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.42.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.43.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-certificatemanager_v1
62
62
  rdoc_options: []
63
63
  require_paths: