google-cloud-resource_manager 0.33.2 → 0.33.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +6 -0
- data/TROUBLESHOOTING.md +2 -8
- data/lib/google/cloud/resource_manager/policy.rb +4 -4
- data/lib/google/cloud/resource_manager/project.rb +4 -4
- data/lib/google/cloud/resource_manager/project/updater.rb +4 -4
- data/lib/google/cloud/resource_manager/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3cded17ed9c4e33404c747dc2b06e1aa276cd438573b93fa9bf891c1f3702f61
|
4
|
+
data.tar.gz: 6b181b8cc4c214003bc8bffb58f613b5dd7f95521a922eb7d0d8430890bde1aa
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cd9f37757d670deceb12d72c74ee613bb011936bf39792d2c731b59a662914ab426e737bc1454a560b2d5273e389457fba4f5bd4b9e76db2b83d723032850f87
|
7
|
+
data.tar.gz: 1de0a5a362844c4531ff4c119f32baea147994febfdf65b89125c927089acdd51fd1c37e61c30d5ac51574c34f39a895c185d1a87b431dc3f1c1e797b7890e45
|
data/CHANGELOG.md
CHANGED
data/TROUBLESHOOTING.md
CHANGED
@@ -24,14 +24,8 @@ improved, *please* create a new issue on GitHub so we can talk about it.
|
|
24
24
|
|
25
25
|
- [New issue][gh-ruby]
|
26
26
|
|
27
|
-
Or, you can ask questions on the [Google Cloud Platform Slack][slack-ruby]. You
|
28
|
-
can use the "ruby" channel for general Ruby questions, or use the
|
29
|
-
"google-cloud-ruby" channel if you have questions about this gem in particular.
|
30
|
-
|
31
27
|
[so-ruby]: http://stackoverflow.com/questions/tagged/google-cloud-platform+ruby+resourcemanager
|
32
28
|
|
33
|
-
[gh-search-ruby]: https://github.com/
|
34
|
-
|
35
|
-
[gh-ruby]: https://github.com/googlecloudplatform/google-cloud-ruby/issues/new
|
29
|
+
[gh-search-ruby]: https://github.com/googleapis/google-cloud-ruby/issues?q=label%3A%22api%3A+resource+manager%22
|
36
30
|
|
37
|
-
[
|
31
|
+
[gh-ruby]: https://github.com/googleapis/google-cloud-ruby/issues/new
|
@@ -53,7 +53,7 @@ module Google
|
|
53
53
|
# roles with an array of members. See [Understanding
|
54
54
|
# Roles](https://cloud.google.com/iam/docs/understanding-roles) for a
|
55
55
|
# listing of primitive and curated roles. See
|
56
|
-
# [Binding](https://cloud.google.com/resource-manager/reference/
|
56
|
+
# [Binding](https://cloud.google.com/resource-manager/reference/rest/Shared.Types/Binding)
|
57
57
|
# for a listing of values and patterns for members.
|
58
58
|
#
|
59
59
|
# @example
|
@@ -87,7 +87,7 @@ module Google
|
|
87
87
|
# See [Understanding
|
88
88
|
# Roles](https://cloud.google.com/iam/docs/understanding-roles) for a
|
89
89
|
# listing of primitive and curated roles. See
|
90
|
-
# [Binding](https://cloud.google.com/resource-manager/reference/
|
90
|
+
# [Binding](https://cloud.google.com/resource-manager/reference/rest/Shared.Types/Binding)
|
91
91
|
# for a listing of values and patterns for members.
|
92
92
|
#
|
93
93
|
# @param [String] role_name A Cloud IAM role, such as `"roles/owner"`.
|
@@ -113,7 +113,7 @@ module Google
|
|
113
113
|
# policy. See [Understanding
|
114
114
|
# Roles](https://cloud.google.com/iam/docs/understanding-roles) for a
|
115
115
|
# listing of primitive and curated roles. See
|
116
|
-
# [Binding](https://cloud.google.com/resource-manager/reference/
|
116
|
+
# [Binding](https://cloud.google.com/resource-manager/reference/rest/Shared.Types/Binding)
|
117
117
|
# for a listing of values and patterns for members.
|
118
118
|
#
|
119
119
|
# @param [String] role_name A Cloud IAM role, such as `"roles/owner"`.
|
@@ -140,7 +140,7 @@ module Google
|
|
140
140
|
# {#roles}. See [Understanding
|
141
141
|
# Roles](https://cloud.google.com/iam/docs/understanding-roles) for a
|
142
142
|
# listing of primitive and curated roles. See
|
143
|
-
# [Binding](https://cloud.google.com/resource-manager/reference/
|
143
|
+
# [Binding](https://cloud.google.com/resource-manager/reference/rest/Shared.Types/Binding)
|
144
144
|
# for a listing of values and patterns for members.
|
145
145
|
#
|
146
146
|
# @return [Array<String>] The members strings, or an empty array.
|
@@ -102,10 +102,10 @@ module Google
|
|
102
102
|
# The labels associated with this project.
|
103
103
|
#
|
104
104
|
# Label keys must be between 1 and 63 characters long and must conform
|
105
|
-
# to the regular expression
|
105
|
+
# to the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`.
|
106
106
|
#
|
107
107
|
# Label values must be between 0 and 63 characters long and must conform
|
108
|
-
# to the regular expression
|
108
|
+
# to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
|
109
109
|
#
|
110
110
|
# No more than 256 labels can be associated with a given resource.
|
111
111
|
# (`Hash`)
|
@@ -144,10 +144,10 @@ module Google
|
|
144
144
|
# Updates the labels associated with this project.
|
145
145
|
#
|
146
146
|
# Label keys must be between 1 and 63 characters long and must conform
|
147
|
-
# to the regular expression
|
147
|
+
# to the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?`.
|
148
148
|
#
|
149
149
|
# Label values must be between 0 and 63 characters long and must conform
|
150
|
-
# to the regular expression
|
150
|
+
# to the regular expression `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
|
151
151
|
#
|
152
152
|
# No more than 256 labels can be associated with a given resource.
|
153
153
|
# (`Hash`)
|
@@ -68,11 +68,11 @@ module Google
|
|
68
68
|
#
|
69
69
|
# Label keys must be between 1 and 63 characters long and must conform
|
70
70
|
# to the following regular expression:
|
71
|
-
#
|
71
|
+
# `[a-z]([-a-z0-9]*[a-z0-9])?`.
|
72
72
|
#
|
73
73
|
# Label values must be between 0 and 63 characters long and must
|
74
74
|
# conform to the regular expression
|
75
|
-
#
|
75
|
+
# `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
|
76
76
|
#
|
77
77
|
# No more than 256 labels can be associated with a given resource.
|
78
78
|
# (`Hash`)
|
@@ -95,11 +95,11 @@ module Google
|
|
95
95
|
#
|
96
96
|
# Label keys must be between 1 and 63 characters long and must conform
|
97
97
|
# to the following regular expression:
|
98
|
-
#
|
98
|
+
# `[a-z]([-a-z0-9]*[a-z0-9])?`.
|
99
99
|
#
|
100
100
|
# Label values must be between 0 and 63 characters long and must
|
101
101
|
# conform to the regular expression
|
102
|
-
#
|
102
|
+
# `([a-z]([-a-z0-9]*[a-z0-9])?)?`.
|
103
103
|
#
|
104
104
|
# No more than 256 labels can be associated with a given resource.
|
105
105
|
# (`Hash`)
|
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.3
|
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-
|
12
|
+
date: 2020-05-28 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: google-cloud-core
|