google-cloud-spanner-admin-instance-v1 0.10.1 → 0.10.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: 61c91b4e1b60e73bc24354330ce42f4c2abd6800d95da7c5ffe3ec844eba2756
4
- data.tar.gz: f3b29063cd2f7ea4fec85a9ab9e3c6769fe735fd9c8d89f47e3433f3f2d92444
3
+ metadata.gz: dc891b1c8fc07c4c796819616bedcdc28a53c90a30e03ce74ee1bb556575e32c
4
+ data.tar.gz: 593dbff51a290cbbad455bc13f6f9e52ad74453dc6e333c58ac25d1393175a5f
5
5
  SHA512:
6
- metadata.gz: f78e55e950bb265e096fe3aeb111cb3f57e7503607f5edf08146289d4b28b9f2b8cecd31221b2642b763d38c30d2482f5726a9a5e1d9e3e729511b0cbf7ed441
7
- data.tar.gz: 89b314027656d1dbb3242c4da6c65d83753786d7e2823a4f98afdcc45af60ac922aa5678a0993b0ca90bf61872971296851b13a7799d19a88078ab2420f62f74
6
+ metadata.gz: 4b7c49d11e58d33a0ea341c6907e131ec057e20f8c4f9a206b11dd03baff89a48712e8528f6da92d6721d99850e3bf808c2858f361a682fb963b830ed87c858c
7
+ data.tar.gz: d5422ab3cc377c2ceb2e6a4d8cfbca57b1cd980030292d7ee81103e878dd72d14998fc9dc48afa8595460b775c63160b65b13e051e159aae8e6967570ffa4c65
@@ -23,7 +23,7 @@ module Google
23
23
  module Admin
24
24
  module Instance
25
25
  module V1
26
- VERSION = "0.10.1"
26
+ VERSION = "0.10.2"
27
27
  end
28
28
  end
29
29
  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-spanner-admin-instance-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.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