google-apis-secretmanager_v1 0.25.0 → 0.28.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: b152db401a86e394e184d32181b0a43eb7924b81c2f3e5dcce955212dd10d222
4
- data.tar.gz: 2734fcb4d4228d1a0572d1eab40d8901f864f9ac8da551cf119938011abe8e84
3
+ metadata.gz: 367bb4f5129c075757e4ee764a93778bfb3061bad2d3a95c63d76bf74d3fdb52
4
+ data.tar.gz: 5112b53057470ffa0afc549bdebfa4303103600f0f827adacf3aff5c07ddf404
5
5
  SHA512:
6
- metadata.gz: 9ee314d82bc22195293f8686ee5ff9863998d4a2c18f77e0340747960560b5ece6e774acad3e5e9a80c0c7056f9152b430a09c9a192b61c12a4fde77b150496d
7
- data.tar.gz: d481a0a59fc66f603205a5d4444dea8e88137e2c72e6b4c7c8fa5fd5963bbf91fa68e46f55a974fd71911617702f0475b2f3b0daf90606b018b6450a256c9079
6
+ metadata.gz: f09c226a19729959a14687c05b1a980fec50c09fe341f13bdf6da6ec0bc342315369a4e1d1af8caba801ae0730c7fbd4a3e510fe8e2bf31b432f5745bd96dfe7
7
+ data.tar.gz: 258e6ef11de7627b5908a9ad07818b80d969e5b5e4538bd4c0cdb6adf9fc1d43c9ff29d7aed423536ebff7985ae0488eb819ef5b332ff0838e474bf8a73ed206
data/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Release history for google-apis-secretmanager_v1
2
2
 
3
+ ### v0.28.0 (2022-08-21)
4
+
5
+ * Regenerated from discovery document revision 20220812
6
+ * Regenerated using generator version 0.9.0
7
+
8
+ ### v0.27.0 (2022-07-02)
9
+
10
+ * Regenerated using generator version 0.8.0
11
+
12
+ ### v0.26.0 (2022-06-23)
13
+
14
+ * Regenerated from discovery document revision 20220617
15
+ * Regenerated using generator version 0.7.0
16
+
3
17
  ### v0.25.0 (2022-06-17)
4
18
 
5
19
  * Regenerated using generator version 0.6.0
@@ -211,25 +211,28 @@ module Google
211
211
  # anyone who is authenticated with a Google account or a service account. * `
212
212
  # user:`emailid``: An email address that represents a specific Google account.
213
213
  # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
214
- # address that represents a service account. For example, `my-other-app@appspot.
215
- # gserviceaccount.com`. * `group:`emailid``: An email address that represents a
216
- # Google group. For example, `admins@example.com`. * `deleted:user:`emailid`?uid=
217
- # `uniqueid``: An email address (plus unique identifier) representing a user
218
- # that has been recently deleted. For example, `alice@example.com?uid=
219
- # 123456789012345678901`. If the user is recovered, this value reverts to `user:`
220
- # emailid`` and the recovered user retains the role in the binding. * `deleted:
221
- # serviceAccount:`emailid`?uid=`uniqueid``: An email address (plus unique
222
- # identifier) representing a service account that has been recently deleted. For
223
- # example, `my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`.
224
- # If the service account is undeleted, this value reverts to `serviceAccount:`
225
- # emailid`` and the undeleted service account retains the role in the binding. *
226
- # `deleted:group:`emailid`?uid=`uniqueid``: An email address (plus unique
227
- # identifier) representing a Google group that has been recently deleted. For
228
- # example, `admins@example.com?uid=123456789012345678901`. If the group is
229
- # recovered, this value reverts to `group:`emailid`` and the recovered group
230
- # retains the role in the binding. * `domain:`domain``: The G Suite domain (
231
- # primary) that represents all the users of that domain. For example, `google.
232
- # com` or `example.com`.
214
+ # address that represents a Google service account. For example, `my-other-app@
215
+ # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
216
+ # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
217
+ # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
218
+ # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
219
+ # . * `group:`emailid``: An email address that represents a Google group. For
220
+ # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
221
+ # email address (plus unique identifier) representing a user that has been
222
+ # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
223
+ # If the user is recovered, this value reverts to `user:`emailid`` and the
224
+ # recovered user retains the role in the binding. * `deleted:serviceAccount:`
225
+ # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
226
+ # representing a service account that has been recently deleted. For example, `
227
+ # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
228
+ # service account is undeleted, this value reverts to `serviceAccount:`emailid``
229
+ # and the undeleted service account retains the role in the binding. * `deleted:
230
+ # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
231
+ # representing a Google group that has been recently deleted. For example, `
232
+ # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
233
+ # value reverts to `group:`emailid`` and the recovered group retains the role in
234
+ # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
235
+ # all the users of that domain. For example, `google.com` or `example.com`.
233
236
  # Corresponds to the JSON property `members`
