google-cloud-run-v2 0.10.0 → 0.10.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: e75fe5056cefd3b728971ea9d66ba693857fe440d47dd4e078605b138422a6c3
4
- data.tar.gz: c7b8bedc33ec48d7f556148629dd5a72b67ec950609bc04aeebcbcf5707c0346
3
+ metadata.gz: 3873de4d9fd76fdbdc6b861747e9ae2a81c81f3ebb3014828b21c831f636b42e
4
+ data.tar.gz: b07f6c46c7632bb865256bed7dbd33fc78810edbb788997b920ec961fc0b4f5c
5
5
  SHA512:
6
- metadata.gz: a1ab81792e132aad4a49d4a28fec7b1852aebc40fa1055c19f1d3c99d4924a9a76fd3f165d28c79adc41f840ffe5cc1a0d37ea5e9c8c02f5ba5d7274675d13b7
7
- data.tar.gz: 21cc965d2fc1111637bab8ac0a42f7b2bda20f6aeb9f1ed53f772715713eca3140e0a931f35028cbb9a9d24010951145b4e4dbb35d48b2b3c0eb4e2327ef7737
6
+ metadata.gz: b1238fd0d5c52a0c19c79da0c9f29e56fa6aa027d4352f322fb575002654bb304c5fde3f746f5871b81adf4aaa897e7755f47bd475dd17efae9afccdbea3caa7
7
+ data.tar.gz: 96b4363a84624a7cb4a823e4724947aca2b34374462c7e03945e5ac31b7edf5fdfd863f6b981d3100dac8d6b5d410ca76f927e5fd6ea628b513d912cf75ea68e
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Run
23
23
  module V2
24
- VERSION = "0.10.0"
24
+ VERSION = "0.10.1"
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-run-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.0
4
+ version: 0.10.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