google-cloud-resource_manager-v3 0.3.0 → 0.5.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (79) hide show
  1. checksums.yaml +4 -4
  2. data/AUTHENTICATION.md +1 -1
  3. data/README.md +3 -3
  4. data/lib/google/cloud/resource_manager/v3/folders/client.rb +75 -67
  5. data/lib/google/cloud/resource_manager/v3/folders/operations.rb +14 -16
  6. data/lib/google/cloud/resource_manager/v3/folders/rest/client.rb +1281 -0
  7. data/lib/google/cloud/resource_manager/v3/folders/rest/operations.rb +793 -0
  8. data/lib/google/cloud/resource_manager/v3/folders/rest/service_stub.rb +698 -0
  9. data/lib/google/cloud/resource_manager/v3/folders/rest.rb +55 -0
  10. data/lib/google/cloud/resource_manager/v3/folders.rb +7 -1
  11. data/lib/google/cloud/resource_manager/v3/organizations/client.rb +16 -16
  12. data/lib/google/cloud/resource_manager/v3/organizations/rest/client.rb +704 -0
  13. data/lib/google/cloud/resource_manager/v3/organizations/rest/service_stub.rb +344 -0
  14. data/lib/google/cloud/resource_manager/v3/organizations/rest.rb +52 -0
  15. data/lib/google/cloud/resource_manager/v3/organizations.rb +7 -1
  16. data/lib/google/cloud/resource_manager/v3/projects/client.rb +72 -71
  17. data/lib/google/cloud/resource_manager/v3/projects/operations.rb +14 -16
  18. data/lib/google/cloud/resource_manager/v3/projects/rest/client.rb +1304 -0
  19. data/lib/google/cloud/resource_manager/v3/projects/rest/operations.rb +793 -0
  20. data/lib/google/cloud/resource_manager/v3/projects/rest/service_stub.rb +698 -0
  21. data/lib/google/cloud/resource_manager/v3/projects/rest.rb +53 -0
  22. data/lib/google/cloud/resource_manager/v3/projects.rb +7 -1
  23. data/lib/google/cloud/resource_manager/v3/rest.rb +43 -0
  24. data/lib/google/cloud/resource_manager/v3/tag_bindings/client.rb +127 -31
  25. data/lib/google/cloud/resource_manager/v3/tag_bindings/operations.rb +14 -16
  26. data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb +606 -0
  27. data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/operations.rb +793 -0
  28. data/lib/google/cloud/resource_manager/v3/tag_bindings/rest/service_stub.rb +279 -0
  29. data/lib/google/cloud/resource_manager/v3/tag_bindings/rest.rb +54 -0
  30. data/lib/google/cloud/resource_manager/v3/tag_bindings.rb +8 -2
  31. data/lib/google/cloud/resource_manager/v3/tag_holds/client.rb +640 -0
  32. data/lib/google/cloud/resource_manager/v3/tag_holds/credentials.rb +52 -0
  33. data/lib/google/cloud/resource_manager/v3/tag_holds/operations.rb +768 -0
  34. data/lib/google/cloud/resource_manager/v3/tag_holds/paths.rb +64 -0
  35. data/lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb +533 -0
  36. data/lib/google/cloud/resource_manager/v3/tag_holds/rest/operations.rb +793 -0
  37. data/lib/google/cloud/resource_manager/v3/tag_holds/rest/service_stub.rb +226 -0
  38. data/lib/google/cloud/resource_manager/v3/tag_holds/rest.rb +57 -0
  39. data/lib/google/cloud/resource_manager/v3/tag_holds.rb +60 -0
  40. data/lib/google/cloud/resource_manager/v3/tag_keys/client.rb +127 -40
  41. data/lib/google/cloud/resource_manager/v3/tag_keys/operations.rb +14 -16
  42. data/lib/google/cloud/resource_manager/v3/tag_keys/rest/client.rb +1012 -0
  43. data/lib/google/cloud/resource_manager/v3/tag_keys/rest/operations.rb +793 -0
  44. data/lib/google/cloud/resource_manager/v3/tag_keys/rest/service_stub.rb +578 -0
  45. data/lib/google/cloud/resource_manager/v3/tag_keys/rest.rb +53 -0
  46. data/lib/google/cloud/resource_manager/v3/tag_keys.rb +7 -1
  47. data/lib/google/cloud/resource_manager/v3/tag_values/client.rb +139 -47
  48. data/lib/google/cloud/resource_manager/v3/tag_values/operations.rb +14 -16
  49. data/lib/google/cloud/resource_manager/v3/tag_values/rest/client.rb +1013 -0
  50. data/lib/google/cloud/resource_manager/v3/tag_values/rest/operations.rb +793 -0
  51. data/lib/google/cloud/resource_manager/v3/tag_values/rest/service_stub.rb +578 -0
  52. data/lib/google/cloud/resource_manager/v3/tag_values/rest.rb +53 -0
  53. data/lib/google/cloud/resource_manager/v3/tag_values.rb +7 -1
  54. data/lib/google/cloud/resource_manager/v3/version.rb +1 -1
  55. data/lib/google/cloud/resource_manager/v3.rb +8 -2
  56. data/lib/google/cloud/resourcemanager/v3/folders_services_pb.rb +23 -17
  57. data/lib/google/cloud/resourcemanager/v3/organizations_pb.rb +0 -1
  58. data/lib/google/cloud/resourcemanager/v3/projects_services_pb.rb +16 -13
  59. data/lib/google/cloud/resourcemanager/v3/tag_bindings_pb.rb +22 -0
  60. data/lib/google/cloud/resourcemanager/v3/tag_bindings_services_pb.rb +7 -5
  61. data/lib/google/cloud/resourcemanager/v3/tag_holds_pb.rb +63 -0
  62. data/lib/google/cloud/resourcemanager/v3/tag_holds_services_pb.rb +54 -0
  63. data/lib/google/cloud/resourcemanager/v3/tag_keys_pb.rb +11 -0
  64. data/lib/google/cloud/resourcemanager/v3/tag_keys_services_pb.rb +6 -2
  65. data/lib/google/cloud/resourcemanager/v3/tag_values_pb.rb +4 -0
  66. data/lib/google/cloud/resourcemanager/v3/tag_values_services_pb.rb +7 -4
  67. data/proto_docs/google/api/client.rb +372 -0
  68. data/proto_docs/google/api/launch_stage.rb +71 -0
  69. data/proto_docs/google/cloud/resourcemanager/v3/folders.rb +25 -19
  70. data/proto_docs/google/cloud/resourcemanager/v3/organizations.rb +13 -11
  71. data/proto_docs/google/cloud/resourcemanager/v3/projects.rb +32 -30
  72. data/proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb +101 -15
  73. data/proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb +161 -0
  74. data/proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb +81 -23
  75. data/proto_docs/google/cloud/resourcemanager/v3/tag_values.rb +52 -29
  76. data/proto_docs/google/iam/v1/policy.rb +8 -4
  77. data/proto_docs/google/protobuf/empty.rb +0 -2
  78. data/proto_docs/google/rpc/status.rb +4 -2
  79. metadata +46 -8
