google-cloud-secret_manager-v1beta1 0.12.1 → 0.12.2

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: 9346bd73c88a7a27e171f4a5955aad25cdde37c7d352ec5aac66b688b0b3448b
4
- data.tar.gz: 51579b9c7246ef45f91e4587b23b60a1a7e1eb605c9b3f2b019daad25465e897
3
+ metadata.gz: 200d3d591406c4a78326361b42dd4fe09adb15da0fbfb442ccfa3dec8ba33c81
4
+ data.tar.gz: b2a7a922a9443f823852f0dcdeee79258a89720e643b5b47e3cd5549a27edd1c
5
5
  SHA512:
6
- metadata.gz: c69d05022089e4a8ad8bbe725bf9717073035a8dc67960bfaea87c58f21e11b4cf5fa9c4f8933dede65e73d5885efd7b8f48cf58cd5b37ecf4871f48eb6593dd
7
- data.tar.gz: 681728c85851be18c198a53a23c2d06e00e06723cb485a57abd9499341113217cfa610e523efd279ca4f757527f21e87c7cd67107f3ea64aafef9a65096757d7
6
+ metadata.gz: '079b376c6215b66b6f25ee2e8730e3f430ed0d397641f7c92f427451b405df54845cf523986b8903f57021f6d5392af847d1e2a06b2b18ff50beff8fbf81c209'
7
+ data.tar.gz: 9a3fc51942b562d8d266f7ee0a96fb14ee514cd7cdeb132be8131eb5d563b71d8087ff2d70df354104df1bec905fcd69ce0d1cd44b71679b8357ffb4677cdb3a
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module SecretManager
23
23
  module V1beta1
24
- VERSION = "0.12.1"
24
+ VERSION = "0.12.2"
25
25
  end
26
26
  end
27
27
  end
@@ -40,6 +40,7 @@ module Google
40
40
  #
41
41
  # **JSON example:**
42
42
  #
43
+ # ```
43
44
  # {
44
45
  # "bindings": [
45
46
  # {
@@ -67,9 +68,11 @@ module Google
67
68
  # "etag": "BwWWja0YfJA=",
68
69
  # "version": 3
69
70
  # }
71
+ # ```
70
72
  #
71
73
  # **YAML example:**
72
74
  #
75
+ # ```
73
76
  # bindings:
74
77
  # - members:
75
78
  # - user:mike@example.com
@@ -86,6 +89,7 @@ module Google
86
89
  # expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
87
90
  # etag: BwWWja0YfJA=
88
91
  # version: 3
92
+ # ```
89
93
  #
90
94
  # For a description of IAM and its features, see the
91
95
  # [IAM documentation](https://cloud.google.com/iam/docs/).
@@ -157,7 +161,7 @@ module Google
157
161
  # For example, `roles/viewer`, `roles/editor`, or `roles/owner`.
158
162
  # @!attribute [rw] members
159
163
  # @return [::Array<::String>]
160
- # Specifies the principals requesting access for a Cloud Platform resource.
164
+ # Specifies the principals requesting access for a Google Cloud resource.
161
165
  # `members` can have the following values:
162
166
  #
163
167
  # * `allUsers`: A special identifier that represents anyone who is
@@ -267,8 +271,8 @@ module Google
267
271
  # }
268
272
  #
269
273
  # For sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
270
- # logging. It also exempts jose@example.com from DATA_READ logging, and
271
- # aliya@example.com from DATA_WRITE logging.
274
+ # logging. It also exempts `jose@example.com` from DATA_READ logging, and
275
+ # `aliya@example.com` from DATA_WRITE logging.
272
276
  # @!attribute [rw] service
273
277
  # @return [::String]
274
278
  # Specifies a service that will be enabled for audit logging.
@@ -356,7 +360,7 @@ module Google
356
360
  # Required
357
361
  # @!attribute [rw] member
358
362
  # @return [::String]
359
- # A single identity requesting access for a Cloud Platform resource.
363
+ # A single identity requesting access for a Google Cloud resource.
360
364
  # Follows the same format of Binding.members.
361
365
  # Required
362
366
  # @!attribute [rw] condition
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-secret_manager-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.1
4
+ version: 0.12.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-06 00:00:00.000000000 Z
11
+ date: 2023-08-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common