google-apis-cloudresourcemanager_v1beta1 0.40.0 → 0.41.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: 59afd672557e9628c9aeba4903ff3152a7b40b0dee22e360003842db687dad07
4
- data.tar.gz: 04dd670ac1f0dc90ec441d63d930e0cc410d9d4eed2c420ce19fbf7e8e9a7470
3
+ metadata.gz: c8c98355b000e8ce71e80dd2a0aa1f18328feea676478a9c8ecb6a2358cb9840
4
+ data.tar.gz: '082a5312978db09a4283dbf9a34877006195d679b55bcc16fb2d79710c9c86fd'
5
5
  SHA512:
6
- metadata.gz: 48ad4297b840d6f32559d683f0ab9fbb44fb17cc158ce18477b31af6e48b2e473ba0c7670114a5e2793e0403f59f48268c4df13fa1b9258e8ac81c91bd0ff90f
7
- data.tar.gz: 84fdc6e8cb96121e1daee0b983f6fe9b2e20a84df370b6c5b9d8780436d846ba1331e5fccf84088d521a2bdfe4a662af0e3eae54c3e89c3c8f8c3a1a7925d50b
6
+ metadata.gz: d9d93af11b3d30bd6b9de0d241da8c2975d6585cbc8ede9b0dc71253dc28e079778965a324752817665e6129064693d1514d42e3ccac727ce8527c7fe4e6576d
7
+ data.tar.gz: fd1a1628e783c26e9b46017dee1350c452eb6c50f0bdff7afb4e98de329ca30c9bd1b65b414015546946dad84f948ae32b3e050c12e850b199b451d8981c2fc8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v1beta1
2
2
 
3
+ ### v0.41.0 (2026-09-06)
4
+
5
+ * Regenerated from discovery document revision 20260820
6
+
3
7
  ### v0.40.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20251103
@@ -294,6 +294,34 @@ module Google
294
294
  end
295
295
  end
296
296
 
297
+ # A status object which is used as the `metadata` field for the Operation
298
+ # returned by CreateBoundary. Currently empty.
299
+ class CreateBoundaryMetadata
300
+ include Google::Apis::Core::Hashable
301
+
302
+ def initialize(**args)
303
+ update!(**args)
304
+ end
305
+
306
+ # Update properties of this object
307
+ def update!(**args)
308
+ end
309
+ end
310
+
311
+ # A status object which is used as the `metadata` field for the Operation
312
+ # returned by CreateCapabilityConfig. Currently empty.
313
+ class CreateCapabilityConfigMetadata
314
+ include Google::Apis::Core::Hashable
315
+
316
+ def initialize(**args)
317
+ update!(**args)
318
+ end
319
+
320
+ # Update properties of this object
321
+ def update!(**args)
322
+ end
323
+ end
324
+
297
325
  # Metadata pertaining to the Folder creation process.
298
326
  class CreateFolderMetadata
299
327
  include Google::Apis::Core::Hashable
@@ -395,6 +423,34 @@ module Google
395
423
  end
396
424
  end
397
425
 
426
+ # A status object which is used as the `metadata` field for the Operation
427
+ # returned by DeleteBoundary. Currently empty.
428
+ class DeleteBoundaryMetadata
429
+ include Google::Apis::Core::Hashable
430
+
431
+ def initialize(**args)
432
+ update!(**args)
433
+ end
434
+
435
+ # Update properties of this object
436
+ def update!(**args)
437
+ end
438
+ end
439
+
440
+ # A status object which is used as the `metadata` field for the Operation
441
+ # returned by DeleteCapabilityConfig. Currently empty.
442
+ class DeleteCapabilityConfigMetadata
443
+ include Google::Apis::Core::Hashable
444
+
445
+ def initialize(**args)
446
+ update!(**args)
447
+ end
448
+
449
+ # Update properties of this object
450
+ def update!(**args)
451
+ end
452
+ end
453
+
398
454
  # A status object which is used as the `metadata` field for the `Operation`
399
455
  # returned by `DeleteFolder`.
400
456
  class DeleteFolderMetadata
@@ -985,6 +1041,14 @@ module Google
985
1041
  # @return [String]
986
1042
  attr_accessor :create_time
987
1043
 
1044
+ # Output only. If `true`, this project is a Management Project. A Management
1045
+ # Project manages dedicated project groups for specific purposes (e.g., agent
1046
+ # management or app management).
1047
+ # Corresponds to the JSON property `isManagementProject`
1048
+ # @return [Boolean]
1049
+ attr_accessor :is_management_project
1050
+ alias_method :is_management_project?, :is_management_project
1051
+
988
1052
  # The labels associated with this Project. Label keys must be between 1 and 63
989
1053
  # characters long and must conform to the following regular expression: a-z`0,62`
990
1054
  # . Label values must be between 0 and 63 characters long and must conform to
@@ -1037,6 +1101,7 @@ module Google
1037
1101
  def update!(**args)
1038
1102
  @configured_capabilities = args[:configured_capabilities] if args.key?(:configured_capabilities)
1039
1103
  @create_time = args[:create_time] if args.key?(:create_time)
1104
+ @is_management_project = args[:is_management_project] if args.key?(:is_management_project)
1040
1105
  @labels = args[:labels] if args.key?(:labels)
1041
1106
  @lifecycle_state = args[:lifecycle_state] if args.key?(:lifecycle_state)