@@ -32,16 +32,18 @@ module Google
32
32
  # Must be of the form `tagKeys/{tag_key_id}`.
33
33
  # @!attribute [rw] short_name
34
34
  # @return [::String]
35
- # Required. Immutable. User-assigned short name for TagValue. The short name should be
36
- # unique for TagValues within the same parent TagKey.
35
+ # Required. Immutable. User-assigned short name for TagValue. The short name
36
+ # should be unique for TagValues within the same parent TagKey.
37
37
  #
38
38
  # The short name must be 63 characters or less, beginning and ending with
39
39
  # an alphanumeric character ([a-z0-9A-Z]) with dashes (-), underscores (_),
40
40
  # dots (.), and alphanumerics between.
41
41
  # @!attribute [r] namespaced_name
42
42
  # @return [::String]
43
- # Output only. Namespaced name of the TagValue. Must be in the format
44
- # `{organization_id}/{tag_key_short_name}/{short_name}`.
43
+ # Output only. Namespaced name of the TagValue. Now only supported in the
44
+ # format
45
+ # `{organization_id}/{tag_key_short_name}/{short_name}`. Other
46
+ # formats will be supported when we add non-org parented tags.
45
47
  # @!attribute [rw] description
46
48
  # @return [::String]
47
49
  # Optional. User-assigned description of the TagValue.
@@ -56,27 +58,29 @@ module Google
56
58
  # Output only. Update time.
57
59
  # @!attribute [rw] etag
58
60
  # @return [::String]
59
- # Optional. Entity tag which users can pass to prevent race conditions. This field is
60
- # always set in server responses. See UpdateTagValueRequest for details.
61
+ # Optional. Entity tag which users can pass to prevent race conditions. This
62
+ # field is always set in server responses. See UpdateTagValueRequest for
63
+ # details.
61
64
  class TagValue
