google-apis-certificatemanager_v1 0.15.0 → 0.16.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: 251fa9976e6503869536edfc709cfa7fcb394859e1806d2874a7d42bcaad833d
4
- data.tar.gz: f652cb83f606a6f451a84db8d8a2bf42633d92af215e0f12a83ca1266ae66748
3
+ metadata.gz: 3b633948c40b1af495e9e9f5acbabe30c12d2d300776bcb4a843307bbd7593f2
4
+ data.tar.gz: dc81bc59fe1242ba8088c8e86d788fb52ab6fd2588a274a0fe14a5213c4e9824
5
5
  SHA512:
6
- metadata.gz: 8d05a90f9c324257cb6f22631d2250492d3720049b67323ed622021fba996e382ab7d8b57c5923ed39974aaacfadbb64da4401b7ecdf802f37f3bbba7957a9b5
7
- data.tar.gz: 42135aeaef2ef10366bac8fdc664c238d63af174b1603f65815d21f2ea357c542b11f730d3083b35f11ad34f9166a585d73924d3316cafae4903915005b4c528
6
+ metadata.gz: 2c0e59d5aa14d2eb836ae4250c036e823ce2e0d5d302a578e57d8c49e4b5b39c872903edb4bc8e2badfe52aa0c5f3e6d5bb14283f1bfbc532305c4a51bc81a95
7
+ data.tar.gz: f27a31d76100ab19a1e6e18d0c8fa42195f791633d9bc9e0177ac1e19ec53bad5cf6d74d4a1f72be66f642cc623e66330aa5549972ccef701717955df064a11b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-certificatemanager_v1
2
2
 
3
+ ### v0.16.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221020
6
+
3
7
  ### v0.15.0 (2022-10-20)
4
8
 
5
9
  * Regenerated using generator version 0.11.0
@@ -288,7 +288,7 @@ module Google
288
288
  # @return [String]
289
289
  attr_accessor :description
290
290
 
291
- # Output only. A list of GCLB targets which use this Certificate Map. A Target
291
+ # Output only. A list of GCLB targets that use this Certificate Map. A Target
292
292
  # Proxy is only present on this list if it's attached to a Forwarding Rule.
293
293
  # Corresponds to the JSON property `gclbTargets`
294
294
  # @return [Array<Google::Apis::CertificatemanagerV1::GclbTarget>]
@@ -419,7 +419,7 @@ module Google
419
419
  # @return [Google::Apis::CertificatemanagerV1::DnsResourceRecord]
420
420
  attr_accessor :dns_resource_record
421
421
 
422
- # Required. Immutable. A domain which is being authorized. A DnsAuthorization
422
+ # Required. Immutable. A domain that is being authorized. A DnsAuthorization
423
423
  # resource covers a single domain and its wildcard, e.g. authorization for `
424
424
  # example.com` can be used to issue certificates for `example.com` and `*.
425
425
  # example.com`.
@@ -508,7 +508,7 @@ module Google
508
508
  end
509
509
  end
510
510
 
511
- # Describes a Target Proxy which uses this Certificate Map.
511
+ # Describes a Target Proxy that uses this Certificate Map.
512
512
  class GclbTarget
513
513
  include Google::Apis::Core::Hashable
514
514
 
@@ -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.15.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220927"
25
+ REVISION = "20221020"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-certificatemanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.16.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: 2022-10-21 00:00:00.000000000 Z
11
+ date: 2022-10-31 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-certificatemanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.15.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.16.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-certificatemanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []