google-cloud-resource_manager 0.33.1 → 0.33.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: 349c47cd145c2cebb9e8dc80eef5aee620b78374840ffd6bf715259e1556f16f
|
|
4
|
+
data.tar.gz: 44ab6255c6ced6431188aa366cccfd6ddba5a006a67b4a44cef3a1f597183703
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b87cb238e62790077ada95096d96013a32fe5523874eba0223f455c22c0a1dc446fa01601ce4bc0a07daf633cad4dc63d4076e176d5abac75d45460f29f14161
|
|
7
|
+
data.tar.gz: 75689de235645c4ba36f36d226e5e2cdf57239cee3908aa7ff7b44e28be2964a3d477f1866247e74b8e77dc04f708285c85747c70537737361263fcd770be415
|
data/CHANGELOG.md
CHANGED
|
@@ -71,7 +71,7 @@ module Google
|
|
|
71
71
|
# * `NAME:howl` - Equivalent to above.
|
|
72
72
|
# * `labels.color:*` - The project has the label color.
|
|
73
73
|
# * `labels.color:red` - The project's label color has the value red.
|
|
74
|
-
# *
|
|
74
|
+
# * `labels.color:red labels.size:big` - The project's
|
|
75
75
|
# label color has the value red and its label size has the value
|
|
76
76
|
# big.
|
|
77
77
|
# @param [String] token A previously-returned page token representing
|
|
@@ -160,11 +160,11 @@ module Google
|
|
|
160
160
|
#
|
|
161
161
|
# Label keys must be between 1 and 63 characters long and must conform
|
|
162
162
|
# to the following regular expression:
|
|
163
|
-
#
|
|
163
|
+
# `[a-z]([-a-z0-9]*[a-z0-9])?`.
|
|
164
164
|
#
|
|
165
165
|
# Label values must be between 0 and 63 characters long and must
|
|
166
166
|
# conform to the regular expression
|
|
167
|
-
#
|
|
167
|
+
# `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
|
|
168
168
|
#
|
|
169
169
|
# No more than 256 labels can be associated with a given resource.
|
|
170
170
|
# @param [Resource] parent A parent Resource. Optional.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-resource_manager
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.33.
|
|
4
|
+
version: 0.33.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Mike Moore
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2020-02
|
|
12
|
+
date: 2020-04-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: google-cloud-core
|