62
65
  include ::Google::Protobuf::MessageExts
63
66
  extend ::Google::Protobuf::MessageExts::ClassMethods
64
67
  end
65
68
 
66
69
  # The request message for listing TagValues for the specified TagKey.
70
+ # Resource name for TagKey, parent of the TagValues to be listed,
71
+ # in the format `tagKeys/123`.
67
72
  # @!attribute [rw] parent
68
73
  # @return [::String]
69
- # Required. Resource name for TagKey, parent of the TagValues to be listed,
70
- # in the format `tagKeys/123`.
74
+ # Required.
71
75
  # @!attribute [rw] page_size
72
76
  # @return [::Integer]
73
- # Optional. The maximum number of TagValues to return in the response. The server
74
- # allows a maximum of 300 TagValues to return. If unspecified, the server
75
- # will use 100 as the default.
77
+ # Optional. The maximum number of TagValues to return in the response. The
78
+ # server allows a maximum of 300 TagValues to return. If unspecified, the
79
+ # server will use 100 as the default.
76
80
  # @!attribute [rw] page_token
77
81
  # @return [::String]
78
- # Optional. A pagination token returned from a previous call to `ListTagValues`
79
- # that indicates where this listing should continue from.
82
+ # Optional. A pagination token returned from a previous call to
83
+ # `ListTagValues` that indicates where this listing should continue from.
80
84
  class ListTagValuesRequest
81
85
  include ::Google::Protobuf::MessageExts
82
86
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -100,21 +104,39 @@ module Google
100
104
  # The request message for getting a TagValue.
101
105
  # @!attribute [rw] name
102
106
  # @return [::String]
103
- # Required. Resource name for TagValue to be fetched in the format `tagValues/456`.
107
+ # Required. Resource name for TagValue to be fetched in the format
108
+ # `tagValues/456`.
104
109
  class GetTagValueRequest
105
110
  include ::Google::Protobuf::MessageExts
106
111
  extend ::Google::Protobuf::MessageExts::ClassMethods
107
112
  end
108
113
 
114
+ # The request message for getting a TagValue by its namespaced name.
115
+ # @!attribute [rw] name
116
+ # @return [::String]
117
+ # Required. A namespaced tag value name in the following format:
118
+ #
119
+ # `{parentId}/{tagKeyShort}/{tagValueShort}`
120
+ #
121
+ # Examples:
122
+ # - `42/foo/abc` for a value with short name "abc" under the key with short
123
+ # name "foo" under the organization with ID 42
124
+ # - `r2-d2/bar/xyz` for a value with short name "xyz" under the key with
125
+ # short name "bar" under the project with ID "r2-d2"
126
+ class GetNamespacedTagValueRequest
127
+ include ::Google::Protobuf::MessageExts
128
+ extend ::Google::Protobuf::MessageExts::ClassMethods
129
+ end
130
+
109
131
  # The request message for creating a TagValue.
110
132
  # @!attribute [rw] tag_value
111
133
  # @return [::Google::Cloud::ResourceManager::V3::TagValue]
112
- # Required. The TagValue to be created. Only fields `short_name`, `description`,
113
- # and `parent` are considered during the creation request.
134
+ # Required. The TagValue to be created. Only fields `short_name`,
135
+ # `description`, and `parent` are considered during the creation request.
114
136
  # @!attribute [rw] validate_only
115
137
  # @return [::Boolean]
116
- # Optional. Set as true to perform the validations necessary for creating the resource,
117
- # but not actually perform the action.
138
+ # Optional. Set as true to perform the validations necessary for creating the
139
+ # resource, but not actually perform the action.
118
140
  class CreateTagValueRequest
119
141
  include ::Google::Protobuf::MessageExts
120
142
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -129,17 +151,17 @@ module Google
129
151
  # The request message for updating a TagValue.
130
152
  # @!attribute [rw] tag_value
131
153
  # @return [::Google::Cloud::ResourceManager::V3::TagValue]
132
- # Required. The new definition of the TagValue. Only fields `description` and `etag`
133
- # fields can be updated by this request. If the `etag` field is nonempty, it
134
- # must match the `etag` field of the existing ControlGroup. Otherwise,
135
- # `FAILED_PRECONDITION` will be returned.
154
+ # Required. The new definition of the TagValue. Only fields `description` and
155
+ # `etag` fields can be updated by this request. If the `etag` field is
156
+ # nonempty, it must match the `etag` field of the existing ControlGroup.
157
+ # Otherwise, `ABORTED` will be returned.
136
158
  # @!attribute [rw] update_mask
137
159
  # @return [::Google::Protobuf::FieldMask]
138
160
  # Optional. Fields to be updated.
139
161
  # @!attribute [rw] validate_only
140
162
  # @return [::Boolean]
141
- # Optional. True to perform validations necessary for updating the resource, but not
142
- # actually perform the action.
163
+ # Optional. True to perform validations necessary for updating the resource,
164
+ # but not actually perform the action.
143
165
  class UpdateTagValueRequest
144
166
  include ::Google::Protobuf::MessageExts
145
167
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -154,15 +176,16 @@ module Google
154
176
  # The request message for deleting a TagValue.
155
177
  # @!attribute [rw] name
156
178
  # @return [::String]
157
- # Required. Resource name for TagValue to be deleted in the format tagValues/456.
179
+ # Required. Resource name for TagValue to be deleted in the format
180
+ # tagValues/456.
158
181
  # @!attribute [rw] validate_only
159
182
  # @return [::Boolean]
160
- # Optional. Set as true to perform the validations necessary for deletion, but not
161
- # actually perform the action.
183
+ # Optional. Set as true to perform the validations necessary for deletion,
184
+ # but not actually perform the action.
162
185
  # @!attribute [rw] etag
163
186
  # @return [::String]
164
- # Optional. The etag known to the client for the expected state of the TagValue. This
165
- # is to be used for optimistic concurrency.
187
+ # Optional. The etag known to the client for the expected state of the
188
+ # TagValue. This is to be used for optimistic concurrency.
166
189
  class DeleteTagValueRequest
167
190
  include ::Google::Protobuf::MessageExts
168
191
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -35,7 +35,8 @@ module Google
35
35
  # only if the expression evaluates to `true`. A condition can add constraints
36
36
  # based on attributes of the request, the resource, or both. To learn which
37
37
  # resources support conditions in their IAM policies, see the
38
- # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
38
+ # [IAM
39
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
39
40
  #
40
41
  # **JSON example:**
41
42
  #
@@ -58,7 +59,8 @@ module Google
58
59
  # "condition": {
59
60
  # "title": "expirable access",
60
61
  # "description": "Does not grant access after Sep 2020",
61
- # "expression": "request.time < timestamp('2020-10-01T00:00:00.000Z')",
62
+ # "expression": "request.time <
63
+ # timestamp('2020-10-01T00:00:00.000Z')",
62
64
  # }
63
65
  # }
64
66
  # ],
@@ -112,7 +114,8 @@ module Google
112
114
  # specify any valid version or leave the field unset.
113
115
  #
114
116
  # To learn which resources support conditions in their IAM policies, see the
115
- # [IAM documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
117
+ # [IAM
118
+ # documentation](https://cloud.google.com/iam/help/conditions/resource-policies).
116
119
  # @!attribute [rw] bindings
117
120
  # @return [::Array<::Google::Iam::V1::Binding>]
118
121
  # Associates a list of `members`, or principals, with a `role`. Optionally,
@@ -305,7 +308,8 @@ module Google
305
308
  # @return [::Array<::String>]
306
309
  # Specifies the identities that do not cause logging for this type of
307
310
  # permission.
308
- # Follows the same format of {::Google::Iam::V1::Binding#members Binding.members}.
311
+ # Follows the same format of
312
+ # {::Google::Iam::V1::Binding#members Binding.members}.
309
313
  class AuditLogConfig
310
314
  include ::Google::Protobuf::MessageExts
311
315
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -26,8 +26,6 @@ module Google
26
26
  # service Foo {
27
27
  # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
28
28
  # }
29
- #
30
- # The JSON representation for `Empty` is empty JSON object `{}`.
31
29
  class Empty
32
30
  include ::Google::Protobuf::MessageExts
33
31
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -28,12 +28,14 @@ module Google
28
28
  # [API Design Guide](https://cloud.google.com/apis/design/errors).
29
29
  # @!attribute [rw] code
30
30
  # @return [::Integer]
31
- # The status code, which should be an enum value of [google.rpc.Code][google.rpc.Code].
31
+ # The status code, which should be an enum value of
32
+ # [google.rpc.Code][google.rpc.Code].
32
33
  # @!attribute [rw] message
33
34
  # @return [::String]
34
35
  # A developer-facing error message, which should be in English. Any
