google-apis-secretmanager_v1 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 706fb7fe52edeaf18e0271b0feee07a3a16008a62c000b6fed7e4c262d89def2
|
|
4
|
+
data.tar.gz: ba1ebf1328af045efd873647f6e11a253d45d5ef5565463821e8679d782f3add
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 983b1b18678f83a67e17873658e44e43d4d70df2da3fb1ec76dfcb2c323bdcaf5ce3395fe85d08b40cf9f1c3ccc844276ef3a7e492dc6d3dadc93cc7ecd1d526
|
|
7
|
+
data.tar.gz: 1568c25f8508851049fba49198c317fab6b8357ca322fa80067c2c47130f721678dc35ffe7c390dabdda04ebf9346988e41ed529505ca9109bf81c547ac92fcd
|
data/CHANGELOG.md
CHANGED
|
@@ -751,6 +751,12 @@ module Google
|
|
|
751
751
|
# @return [String]
|
|
752
752
|
attr_accessor :create_time
|
|
753
753
|
|
|
754
|
+
# Optional. Timestamp in UTC when the Secret is scheduled to expire. This is
|
|
755
|
+
# always provided on output, regardless of what was sent on input.
|
|
756
|
+
# Corresponds to the JSON property `expireTime`
|
|
757
|
+
# @return [String]
|
|
758
|
+
attr_accessor :expire_time
|
|
759
|
+
|
|
754
760
|
# The labels assigned to this Secret. Label keys must be between 1 and 63
|
|
755
761
|
# characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform
|
|
756
762
|
# to the following PCRE regular expression: `\p`Ll`\p`Lo``0,62`` Label values
|
|
@@ -772,6 +778,11 @@ module Google
|
|
|
772
778
|
# @return [Google::Apis::SecretmanagerV1::Replication]
|
|
773
779
|
attr_accessor :replication
|
|
774
780
|
|
|
781
|
+
# Input only. The TTL for the Secret.
|
|
782
|
+
# Corresponds to the JSON property `ttl`
|
|
783
|
+
# @return [String]
|
|
784
|
+
attr_accessor :ttl
|
|
785
|
+
|
|
775
786
|
def initialize(**args)
|
|
776
787
|
update!(**args)
|
|
777
788
|
end
|
|
@@ -779,9 +790,11 @@ module Google
|
|
|
779
790
|
# Update properties of this object
|
|
780
791
|
def update!(**args)
|
|
781
792
|
@create_time = args[:create_time] if args.key?(:create_time)
|
|
793
|
+
@expire_time = args[:expire_time] if args.key?(:expire_time)
|
|
782
794
|
@labels = args[:labels] if args.key?(:labels)
|
|
783
795
|
@name = args[:name] if args.key?(:name)
|
|
784
796
|
@replication = args[:replication] if args.key?(:replication)
|
|
797
|
+
@ttl = args[:ttl] if args.key?(:ttl)
|
|
785
798
|
end
|
|
786
799
|
end
|
|
787
800
|
|
|
@@ -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.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210108"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -410,10 +410,12 @@ module Google
|
|
|
410
410
|
# @private
|
|
411
411
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
412
412
|
property :create_time, as: 'createTime'
|
|
413
|
+
property :expire_time, as: 'expireTime'
|
|
413
414
|
hash :labels, as: 'labels'
|
|
414
415
|
property :name, as: 'name'
|
|
415
416
|
property :replication, as: 'replication', class: Google::Apis::SecretmanagerV1::Replication, decorator: Google::Apis::SecretmanagerV1::Replication::Representation
|
|
416
417
|
|
|
418
|
+
property :ttl, as: 'ttl'
|
|
417
419
|
end
|
|
418
420
|
end
|
|
419
421
|
|
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.2.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-
|
|
11
|
+
date: 2021-02-08 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.2.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: []
|
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
69
69
|
- !ruby/object:Gem::Version
|
|
70
70
|
version: '0'
|
|
71
71
|
requirements: []
|
|
72
|
-
rubygems_version: 3.
|
|
72
|
+
rubygems_version: 3.2.6
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Secret Manager API V1
|