google-apis-certificatemanager_v1 0.8.0 → 0.11.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: 7792123f280a6bdba1392df70f060c250080a716c5e159420e5f1b2929e83f74
4
- data.tar.gz: 878063211f6afd94db366a0c1aa57987435982be42e711e04fdfe2dfc3c524e2
3
+ metadata.gz: 11cf2fe0d1b2809ef4ac16efb014d30cf9467329c315d3a87ca3307fd264f7d0
4
+ data.tar.gz: f928ec59c200103170b678e12055b3bcbce0df193597876016ba64cc077953ae
5
5
  SHA512:
6
- metadata.gz: 450f363c6b537260b73f5b5f3441d4b6fe40bc4f9e1dd9cea25e0432b1d5d2dc6265d3a6c1eee288916b5ad93335c5b8b27c5a5cc320dd1885128e88cadaec87
7
- data.tar.gz: 066f1ccb20d04824949f02c2373047496f80870db992b716ec62a93f0b3ebd4dd1897ddb532bf662941b2916ed0bcb293055920b6afbfcc77992d3e31ed92db7
6
+ metadata.gz: 5eae323fc525f7b3a89cab1c9a83765b929f3b681249f950da48b3bd124146fd0203cb1ada8f937c868b57190ecc79bcc7200a80e37e48fad924353eaf518231
7
+ data.tar.gz: bf1da9e6e44a95a0f94b1e62ac39c1ba2fc3a994474b65b66cc97bb8cf015e8712906f69b87bb20c911fdc07dbbbcac2168955b596416a51e1f738251da05522
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-certificatemanager_v1
2
2
 
3
+ ### v0.11.0 (2022-07-16)
4
+
5
+ * Regenerated from discovery document revision 20220707
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.10.0 (2022-07-01)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.9.0 (2022-06-20)
13
+
14
+ * Regenerated using generator version 0.7.0
15
+
3
16
  ### v0.8.0 (2022-06-14)
4
17
 
5
18
  * Regenerated from discovery document revision 20220602
@@ -876,48 +876,6 @@ module Google
876
876
  end
877
877
  end
878
878
 
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
879
  # Certificate data for a SelfManaged Certificate. SelfManaged Certificates are
922
880
  # uploaded by the user. Updating such certificates before they expire remains
923
881
  # 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.8.0"
19
+ GEM_VERSION = "0.11.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.6.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 = "20220707"
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.8.0
4
+ version: 0.11.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-20 00:00:00.000000000 Z
11
+ date: 2022-07-18 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.5'
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.5'
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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-certificatemanager_v1/v0.11.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: []