234
237
  # @return [Array<String>]
235
238
  attr_accessor :members
@@ -809,6 +812,17 @@ module Google
809
812
  class Secret
810
813
  include Google::Apis::Core::Hashable
811
814
 
815
+ # Optional. Custom metadata about the secret. Annotations are distinct from
816
+ # various forms of labels. Annotations exist to allow client tools to store
817
+ # their own state information without requiring a database. Annotation keys must
818
+ # be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128
819
+ # bytes, begin and end with an alphanumeric character ([a-z0-9A-Z]), and may
820
+ # have dashes (-), underscores (_), dots (.), and alphanumerics in between these
821
+ # symbols. The total size of annotation keys and values must be less than 16KiB.
822
+ # Corresponds to the JSON property `annotations`
823
+ # @return [Hash<String,String>]
824
+ attr_accessor :annotations
825
+
812
826
  # Output only. The time at which the Secret was created.
813
827
  # Corresponds to the JSON property `createTime`
814
828
  # @return [String]
@@ -864,12 +878,25 @@ module Google
864
878
  # @return [String]
865
879
  attr_accessor :ttl
866
880
 
881
+ # Optional. Mapping from version alias to version name. A version alias is a
882
+ # string with a maximum length of 63 characters and can contain uppercase and
883
+ # lowercase letters, numerals, and the hyphen (`-`) and underscore ('_')
884
+ # characters. An alias string must start with a letter and cannot be the string '
885
+ # latest' or 'NEW'. No more than 50 aliases can be assigned to a given secret.
886
+ # Version-Alias pairs will be viewable via GetSecret and modifiable via
887
+ # UpdateSecret. At launch Access by Allias will only be supported on
888
+ # GetSecretVersion and AccessSecretVersion.
889
+ # Corresponds to the JSON property `versionAliases`
890
+ # @return [Hash<String,Fixnum>]
891
+ attr_accessor :version_aliases
892
+
867
893
  def initialize(**args)
868
894
  update!(**args)
869
895
  end
870
896
 
871
897
  # Update properties of this object
872
898
  def update!(**args)
899
+ @annotations = args[:annotations] if args.key?(:annotations)
873
900
  @create_time = args[:create_time] if args.key?(:create_time)
874
901
  @etag = args[:etag] if args.key?(:etag)
875
902
  @expire_time = args[:expire_time] if args.key?(:expire_time)
@@ -879,6 +906,7 @@ module Google
879
906
  @rotation = args[:rotation] if args.key?(:rotation)
880
907
  @topics = args[:topics] if args.key?(:topics)
881
908
  @ttl = args[:ttl] if args.key?(:ttl)
909
+ @version_aliases = args[:version_aliases] if args.key?(:version_aliases)
882
910
  end
883
911
  end
884
912
 
@@ -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.25.0"
19
+ GEM_VERSION = "0.28.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 = "20220506"
25
+ REVISION = "20220812"
26
26
  end
27
27
  end
28
28
  end
@@ -432,6 +432,7 @@ module Google
432
432
  class Secret
433
433
  # @private
434
434
  class Representation < Google::Apis::Core::JsonRepresentation
435
+ hash :annotations, as: 'annotations'
435
436
  property :create_time, as: 'createTime'
436
437
  property :etag, as: 'etag'
437
438
  property :expire_time, as: 'expireTime'
@@ -444,6 +445,7 @@ module Google
444
445
  collection :topics, as: 'topics', class: Google::Apis::SecretmanagerV1::Topic, decorator: Google::Apis::SecretmanagerV1::Topic::Representation
445
446
 
446
447
  property :ttl, as: 'ttl'
448
+ hash :version_aliases, as: 'versionAliases'
447
449
  end
448
450
  end
449
451
 
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.25.0
4
+ version: 0.28.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-08-22 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.6'
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.6'
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-secretmanager_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.25.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-secretmanager_v1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-secretmanager_v1
63
63
  post_install_message:
64
64
  rdoc_options: []