google-apis-certificatemanager_v1 0.11.0 → 0.13.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b052f6bb388dcb873c8e800d1617c84c36ecd4366b5a648b206dcbe322eceb5c
|
4
|
+
data.tar.gz: a09754d1649cc256097a944f98d7f2f4d8a3baea2237df10db615ed112382c98
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e37f1e63ef72ed948b9f3fdac1c1ca77ac75fc57a0695a93022c75e0b2ba01a9863e03e2dbd287e3463b9ec1d4e3764a7bed36e15b69ba8648df450fb9c31d8d
|
7
|
+
data.tar.gz: ede7c989d248a234ea54b25f37d59d1bc33cf26346a51564129a6a4f9bec9f4f9d90adbdcd17e2103fb080812fe3e621cc1f8e7d41d338019ada3edc04aaf1b1
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-certificatemanager_v1
|
2
2
|
|
3
|
+
### v0.13.0 (2022-09-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20220914
|
6
|
+
* Regenerated using generator version 0.10.0
|
7
|
+
|
8
|
+
### v0.12.0 (2022-08-13)
|
9
|
+
|
10
|
+
* Regenerated from discovery document revision 20220804
|
11
|
+
|
3
12
|
### v0.11.0 (2022-07-16)
|
4
13
|
|
5
14
|
* 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
|
30
|
-
# the configuration issues. Not guaranteed to be stable. For
|
31
|
-
# use
|
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
|
@@ -175,7 +175,8 @@ module Google
|
|
175
175
|
# @return [String]
|
176
176
|
attr_accessor :description
|
177
177
|
|
178
|
-
# Output only. A list of GCLB targets which use this Certificate Map.
|
178
|
+
# Output only. A list of GCLB targets which use this Certificate Map. A Target
|
179
|
+
# Proxy is only present on this list if it's attached to a Forwarding Rule.
|
179
180
|
# Corresponds to the JSON property `gclbTargets`
|
180
181
|
# @return [Array<Google::Apis::CertificatemanagerV1::GclbTarget>]
|
181
182
|
attr_accessor :gclb_targets
|
@@ -398,19 +399,20 @@ module Google
|
|
398
399
|
class GclbTarget
|
399
400
|
include Google::Apis::Core::Hashable
|
400
401
|
|
401
|
-
# IP configurations for this Target Proxy where the Certificate Map
|
402
|
+
# Output only. IP configurations for this Target Proxy where the Certificate Map
|
403
|
+
# is serving.
|
402
404
|
# Corresponds to the JSON property `ipConfigs`
|
403
405
|
# @return [Array<Google::Apis::CertificatemanagerV1::IpConfig>]
|
404
406
|
attr_accessor :ip_configs
|
405
407
|
|
406
|
-
# This field returns the resource name in the following format: `//
|
407
|
-
# googleapis.com/projects/*/global/targetHttpsProxies/*`.
|
408
|
+
# Output only. This field returns the resource name in the following format: `//
|
409
|
+
# compute.googleapis.com/projects/*/global/targetHttpsProxies/*`.
|
408
410
|
# Corresponds to the JSON property `targetHttpsProxy`
|
409
411
|
# @return [String]
|
410
412
|
attr_accessor :target_https_proxy
|
411
413
|
|
412
|
-
# This field returns the resource name in the following format: `//
|
413
|
-
# googleapis.com/projects/*/global/targetSslProxies/*`.
|
414
|
+
# Output only. This field returns the resource name in the following format: `//
|
415
|
+
# compute.googleapis.com/projects/*/global/targetSslProxies/*`.
|
414
416
|
# Corresponds to the JSON property `targetSslProxy`
|
415
417
|
# @return [String]
|
416
418
|
attr_accessor :target_ssl_proxy
|
@@ -431,12 +433,12 @@ module Google
|
|
431
433
|
class IpConfig
|
432
434
|
include Google::Apis::Core::Hashable
|
433
435
|
|
434
|
-
# An external IP address.
|
436
|
+
# Output only. An external IP address.
|
435
437
|
# Corresponds to the JSON property `ipAddress`
|
436
438
|
# @return [String]
|
437
439
|
attr_accessor :ip_address
|
438
440
|
|
439
|
-
# Ports.
|
441
|
+
# Output only. Ports.
|
440
442
|
# Corresponds to the JSON property `ports`
|
441
443
|
# @return [Array<Fixnum>]
|
442
444
|
attr_accessor :ports
|
@@ -853,14 +855,14 @@ module Google
|
|
853
855
|
class ProvisioningIssue
|
854
856
|
include Google::Apis::Core::Hashable
|
855
857
|
|
856
|
-
# Human readable explanation about the issue. Provided to help
|
857
|
-
# configuration issues. Not guaranteed to be stable. For
|
858
|
-
# Reason enum.
|
858
|
+
# Output only. Human readable explanation about the issue. Provided to help
|
859
|
+
# address the configuration issues. Not guaranteed to be stable. For
|
860
|
+
# programmatic access use Reason enum.
|
859
861
|
# Corresponds to the JSON property `details`
|
860
862
|
# @return [String]
|
861
863
|
attr_accessor :details
|
862
864
|
|
863
|
-
# Reason for provisioning failures.
|
865
|
+
# Output only. Reason for provisioning failures.
|
864
866
|
# Corresponds to the JSON property `reason`
|
865
867
|
# @return [String]
|
866
868
|
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.
|
19
|
+
GEM_VERSION = "0.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.10.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220914"
|
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.
|
4
|
+
version: 0.13.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-
|
11
|
+
date: 2022-09-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 0.9.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version:
|
29
|
+
version: 0.9.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.13.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: []
|