google-apis-cloudresourcemanager_v2 0.36.0 → 0.38.0
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: bce498ed392bec27f932c03abd7a2a39cd391435a49444e362f19e52b46839d5
|
|
4
|
+
data.tar.gz: 38c8e932ce9840b26e5374cc330b38e52d55c8b2ea0301d14802eddbee6fd9cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 59742ef0825c15a58c3186c8c26a93be7220cd0d853f20069290d2ab82b7300e47fff78f0ec565022aa16627adc211bcf7b68129cf5b6d24e3c8f8633448404d
|
|
7
|
+
data.tar.gz: aab7d139f408efef10877bd0463c30a6c0d7fad5cb3bd058b51c09d4790c6aef955105bf0a834032a83c456f5df958f86d29dd41f34c5b0de5bdf683013dd343
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Release history for google-apis-cloudresourcemanager_v2
|
|
2
2
|
|
|
3
|
+
### v0.38.0 (2026-09-06)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260820
|
|
6
|
+
|
|
7
|
+
### v0.37.0 (2026-06-14)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20251103
|
|
10
|
+
* Regenerated using generator version 0.19.0
|
|
11
|
+
|
|
3
12
|
### v0.36.0 (2025-05-04)
|
|
4
13
|
|
|
5
14
|
* Regenerated using generator version 0.17.0
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/resource-manager) may provi
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
|
89
89
|
|
|
@@ -272,6 +272,34 @@ module Google
|
|
|
272
272
|
end
|
|
273
273
|
end
|
|
274
274
|
|
|
275
|
+
# A status object which is used as the `metadata` field for the Operation
|
|
276
|
+
# returned by CreateBoundary. Currently empty.
|
|
277
|
+
class CreateBoundaryMetadata
|
|
278
|
+
include Google::Apis::Core::Hashable
|
|
279
|
+
|
|
280
|
+
def initialize(**args)
|
|
281
|
+
update!(**args)
|
|
282
|
+
end
|
|
283
|
+
|
|
284
|
+
# Update properties of this object
|
|
285
|
+
def update!(**args)
|
|
286
|
+
end
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
# A status object which is used as the `metadata` field for the Operation
|
|
290
|
+
# returned by CreateCapabilityConfig. Currently empty.
|
|
291
|
+
class CreateCapabilityConfigMetadata
|
|
292
|
+
include Google::Apis::Core::Hashable
|
|
293
|
+
|
|
294
|
+
def initialize(**args)
|
|
295
|
+
update!(**args)
|
|
296
|
+
end
|
|
297
|
+
|
|
298
|
+
# Update properties of this object
|
|
299
|
+
def update!(**args)
|
|
300
|
+
end
|
|
301
|
+
end
|
|
302
|
+
|
|
275
303
|
# Metadata pertaining to the Folder creation process.
|
|
276
304
|
class CreateFolderMetadata
|
|
277
305
|
include Google::Apis::Core::Hashable
|
|
@@ -373,6 +401,34 @@ module Google
|
|
|
373
401
|
end
|
|
374
402
|
end
|
|
375
403
|
|
|
404
|
+
# A status object which is used as the `metadata` field for the Operation
|
|
405
|
+
# returned by DeleteBoundary. Currently empty.
|
|
406
|
+
class DeleteBoundaryMetadata
|
|
407
|
+
include Google::Apis::Core::Hashable
|
|
408
|
+
|
|
409
|
+
def initialize(**args)
|
|
410
|
+
update!(**args)
|
|
411
|
+
end
|
|
412
|
+
|
|
413
|
+
# Update properties of this object
|
|
414
|
+
def update!(**args)
|
|
415
|
+
end
|
|
416
|
+
end
|
|
417
|
+
|
|
418
|
+
# A status object which is used as the `metadata` field for the Operation
|
|
419
|
+
# returned by DeleteCapabilityConfig. Currently empty.
|
|
420
|
+
class DeleteCapabilityConfigMetadata
|
|
421
|
+
include Google::Apis::Core::Hashable
|
|
422
|
+
|
|
423
|
+
def initialize(**args)
|
|
424
|
+
update!(**args)
|
|
425
|
+
end
|
|
426
|
+
|
|
427
|
+
# Update properties of this object
|
|
428
|
+
def update!(**args)
|
|
429
|
+
end
|
|
430
|
+
end
|
|
431
|
+
|
|
376
432
|
# A status object which is used as the `metadata` field for the `Operation`
|
|
377
433
|
# returned by `DeleteFolder`.
|
|
378
434
|
class DeleteFolderMetadata
|
|
@@ -1234,6 +1290,48 @@ module Google
|
|
|
1234
1290
|
end
|
|
1235
1291
|
end
|
|
1236
1292
|
|
|
1293
|
+
# A status object which is used as the `metadata` field for the Operation
|
|
1294
|
+
# returned by UpdateBoundaryConfig. Currently empty.
|
|
1295
|
+
class UpdateBoundaryConfigMetadata
|
|
1296
|
+
include Google::Apis::Core::Hashable
|
|
1297
|
+
|
|
1298
|
+
def initialize(**args)
|
|
1299
|
+
update!(**args)
|
|
1300
|
+
end
|
|
1301
|
+
|
|
1302
|
+
# Update properties of this object
|
|
1303
|
+
def update!(**args)
|
|
1304
|
+
end
|
|
1305
|
+
end
|
|
1306
|
+
|
|
1307
|
+
# A status object which is used as the `metadata` field for the Operation
|
|
1308
|
+
# returned by UpdateBoundary. Currently empty.
|
|
1309
|
+
class UpdateBoundaryMetadata
|
|
1310
|
+
include Google::Apis::Core::Hashable
|
|
1311
|
+
|
|
1312
|
+
def initialize(**args)
|
|
1313
|
+
update!(**args)
|
|
1314
|
+
end
|
|
1315
|
+
|
|
1316
|
+
# Update properties of this object
|
|
1317
|
+
def update!(**args)
|
|
1318
|
+
end
|
|
1319
|
+
end
|
|
1320
|
+
|
|
1321
|
+
# A status object which is used as the `metadata` field for the Operation
|
|
1322
|
+
# returned by UpdateCapabilityConfig. Currently empty.
|
|
1323
|
+
class UpdateCapabilityConfigMetadata
|
|
1324
|
+
include Google::Apis::Core::Hashable
|
|
1325
|
+
|
|
1326
|
+
def initialize(**args)
|
|
1327
|
+
update!(**args)
|
|
1328
|
+
end
|
|
1329
|
+
|
|
1330
|
+
# Update properties of this object
|
|
1331
|
+
def update!(**args)
|
|
1332
|
+
end
|
|
1333
|
+
end
|
|
1334
|
+
|
|
1237
1335
|
# A status object which is used as the `metadata` field for the Operation
|
|
1238
1336
|
# returned by UpdateFolder.
|
|
1239
1337
|
class UpdateFolderMetadata
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module CloudresourcemanagerV2
|
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v2 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.38.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260820"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -52,6 +52,18 @@ module Google
|
|
|
52
52
|
include Google::Apis::Core::JsonObjectSupport
|
|
53
53
|
end
|
|
54
54
|
|
|
55
|
+
class CreateBoundaryMetadata
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class CreateCapabilityConfigMetadata
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
55
67
|
class CreateFolderMetadata
|
|
56
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
69
|
|
|
@@ -82,6 +94,18 @@ module Google
|
|
|
82
94
|
include Google::Apis::Core::JsonObjectSupport
|
|
83
95
|
end
|
|
84
96
|
|
|
97
|
+
class DeleteBoundaryMetadata
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class DeleteCapabilityConfigMetadata
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
85
109
|
class DeleteFolderMetadata
|
|
86
110
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
111
|
|
|
@@ -256,6 +280,24 @@ module Google
|
|
|
256
280
|
include Google::Apis::Core::JsonObjectSupport
|
|
257
281
|
end
|
|
258
282
|
|
|
283
|
+
class UpdateBoundaryConfigMetadata
|
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
285
|
+
|
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
287
|
+
end
|
|
288
|
+
|
|
289
|
+
class UpdateBoundaryMetadata
|
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
291
|
+
|
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
293
|
+
end
|
|
294
|
+
|
|
295
|
+
class UpdateCapabilityConfigMetadata
|
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
297
|
+
|
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
299
|
+
end
|
|
300
|
+
|
|
259
301
|
class UpdateFolderMetadata
|
|
260
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
261
303
|
|
|
@@ -327,6 +369,18 @@ module Google
|
|
|
327
369
|
end
|
|
328
370
|
end
|
|
329
371
|
|
|
372
|
+
class CreateBoundaryMetadata
|
|
373
|
+
# @private
|
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
375
|
+
end
|
|
376
|
+
end
|
|
377
|
+
|
|
378
|
+
class CreateCapabilityConfigMetadata
|
|
379
|
+
# @private
|
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
381
|
+
end
|
|
382
|
+
end
|
|
383
|
+
|
|
330
384
|
class CreateFolderMetadata
|
|
331
385
|
# @private
|
|
332
386
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -362,6 +416,18 @@ module Google
|
|
|
362
416
|
end
|
|
363
417
|
end
|
|
364
418
|
|
|
419
|
+
class DeleteBoundaryMetadata
|
|
420
|
+
# @private
|
|
421
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
422
|
+
end
|
|
423
|
+
end
|
|
424
|
+
|
|
425
|
+
class DeleteCapabilityConfigMetadata
|
|
426
|
+
# @private
|
|
427
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
428
|
+
end
|
|
429
|
+
end
|
|
430
|
+
|
|
365
431
|
class DeleteFolderMetadata
|
|
366
432
|
# @private
|
|
367
433
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -592,6 +658,24 @@ module Google
|
|
|
592
658
|
end
|
|
593
659
|
end
|
|
594
660
|
|
|
661
|
+
class UpdateBoundaryConfigMetadata
|
|
662
|
+
# @private
|
|
663
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
664
|
+
end
|
|
665
|
+
end
|
|
666
|
+
|
|
667
|
+
class UpdateBoundaryMetadata
|
|
668
|
+
# @private
|
|
669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
670
|
+
end
|
|
671
|
+
end
|
|
672
|
+
|
|
673
|
+
class UpdateCapabilityConfigMetadata
|
|
674
|
+
# @private
|
|
675
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
676
|
+
end
|
|
677
|
+
end
|
|
678
|
+
|
|
595
679
|
class UpdateFolderMetadata
|
|
596
680
|
# @private
|
|
597
681
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-cloudresourcemanager_v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.38.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v2/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.38.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v2
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.6.
|
|
76
|
+
rubygems_version: 3.6.9
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Simple REST client for Cloud Resource Manager API V2
|
|
79
79
|
test_files: []
|