google-cloud-resource_manager-v3 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0ac5261434a4be8d93b27f8851b3e7fb9250fc828cd7c6c00b4d39251a5849b6
4
- data.tar.gz: 5b14c1b8862361e3994af7d563f8fea6070a715e7618e623eeff0480bf4d363c
3
+ metadata.gz: 9821d4cb1bc35dbb1938be4b2f960232e62c689a8be97a029e951beb605f8f01
4
+ data.tar.gz: 8306fc4a7ebc27d65ad605d6c0d9a2c118445d0095fbc79af7cc6cfe4ec8f39c
5
5
  SHA512:
6
- metadata.gz: 50280f07fc58a37771798c1bba68c0afed6a99e439a025dd3a477be7d40a84b3838d7b8f402755e06dfd53b1dc9065c861db21b4ec8aff213cd90f65f4e0c870
7
- data.tar.gz: 6fd3fafb849db9a592a838d7c791d997fc735052244f6b38a79e1c890fd5d0e62ff45909e685c79e82ce53c8797e13c7bbd822ec610ab87a6040c6790a6b944f
6
+ metadata.gz: 1924dd748d5db2151e4dd7995141d1dc648b6d8653ac8955c1431caa58c788fac915ab9145ae3da558b94ccf1499ddaf35e2cd1f9c5af702c43527205cca09ef
7
+ data.tar.gz: 673aeec89921cbbf5be39db5d2ef9a77b1ba447b3f79cd069928116ad0dd45500df5a681f2a8b2f8ef410b5785923ea26fbaddf9aca50fe2faa0ff818b2af448
@@ -429,6 +429,7 @@ module Google
429
429
  #
430
430
  # Some examples queries:
431
431
  #
432
+ # ```
432
433
  # | Query | Description |
433
434
  # |------------------|-----------------------------------------------------|
434
435
  # | name:how* | The project's name starts with "how". |
@@ -439,6 +440,7 @@ module Google
439
440
  # | labels.color:red | The project's label `color` has the value `red`. |
440
441
  # | labels.color:red labels.size:big | The project's label `color` has
441
442
  # the value `red` and its label `size` has the value `big`. |
443
+ # ```
442
444
  #
443
445
  # If no query is specified, the call will return projects for which the user
444
446
  # has the `resourcemanager.projects.get` permission.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module ResourceManager
23
23
  module V3
24
- VERSION = "0.1.1"
24
+ VERSION = "0.1.2"
25
25
  end
26
26
  end
27
27
  end
@@ -214,6 +214,7 @@ module Google
214
214
  #
215
215
  # Some examples queries:
216
216
  #
217
+ # ```
217
218
  # | Query | Description |
218
219
  # |------------------|-----------------------------------------------------|
219
220
  # | name:how* | The project's name starts with "how". |
@@ -224,6 +225,7 @@ module Google
224
225
  # | labels.color:red | The project's label `color` has the value `red`. |
225
226
  # | labels.color:red labels.size:big | The project's label `color` has
226
227
  # the value `red` and its label `size` has the value `big`. |
228
+ # ```
227
229
  #
228
230
  # If no query is specified, the call will return projects for which the user
229
231
  # has the `resourcemanager.projects.get` permission.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-resource_manager-v3
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.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: 2021-11-08 00:00:00.000000000 Z
11
+ date: 2021-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common