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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 349c47cd145c2cebb9e8dc80eef5aee620b78374840ffd6bf715259e1556f16f
4
- data.tar.gz: 44ab6255c6ced6431188aa366cccfd6ddba5a006a67b4a44cef3a1f597183703
3
+ metadata.gz: 3cded17ed9c4e33404c747dc2b06e1aa276cd438573b93fa9bf891c1f3702f61
4
+ data.tar.gz: 6b181b8cc4c214003bc8bffb58f613b5dd7f95521a922eb7d0d8430890bde1aa
5
5
  SHA512:
6
- metadata.gz: b87cb238e62790077ada95096d96013a32fe5523874eba0223f455c22c0a1dc446fa01601ce4bc0a07daf633cad4dc63d4076e176d5abac75d45460f29f14161
7
- data.tar.gz: 75689de235645c4ba36f36d226e5e2cdf57239cee3908aa7ff7b44e28be2964a3d477f1866247e74b8e77dc04f708285c85747c70537737361263fcd770be415
6
+ metadata.gz: cd9f37757d670deceb12d72c74ee613bb011936bf39792d2c731b59a662914ab426e737bc1454a560b2d5273e389457fba4f5bd4b9e76db2b83d723032850f87
7
+ data.tar.gz: 1de0a5a362844c4531ff4c119f32baea147994febfdf65b89125c927089acdd51fd1c37e61c30d5ac51574c34f39a895c185d1a87b431dc3f1c1e797b7890e45
@@ -1,5 +1,11 @@
1
1
  # Release History
2
2
 
3
+ ### 0.33.3 / 2020-05-28
4
+
5
+ #### Documentation
6
+
7
+ * Fix a few broken links
8
+
3
9
  ### 0.33.2 / 2020-04-01
4
10
 
5
11
  #### Documentation
@@ -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/googlecloudplatform/google-cloud-ruby/issues?q=label%3A%22api%3A+resource+manager%22
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
- [slack-ruby]: https://gcp-slack.appspot.com/
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/rpc/google.iam.v1#binding)
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/rpc/google.iam.v1#binding)
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/rpc/google.iam.v1#binding)
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/rpc/google.iam.v1#binding)
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 <code>[a-z]([-a-z0-9]*[a-z0-9])?</code>.
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 <code>([a-z]([-a-z0-9]*[a-z0-9])?)?</code>.
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 <code>[a-z]([-a-z0-9]*[a-z0-9])?</code>.
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 <code>([a-z]([-a-z0-9]*[a-z0-9])?)?</code>.
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
- # <code>[a-z]([-a-z0-9]*[a-z0-9])?</code>.
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
- # <code>([a-z]([-a-z0-9]*[a-z0-9])?)?</code>.
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
- # <code>[a-z]([-a-z0-9]*[a-z0-9])?</code>.
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
- # <code>([a-z]([-a-z0-9]*[a-z0-9])?)?</code>.
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`)
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module ResourceManager
19
- VERSION = "0.33.2".freeze
19
+ VERSION = "0.33.3".freeze
20
20
  end
21
21
  end
22
22
  end
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.2
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-04-02 00:00:00.000000000 Z
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