35
36
  # user-facing error message should be localized and sent in the
36
- # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized by the client.
37
+ # {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
38
+ # by the client.
37
39
  # @!attribute [rw] details
38
40
  # @return [::Array<::Google::Protobuf::Any>]
39
41
  # A list of messages that carry the error details. There is a common set of
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.3.0
4
+ version: 0.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-07 00:00:00.000000000 Z
11
+ date: 2023-04-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.10'
19
+ version: 0.18.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.10'
29
+ version: 0.18.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -64,14 +64,14 @@ dependencies:
64
64
  requirements:
65
65
  - - "~>"
66
66
  - !ruby/object:Gem::Version
67
- version: 1.26.1
67
+ version: 1.26.3
68
68
  type: :development
69
69
  prerelease: false
70
70
  version_requirements: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - "~>"
73
73
  - !ruby/object:Gem::Version
74
- version: 1.26.1
74
+ version: 1.26.3
75
75
  - !ruby/object:Gem::Dependency
76
76
  name: minitest
77
77
  requirement: !ruby/object:Gem::Requirement
@@ -194,30 +194,63 @@ files:
194
194
  - lib/google/cloud/resource_manager/v3/folders/credentials.rb
195
195
  - lib/google/cloud/resource_manager/v3/folders/operations.rb
196
196
  - lib/google/cloud/resource_manager/v3/folders/paths.rb
197
+ - lib/google/cloud/resource_manager/v3/folders/rest.rb
198
+ - lib/google/cloud/resource_manager/v3/folders/rest/client.rb
199
+ - lib/google/cloud/resource_manager/v3/folders/rest/operations.rb
200
+ - lib/google/cloud/resource_manager/v3/folders/rest/service_stub.rb
197
201
  - lib/google/cloud/resource_manager/v3/organizations.rb
198
202
  - lib/google/cloud/resource_manager/v3/organizations/client.rb
199
203
  - lib/google/cloud/resource_manager/v3/organizations/credentials.rb
200
204
  - lib/google/cloud/resource_manager/v3/organizations/paths.rb
205
+ - lib/google/cloud/resource_manager/v3/organizations/rest.rb
206
+ - lib/google/cloud/resource_manager/v3/organizations/rest/client.rb
207
+ - lib/google/cloud/resource_manager/v3/organizations/rest/service_stub.rb
201
208
  - lib/google/cloud/resource_manager/v3/projects.rb
202
209
  - lib/google/cloud/resource_manager/v3/projects/client.rb
203
210
  - lib/google/cloud/resource_manager/v3/projects/credentials.rb
204
211
  - lib/google/cloud/resource_manager/v3/projects/operations.rb
205
212
  - lib/google/cloud/resource_manager/v3/projects/paths.rb
213
+ - lib/google/cloud/resource_manager/v3/projects/rest.rb
214
+ - lib/google/cloud/resource_manager/v3/projects/rest/client.rb
215
+ - lib/google/cloud/resource_manager/v3/projects/rest/operations.rb
216
+ - lib/google/cloud/resource_manager/v3/projects/rest/service_stub.rb
217
+ - lib/google/cloud/resource_manager/v3/rest.rb
206
218
  - lib/google/cloud/resource_manager/v3/tag_bindings.rb
207
219
  - lib/google/cloud/resource_manager/v3/tag_bindings/client.rb
208
220
  - lib/google/cloud/resource_manager/v3/tag_bindings/credentials.rb
209
221
  - lib/google/cloud/resource_manager/v3/tag_bindings/operations.rb
210
222
  - lib/google/cloud/resource_manager/v3/tag_bindings/paths.rb
223
+ - lib/google/cloud/resource_manager/v3/tag_bindings/rest.rb
224
+ - lib/google/cloud/resource_manager/v3/tag_bindings/rest/client.rb
225
+ - lib/google/cloud/resource_manager/v3/tag_bindings/rest/operations.rb
226
+ - lib/google/cloud/resource_manager/v3/tag_bindings/rest/service_stub.rb
227
+ - lib/google/cloud/resource_manager/v3/tag_holds.rb
228
+ - lib/google/cloud/resource_manager/v3/tag_holds/client.rb
229
+ - lib/google/cloud/resource_manager/v3/tag_holds/credentials.rb
230
+ - lib/google/cloud/resource_manager/v3/tag_holds/operations.rb
231
+ - lib/google/cloud/resource_manager/v3/tag_holds/paths.rb
232
+ - lib/google/cloud/resource_manager/v3/tag_holds/rest.rb
233
+ - lib/google/cloud/resource_manager/v3/tag_holds/rest/client.rb
234
+ - lib/google/cloud/resource_manager/v3/tag_holds/rest/operations.rb
235
+ - lib/google/cloud/resource_manager/v3/tag_holds/rest/service_stub.rb
211
236
  - lib/google/cloud/resource_manager/v3/tag_keys.rb
212
237
  - lib/google/cloud/resource_manager/v3/tag_keys/client.rb
213
238
  - lib/google/cloud/resource_manager/v3/tag_keys/credentials.rb
214
239
  - lib/google/cloud/resource_manager/v3/tag_keys/operations.rb
215
240
  - lib/google/cloud/resource_manager/v3/tag_keys/paths.rb
241
+ - lib/google/cloud/resource_manager/v3/tag_keys/rest.rb
242
+ - lib/google/cloud/resource_manager/v3/tag_keys/rest/client.rb
243
+ - lib/google/cloud/resource_manager/v3/tag_keys/rest/operations.rb
244
+ - lib/google/cloud/resource_manager/v3/tag_keys/rest/service_stub.rb
216
245
  - lib/google/cloud/resource_manager/v3/tag_values.rb
217
246
  - lib/google/cloud/resource_manager/v3/tag_values/client.rb
218
247
  - lib/google/cloud/resource_manager/v3/tag_values/credentials.rb
219
248
  - lib/google/cloud/resource_manager/v3/tag_values/operations.rb
220
249
  - lib/google/cloud/resource_manager/v3/tag_values/paths.rb
250
+ - lib/google/cloud/resource_manager/v3/tag_values/rest.rb
251
+ - lib/google/cloud/resource_manager/v3/tag_values/rest/client.rb
252
+ - lib/google/cloud/resource_manager/v3/tag_values/rest/operations.rb
253
+ - lib/google/cloud/resource_manager/v3/tag_values/rest/service_stub.rb
221
254
  - lib/google/cloud/resource_manager/v3/version.rb
222
255
  - lib/google/cloud/resourcemanager/v3/folders_pb.rb
223
256
  - lib/google/cloud/resourcemanager/v3/folders_services_pb.rb
@@ -227,17 +260,22 @@ files:
227
260
  - lib/google/cloud/resourcemanager/v3/projects_services_pb.rb
228
261
  - lib/google/cloud/resourcemanager/v3/tag_bindings_pb.rb
229
262
  - lib/google/cloud/resourcemanager/v3/tag_bindings_services_pb.rb
263
+ - lib/google/cloud/resourcemanager/v3/tag_holds_pb.rb
264
+ - lib/google/cloud/resourcemanager/v3/tag_holds_services_pb.rb
230
265
  - lib/google/cloud/resourcemanager/v3/tag_keys_pb.rb
231
266
  - lib/google/cloud/resourcemanager/v3/tag_keys_services_pb.rb
232
267
  - lib/google/cloud/resourcemanager/v3/tag_values_pb.rb
233
268
  - lib/google/cloud/resourcemanager/v3/tag_values_services_pb.rb
234
269
  - proto_docs/README.md
270
+ - proto_docs/google/api/client.rb
235
271
  - proto_docs/google/api/field_behavior.rb
272
+ - proto_docs/google/api/launch_stage.rb
236
273
  - proto_docs/google/api/resource.rb
237
274
  - proto_docs/google/cloud/resourcemanager/v3/folders.rb
238
275
  - proto_docs/google/cloud/resourcemanager/v3/organizations.rb
239
276
  - proto_docs/google/cloud/resourcemanager/v3/projects.rb
240
277
  - proto_docs/google/cloud/resourcemanager/v3/tag_bindings.rb
278
+ - proto_docs/google/cloud/resourcemanager/v3/tag_holds.rb
241
279
  - proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb
242
280
  - proto_docs/google/cloud/resourcemanager/v3/tag_values.rb
243
281
  - proto_docs/google/iam/v1/iam_policy.rb
@@ -270,8 +308,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
270
308
  - !ruby/object:Gem::Version
271
309
  version: '0'
272
310
  requirements: []
273
- rubygems_version: 3.3.14
311
+ rubygems_version: 3.4.2
274
312
  signing_key:
275
313
  specification_version: 4
276
- summary: API Client library for the Resource Manager V3 API
314
+ summary: Creates, reads, and updates metadata for Google Cloud Platform resource containers.
277
315
  test_files: []