1042
1107
  @name = args[:name] if args.key?(:name)
@@ -1260,6 +1325,48 @@ module Google
1260
1325
  end
1261
1326
  end
1262
1327
 
1328
+ # A status object which is used as the `metadata` field for the Operation
1329
+ # returned by UpdateBoundaryConfig. Currently empty.
1330
+ class UpdateBoundaryConfigMetadata
1331
+ include Google::Apis::Core::Hashable
1332
+
1333
+ def initialize(**args)
1334
+ update!(**args)
1335
+ end
1336
+
1337
+ # Update properties of this object
1338
+ def update!(**args)
1339
+ end
1340
+ end
1341
+
1342
+ # A status object which is used as the `metadata` field for the Operation
1343
+ # returned by UpdateBoundary. Currently empty.
1344
+ class UpdateBoundaryMetadata
1345
+ include Google::Apis::Core::Hashable
1346
+
1347
+ def initialize(**args)
1348
+ update!(**args)
1349
+ end
1350
+
1351
+ # Update properties of this object
1352
+ def update!(**args)
1353
+ end
1354
+ end
1355
+
1356
+ # A status object which is used as the `metadata` field for the Operation
1357
+ # returned by UpdateCapabilityConfig. Currently empty.
1358
+ class UpdateCapabilityConfigMetadata
1359
+ include Google::Apis::Core::Hashable
1360
+
1361
+ def initialize(**args)
1362
+ update!(**args)
1363
+ end
1364
+
1365
+ # Update properties of this object
1366
+ def update!(**args)
1367
+ end
1368
+ end
1369
+
1263
1370
  # A status object which is used as the `metadata` field for the Operation
1264
1371
  # returned by UpdateFolder.
1265
1372
  class UpdateFolderMetadata
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudresourcemanagerV1beta1
18
18
  # Version of the google-apis-cloudresourcemanager_v1beta1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251103"
25
+ REVISION = "20260820"
26
26
  end
27
27
  end
28
28
  end
@@ -58,6 +58,18 @@ module Google
58
58
  include Google::Apis::Core::JsonObjectSupport
59
59
  end
60
60
 
61
+ class CreateBoundaryMetadata
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class CreateCapabilityConfigMetadata
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
61
73
  class CreateFolderMetadata
62
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
63
75
 
@@ -88,6 +100,18 @@ module Google
88
100
  include Google::Apis::Core::JsonObjectSupport
89
101
  end
90
102
 
103
+ class DeleteBoundaryMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class DeleteCapabilityConfigMetadata
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
91
115
  class DeleteFolderMetadata
92
116
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
117
 
@@ -274,6 +298,24 @@ module Google
274
298
  include Google::Apis::Core::JsonObjectSupport
275
299
  end
276
300
 
301
+ class UpdateBoundaryConfigMetadata
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class UpdateBoundaryMetadata
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class UpdateCapabilityConfigMetadata
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
277
319
  class UpdateFolderMetadata
278
320
  class Representation < Google::Apis::Core::JsonRepresentation; end
279
321
 
@@ -353,6 +395,18 @@ module Google
353
395
  end
354
396
  end
355
397
 
398
+ class CreateBoundaryMetadata
399
+ # @private
400
+ class Representation < Google::Apis::Core::JsonRepresentation
401
+ end
402
+ end
403
+
404
+ class CreateCapabilityConfigMetadata
405
+ # @private
406
+ class Representation < Google::Apis::Core::JsonRepresentation
407
+ end
408
+ end
409
+
356
410
  class CreateFolderMetadata
357
411
  # @private
358
412
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -388,6 +442,18 @@ module Google
388
442
  end
389
443
  end
390
444
 
445
+ class DeleteBoundaryMetadata
446
+ # @private
447
+ class Representation < Google::Apis::Core::JsonRepresentation
448
+ end
449
+ end
450
+
451
+ class DeleteCapabilityConfigMetadata
452
+ # @private
453
+ class Representation < Google::Apis::Core::JsonRepresentation
454
+ end
455
+ end
456
+
391
457
  class DeleteFolderMetadata
392
458
  # @private
393
459
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -556,6 +622,7 @@ module Google
556
622
  class Representation < Google::Apis::Core::JsonRepresentation
557
623
  collection :configured_capabilities, as: 'configuredCapabilities'
558
624
  property :create_time, as: 'createTime'
625
+ property :is_management_project, as: 'isManagementProject'
559
626
  hash :labels, as: 'labels'
560
627
  property :lifecycle_state, as: 'lifecycleState'
561
628
  property :name, as: 'name'
@@ -630,6 +697,24 @@ module Google
630
697
  end
631
698
  end
632
699
 
700
+ class UpdateBoundaryConfigMetadata
701
+ # @private
702
+ class Representation < Google::Apis::Core::JsonRepresentation
703
+ end
704
+ end
705
+
706
+ class UpdateBoundaryMetadata
707
+ # @private
708
+ class Representation < Google::Apis::Core::JsonRepresentation
709
+ end
710
+ end
711
+
712
+ class UpdateCapabilityConfigMetadata
713
+ # @private
714
+ class Representation < Google::Apis::Core::JsonRepresentation
715
+ end
716
+ end
717
+
633
718
  class UpdateFolderMetadata
634
719
  # @private
635
720
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.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_v1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v1beta1/v0.41.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudresourcemanager_v1beta1
62
62
  rdoc_options: []
63
63
  require_paths: