google-cloud-bigquery-connection-v1 0.15.0 → 0.15.1

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: 152b312852c1f29d6fa728820f03af61351316ca71960971450343c9fc247b1c
4
- data.tar.gz: 445683cf616f7ae320e6df651be4170ef19a3f8ace342486278eb7a1d12c793b
3
+ metadata.gz: 137eff89dfa94e496cd8a778448bc7a8193d6fac39113daeaf64c4327a05f4cf
4
+ data.tar.gz: 39ebca9db2bba43ca26d3a768feaaf06c4686efb9b6ec020722f42fec713b5c6
5
5
  SHA512:
6
- metadata.gz: '068c8a8c7487a9267b0f8739588c221d19ee9f113a098f7d245e72b1b7c66ed4c3b74d310209c0ae3083babe564f3e46db2e1b86374241b3c94e74f9f23889ad'
7
- data.tar.gz: 90466c357ad4c76568e1cc39bdcb2e29ab744397fa3bd6dca11dd584b9416d671b1cd80a051f9a92f7d3c7ee83b8ddf657ea2ce419d6ae097837e6caf1fc4b8b
6
+ metadata.gz: fe6dd1e8106d1282d296317a59825bd7be48a78632a8e1bf6bf85106f68a49129fd1ed6362b79ceee755bfd87ccdab6bf034294eaa47d0af4083af29c64efc20
7
+ data.tar.gz: 2bc84ef5e5b0e5a6f268bb8a0a1436b1edb4f4b7f0bbd17746c75d94f28ffba359699dadb38fa5b02dc4d2741eb23ff924dc9cd8787b44203ff28b69185296d1
@@ -22,7 +22,7 @@ module Google
22
22
  module Bigquery
23
23
  module Connection
24
24
  module V1
25
- VERSION = "0.15.0"
25
+ VERSION = "0.15.1"
26
26
  end
27
27
  end
28
28
  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-bigquery-connection-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.0
4
+ version: 0.15.1
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-07-10 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