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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9821d4cb1bc35dbb1938be4b2f960232e62c689a8be97a029e951beb605f8f01
|
|
4
|
+
data.tar.gz: 8306fc4a7ebc27d65ad605d6c0d9a2c118445d0095fbc79af7cc6cfe4ec8f39c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
@@ -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.
|
|
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
|
+
date: 2021-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|