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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 19b3496783f7424c8e908de6602f801e1a3e86fe6aa2fe6cc9298a933ec19eaf
|
4
|
+
data.tar.gz: 3d67dbc4ff2a30082efb7977374bb3e327ef46ce0007b7a5142044d0671b3373
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '078d009536b630ec70b5814158aebc3542f3fd3743241feb35bbbfd5b125a1d5694b941411725cce1239dc56eb5b9513edacfb2cf449d9bb5718a9383b22c5c9'
|
7
|
+
data.tar.gz: ed8705a0af918756388d7a408a31e39917f669742a2dbfe26e7fcd0bfcd20c1ea70550d0d90dc7f26d05635bc887b15149338dcfcf5d8c7d93ccc8e4fe939364
|
data/CHANGELOG.md
CHANGED
@@ -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
|
-
#
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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: []
|