File tree Expand file tree Collapse file tree 4 files changed +10
-5
lines changed
generated/google-apis-secretmanager_v1
lib/google/apis/secretmanager_v1 Expand file tree Collapse file tree 4 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 11# Release history for google-apis-secretmanager_v1
22
3+ ### v0.10.0 (2021-05-28)
4+
5+ * Regenerated from discovery document revision 20210521
6+
37### v0.9.0 (2021-05-20)
48
59* Unspecified changes
Original file line number Diff line number Diff line change @@ -770,8 +770,9 @@ def update!(**args)
770770 class Rotation
771771 include Google ::Apis ::Core ::Hashable
772772
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.
775776 # Corresponds to the JSON property `nextRotationTime`
776777 # @return [String]
777778 attr_accessor :next_rotation_time
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module SecretmanagerV1
1818 # Version of the google-apis-secretmanager_v1 gem
19- GEM_VERSION = "0.9 .0"
19+ GEM_VERSION = "0.10 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.2.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20210429 "
25+ REVISION = "20210521 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change 44 "git": {
55 "name": ".",
66 "remote": "https://github.com/googleapis/google-api-ruby-client.git",
7- "sha": "184a1809e3b666d95ae0b635c394c2cc624cd796 "
7+ "sha": "6f190f987cf75c0cdcefa1e4e49c963d4f37a4ac "
88 }
99 }
1010 ]
You can’t perform that action at this time.
0 commit comments