google-apis-certificatemanager_v1 0.9.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: d2e5b0f4cb2622d51285b52d3d17db2423b6d8642b2eec1e16fa060125b8a0ee
4
- data.tar.gz: 264980e133f8c17dcf10e9d9e8acf0adb6ee4ba31af3b27587eece5cd30df824
3
+ metadata.gz: c3bac81466a82d720d859e4ef5a31292b50d46a574af6ffb86671b173768d75e
4
+ data.tar.gz: 07cc3572b3e1b5876b0a632e48ba48ebc54382e0ac5da1197ed2564c7fd4422c
5
5
  SHA512:
6
- metadata.gz: '08a08e13d8207abfeeaa56bbe90cb3256649cf01c66990df3b0c9a3573c218d8cdfbb7f159fa0d9f12ba6349a77cca1440386bca4ec2f3ad412c03ffa741cdc5'
7
- data.tar.gz: c23640bf6cd894511e4ca34e4086d259c73e2b34d0d124d64f58281189630474e4bc91a81cb472bdfabc6f821b9c817169d18eaea9c549a4364c925b410e6b19
6
+ metadata.gz: 5252a004c477af84ad80252269b7290a64eda4e4b0a7ba8a82366c5995382126af7c8c2210194f08e474038b816ce00fd9e9b8a6b202d310d415d51846b8c6e4
7
+ data.tar.gz: cff5a034e250b2e826d5224bee7ec0f266b76153b7fd73ec0b84e811281343b89fcb904ac94df46e668dc95db285e393a3196578ea1b06b5c4d424a4144ff586
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
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
+
7
+ ### v0.11.0 (2022-07-16)
8
+
9
+ * Regenerated from discovery document revision 20220707
10
+ * Regenerated using generator version 0.9.0
11
+
12
+ ### v0.10.0 (2022-07-01)
13
+
14
+ * Regenerated using generator version 0.8.0
15
+
3
16
  ### v0.9.0 (2022-06-20)
4
17
 
5
18
  * Regenerated using generator version 0.7.0
@@ -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
@@ -876,48 +877,6 @@ module Google
876
877
  end
877
878
  end
878
879
 
879
- # ResourcesCount represents the resource that stores aggregated project's info
880
- # in the given location, e.g.: total number of certificates assigned to the
881
- # project.
882
- class ResourcesCount
883
- include Google::Apis::Core::Hashable
884
-
885
- # The count of certificates.
886
- # Corresponds to the JSON property `certificates`
887
- # @return [Fixnum]
888
- attr_accessor :certificates
889
-
890
- # Required. Input only. The time of the computation. The field is input only,
891
- # used in Create and Update calls. For Update call, new values of selected
892
- # resources are set if their compute_time is younger than the persisted ones, e.
893
- # g.: If you support 3 types of resources: A, B and C, and you have: 'A'
894
- # resource count computed at timestamp = 3 'B' resource count computed at
895
- # timestamp = 10 'C' resource count computed at timestamp = 5 And you're going
896
- # to update all of them with compute_time = 8, only 'A' and 'C' will be updated,
897
- # as 'B' already has fresher data. For Get call a ResourcesCount instance
898
- # contains the freshest values for every type.
899
- # Corresponds to the JSON property `computeTime`
900
- # @return [String]
901
- attr_accessor :compute_time
902
-
903
- # The singleton resource of the resources count. Must be in the format `projects/
904
- # */locations/*/resourcesCounts/single`.
905
- # Corresponds to the JSON property `name`
906
- # @return [String]
907
- attr_accessor :name
908
-
909
- def initialize(**args)
910
- update!(**args)
911
- end
912
-
913
- # Update properties of this object
914
- def update!(**args)
915
- @certificates = args[:certificates] if args.key?(:certificates)
916
- @compute_time = args[:compute_time] if args.key?(:compute_time)
917
- @name = args[:name] if args.key?(:name)
918
- end
919
- end
920
-
921
880
  # Certificate data for a SelfManaged Certificate. SelfManaged Certificates are
922
881
  # uploaded by the user. Updating such certificates before they expire remains
923
882
  # the user's responsibility.
@@ -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.9.0"
19
+ GEM_VERSION = "0.12.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.7.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220602"
25
+ REVISION = "20220804"
26
26
  end
27
27
  end
28
28
  end
@@ -148,12 +148,6 @@ module Google
148
148
  include Google::Apis::Core::JsonObjectSupport
149
149
  end
150
150
 
151
- class ResourcesCount
152
- class Representation < Google::Apis::Core::JsonRepresentation; end
153
-
154
- include Google::Apis::Core::JsonObjectSupport
155
- end
156
-
157
151
  class SelfManagedCertificate
158
152
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
153
 
@@ -391,15 +385,6 @@ module Google
391
385
  end
392
386
  end
393
387
 
394
- class ResourcesCount
395
- # @private
396
- class Representation < Google::Apis::Core::JsonRepresentation
397
- property :certificates, :numeric_string => true, as: 'certificates'
398
- property :compute_time, as: 'computeTime'
399
- property :name, as: 'name'
400
- end
401
- end
402
-
403
388
  class SelfManagedCertificate
404
389
  # @private
405
390
  class Representation < Google::Apis::Core::JsonRepresentation
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.9.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-06-27 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
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.6'
19
+ version: '0.7'
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: '0.6'
29
+ version: '0.7'
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.9.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: []