google-apis-certificatemanager_v1 0.11.0 → 0.12.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: 11cf2fe0d1b2809ef4ac16efb014d30cf9467329c315d3a87ca3307fd264f7d0
4
- data.tar.gz: f928ec59c200103170b678e12055b3bcbce0df193597876016ba64cc077953ae
3
+ metadata.gz: c3bac81466a82d720d859e4ef5a31292b50d46a574af6ffb86671b173768d75e
4
+ data.tar.gz: 07cc3572b3e1b5876b0a632e48ba48ebc54382e0ac5da1197ed2564c7fd4422c
5
5
  SHA512:
6
- metadata.gz: 5eae323fc525f7b3a89cab1c9a83765b929f3b681249f950da48b3bd124146fd0203cb1ada8f937c868b57190ecc79bcc7200a80e37e48fad924353eaf518231
7
- data.tar.gz: bf1da9e6e44a95a0f94b1e62ac39c1ba2fc3a994474b65b66cc97bb8cf015e8712906f69b87bb20c911fdc07dbbbcac2168955b596416a51e1f738251da05522
6
+ metadata.gz: 5252a004c477af84ad80252269b7290a64eda4e4b0a7ba8a82366c5995382126af7c8c2210194f08e474038b816ce00fd9e9b8a6b202d310d415d51846b8c6e4
7
+ data.tar.gz: cff5a034e250b2e826d5224bee7ec0f266b76153b7fd73ec0b84e811281343b89fcb904ac94df46e668dc95db285e393a3196578ea1b06b5c4d424a4144ff586
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-certificatemanager_v1
2
2
 
3
+ ### v0.12.0 (2022-08-13)
4
+
5
+ * Regenerated from discovery document revision 20220804
6
+
3
7
  ### v0.11.0 (2022-07-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20220707
@@ -26,9 +26,9 @@ module Google
26
26
  class AuthorizationAttemptInfo
27
27
  include Google::Apis::Core::Hashable
28
28
 
29
- # Human readable explanation for reaching the state. Provided to help address
30
- # the configuration issues. Not guaranteed to be stable. For programmatic access
31
- # use Reason enum.
29
+ # Output only. Human readable explanation for reaching the state. Provided to
30
+ # help address the configuration issues. Not guaranteed to be stable. For
31
+ # programmatic access use FailureReason enum.
32
32
  # Corresponds to the JSON property `details`
33
33
  # @return [String]
34
34
  attr_accessor :details
@@ -43,7 +43,7 @@ module Google
43
43
  # @return [String]
44
44
  attr_accessor :failure_reason
45
45
 
46
- # State of the domain for managed certificate issuance.
46
+ # Output only. State of the domain for managed certificate issuance.
47
47
  # Corresponds to the JSON property `state`
48
48
  # @return [String]
49
49
  attr_accessor :state
@@ -398,19 +398,20 @@ module Google
398
398
  class GclbTarget
399
399
  include Google::Apis::Core::Hashable
400
400
 
401
- # IP configurations for this Target Proxy where the Certificate Map is serving.
401
+ # Output only. IP configurations for this Target Proxy where the Certificate Map
402
+ # is serving.
402
403
  # Corresponds to the JSON property `ipConfigs`
403
404
  # @return [Array<Google::Apis::CertificatemanagerV1::IpConfig>]
404
405
  attr_accessor :ip_configs
405
406
 
406
- # This field returns the resource name in the following format: `//compute.
407
- # googleapis.com/projects/*/global/targetHttpsProxies/*`.
407
+ # Output only. This field returns the resource name in the following format: `//
408
+ # compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.
408
409
  # Corresponds to the JSON property `targetHttpsProxy`
409
410
  # @return [String]
410
411
  attr_accessor :target_https_proxy
411
412
 
412
- # This field returns the resource name in the following format: `//compute.
413
- # googleapis.com/projects/*/global/targetSslProxies/*`.
413
+ # Output only. This field returns the resource name in the following format: `//
414
+ # compute.googleapis.com/projects/*/global/targetSslProxies/*`.
414
415
  # Corresponds to the JSON property `targetSslProxy`
415
416
  # @return [String]
416
417
  attr_accessor :target_ssl_proxy
@@ -431,12 +432,12 @@ module Google
431
432
  class IpConfig
432
433
  include Google::Apis::Core::Hashable
433
434
 
434
- # An external IP address.
435
+ # Output only. An external IP address.
435
436
  # Corresponds to the JSON property `ipAddress`
436
437
  # @return [String]
437
438
  attr_accessor :ip_address
438
439
 
439
- # Ports.
440
+ # Output only. Ports.
440
441
  # Corresponds to the JSON property `ports`
441
442
  # @return [Array<Fixnum>]
442
443
  attr_accessor :ports
@@ -853,14 +854,14 @@ module Google
853
854
  class ProvisioningIssue
854
855
  include Google::Apis::Core::Hashable
855
856
 
856
- # Human readable explanation about the issue. Provided to help address the
857
- # configuration issues. Not guaranteed to be stable. For programmatic access use
858
- # Reason enum.
857
+ # Output only. Human readable explanation about the issue. Provided to help
858
+ # address the configuration issues. Not guaranteed to be stable. For
859
+ # programmatic access use Reason enum.
859
860
  # Corresponds to the JSON property `details`
860
861
  # @return [String]
861
862
  attr_accessor :details
862
863
 
863
- # Reason for provisioning failures.
864
+ # Output only. Reason for provisioning failures.
864
865
  # Corresponds to the JSON property `reason`
865
866
  # @return [String]
866
867
  attr_accessor :reason
@@ -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.11.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220707"
25
+ REVISION = "20220804"
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.11.0
4
+ version: 0.12.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-07-18 00:00:00.000000000 Z
11
+ date: 2022-08-15 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.11.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.12.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: []