google-apis-secretmanager_v1 0.9.0 → 0.10.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: 514fe0acc300910bb35b084e1c856dcd49a7206a0e9c95090cc82ecc2ca376b9
4
- data.tar.gz: ca3509b4c52ab88459cae9a5c6d15908bcbcb2fcf806b63ae067d7ea786648f5
3
+ metadata.gz: 19b3496783f7424c8e908de6602f801e1a3e86fe6aa2fe6cc9298a933ec19eaf
4
+ data.tar.gz: 3d67dbc4ff2a30082efb7977374bb3e327ef46ce0007b7a5142044d0671b3373
5
5
  SHA512:
6
- metadata.gz: 740855417312e537b7be83a5d3c6fa04680175621693db47229b70c75ff6086ffb18088e8bc440b3362cb03c02cbd5b80608b73fcee50156c14f7f5605f42d24
7
- data.tar.gz: 97c0a5c51aad82d205110410d68bdf5bba247fc91bf2837bd2b344768e585cba5776a9d1a9084ccbc27860b69877858e6d831507c2fc9e7f28e8bd6c127e998f
6
+ metadata.gz: '078d009536b630ec70b5814158aebc3542f3fd3743241feb35bbbfd5b125a1d5694b941411725cce1239dc56eb5b9513edacfb2cf449d9bb5718a9383b22c5c9'
7
+ data.tar.gz: ed8705a0af918756388d7a408a31e39917f669742a2dbfe26e7fcd0bfcd20c1ea70550d0d90dc7f26d05635bc887b15149338dcfcf5d8c7d93ccc8e4fe939364
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.10.0 (2021-05-28)
4
+
5
+ * Regenerated from discovery document revision 20210521
6
+
3
7
  ### v0.9.0 (2021-05-20)
4
8
 
5
9
  * Unspecified changes
@@ -770,8 +770,9 @@ module Google
770
770
  class Rotation
771
771
  include Google::Apis::Core::Hashable
772
772
 
773
- # Optional. Timestamp in UTC at which the Secret is scheduled to rotate.
774
- # next_rotation_time MUST be set if rotation_period is set.
773
+ # Optional. Timestamp in UTC at which the Secret is scheduled to rotate. Cannot
774
+ # be set to less than 300s (5 min) in the future and at most 3153600000s (100
775
+ # years). next_rotation_time MUST be set if rotation_period is set.
775
776
  # Corresponds to the JSON property `nextRotationTime`
776
777
  # @return [String]
777
778
  attr_accessor :next_rotation_time
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecretmanagerV1
18
18
  # Version of the google-apis-secretmanager_v1 gem
19
- GEM_VERSION = "0.9.0"
19
+ GEM_VERSION = "0.10.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210429"
25
+ REVISION = "20210521"
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-secretmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.10.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: 2021-05-24 00:00:00.000000000 Z
11
+ date: 2021-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.9.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.10.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-secretmanager_v1
57
57
  post_install_message:
58
58
  rdoc_options: []