google-apis-secretmanager_v1 0.27.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: 6b9c4b6b188694e131f34c95e223fe7907404ee187d117652c46eeef580757a8
4
- data.tar.gz: 15b04903ba4558545b52f30e375d34a5071bbce0d26bf7478010b9effa0e91e8
3
+ metadata.gz: 367bb4f5129c075757e4ee764a93778bfb3061bad2d3a95c63d76bf74d3fdb52
4
+ data.tar.gz: 5112b53057470ffa0afc549bdebfa4303103600f0f827adacf3aff5c07ddf404
5
5
  SHA512:
6
- metadata.gz: ecbb7b91fd34363c1d238721cc5febcb75d4bf00321e08344fb273957a61602ac3524939857fd32847433a31bad2c69b76bf4732ccef8ba716bac5846f86d998
7
- data.tar.gz: f577f5f2762c5933c50f992402c5c7a30268fe71df279be90b1d81520be4d3933a1247152faefa20fd3694dc726d2002fbe0e3964aa37a9f0fc03a7555e6518e
6
+ metadata.gz: f09c226a19729959a14687c05b1a980fec50c09fe341f13bdf6da6ec0bc342315369a4e1d1af8caba801ae0730c7fbd4a3e510fe8e2bf31b432f5745bd96dfe7
7
+ data.tar.gz: 258e6ef11de7627b5908a9ad07818b80d969e5b5e4538bd4c0cdb6adf9fc1d43c9ff29d7aed423536ebff7985ae0488eb819ef5b332ff0838e474bf8a73ed206
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
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
+
3
8
  ### v0.27.0 (2022-07-02)
4
9
 
5
10
  * Regenerated using generator version 0.8.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]
@@ -882,6 +896,7 @@ module Google
882
896
 
883
897
  # Update properties of this object
884
898
  def update!(**args)
899
+ @annotations = args[:annotations] if args.key?(:annotations)
885
900
  @create_time = args[:create_time] if args.key?(:create_time)
886
901
  @etag = args[:etag] if args.key?(:etag)
887
902
  @expire_time = args[:expire_time] if args.key?(:expire_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.27.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.8.0"
22
+ GENERATOR_VERSION = "0.9.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220617"
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'
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.27.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-07-04 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
@@ -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.27.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: []