google-cloud-bigtable-admin-v2 0.16.1 → 0.16.3

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: bc58b3984e55da70708b13e7ab4ee8359f4a8cd37930b71246c07db6179fea27
4
- data.tar.gz: d11d3c310b14731f83c1c3273a7827aaf2f3ef80212ddb3eaac001795586a098
3
+ metadata.gz: 2561ce15ccc256c599161d124c2ca22799eb567f89a51cd826e5d0f000db2aaf
4
+ data.tar.gz: 4cdc8abb239c0400ba80d9bc305aea2854c3252616a54bf3a6482c983e61fc6e
5
5
  SHA512:
6
- metadata.gz: 95f669a22dbc2504eae1b60380fba64520856d328820042bf87957c19b9b9c1712e8b917a4a79cd0f872ada744f99f13014539564ec218326983bf8510f82954
7
- data.tar.gz: 3d02d59b93a72128122aba9c7c107398efd1784a84ab1d2fb75d8f6a372ab81794ff675a61284087e3d60a7221f0ccf5f6988d34edb35c5ea23a93b1beb8ed90
6
+ metadata.gz: 0edb2a7dcfe2913d02c62fb0e6b1b27f09ec0aec67fcb91326c397c2f74eb278bb826911e625cf3de0d8ff06f879aa5f29f6591186c0dab50d5231bdc4e4103f
7
+ data.tar.gz: 25200900ebf9095f7292be9f6452b2857359dc3422a77d9c4619ab9f4f780ec242898bd52ef4f3d315787737fb69a0ba03549dcb74855c50659969475504e709
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigtable
23
23
  module Admin
24
24
  module V2
25
- VERSION = "0.16.1"
25
+ VERSION = "0.16.3"
26
26
  end
27
27
  end
28
28
  end
@@ -357,7 +357,7 @@ module Google
357
357
  # @!attribute [rw] expire_time
358
358
  # @return [::Google::Protobuf::Timestamp]
359
359
  # Required. The expiration time of the backup, with microseconds
360
- # granularity that must be at least 6 hours and at most 30 days
360
+ # granularity that must be at least 6 hours and at most 90 days
361
361
  # from the time the request is received. Once the `expire_time`
362
362
  # has passed, Cloud Bigtable will delete the backup and free the
363
363
  # resources used by the backup.
@@ -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-bigtable-admin-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.1
4
+ version: 0.16.3
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