google-apis-cloudresourcemanager_v3 0.4.0 → 0.5.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudresourcemanager_v3/classes.rb +665 -0
- data/lib/google/apis/cloudresourcemanager_v3/gem_version.rb +2 -2
- data/lib/google/apis/cloudresourcemanager_v3/representations.rb +339 -0
- data/lib/google/apis/cloudresourcemanager_v3/service.rb +1168 -46
- metadata +3 -3
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudresourcemanagerV3
|
18
18
|
# Version of the google-apis-cloudresourcemanager_v3 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.5.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210314"
|
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 CreateFolderMetadata
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class CreateProjectMetadata
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
55
67
|
class CreateTagKeyMetadata
|
56
68
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
69
|
|
@@ -64,6 +76,24 @@ module Google
|
|
64
76
|
include Google::Apis::Core::JsonObjectSupport
|
65
77
|
end
|
66
78
|
|
79
|
+
class DeleteFolderMetadata
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class DeleteOrganizationMetadata
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class DeleteProjectMetadata
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
67
97
|
class DeleteTagKeyMetadata
|
68
98
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
99
|
|
@@ -88,6 +118,12 @@ module Google
|
|
88
118
|
include Google::Apis::Core::JsonObjectSupport
|
89
119
|
end
|
90
120
|
|
121
|
+
class Folder
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
91
127
|
class FolderOperation
|
92
128
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
129
|
|
@@ -118,12 +154,24 @@ module Google
|
|
118
154
|
include Google::Apis::Core::JsonObjectSupport
|
119
155
|
end
|
120
156
|
|
157
|
+
class ListFoldersResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
121
163
|
class ListLiensResponse
|
122
164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
165
|
|
124
166
|
include Google::Apis::Core::JsonObjectSupport
|
125
167
|
end
|
126
168
|
|
169
|
+
class ListProjectsResponse
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
127
175
|
class ListTagBindingsResponse
|
128
176
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
177
|
|
@@ -142,24 +190,78 @@ module Google
|
|
142
190
|
include Google::Apis::Core::JsonObjectSupport
|
143
191
|
end
|
144
192
|
|
193
|
+
class MoveFolderMetadata
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class MoveFolderRequest
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class MoveProjectMetadata
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class MoveProjectRequest
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
145
217
|
class Operation
|
146
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
219
|
|
148
220
|
include Google::Apis::Core::JsonObjectSupport
|
149
221
|
end
|
150
222
|
|
223
|
+
class Organization
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
151
229
|
class Policy
|
152
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
231
|
|
154
232
|
include Google::Apis::Core::JsonObjectSupport
|
155
233
|
end
|
156
234
|
|
235
|
+
class Project
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
157
241
|
class ProjectCreationStatus
|
158
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
243
|
|
160
244
|
include Google::Apis::Core::JsonObjectSupport
|
161
245
|
end
|
162
246
|
|
247
|
+
class SearchFoldersResponse
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class SearchOrganizationsResponse
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class SearchProjectsResponse
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
163
265
|
class SetIamPolicyRequest
|
164
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
267
|
|
@@ -202,6 +304,48 @@ module Google
|
|
202
304
|
include Google::Apis::Core::JsonObjectSupport
|
203
305
|
end
|
204
306
|
|
307
|
+
class UndeleteFolderMetadata
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class UndeleteFolderRequest
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class UndeleteOrganizationMetadata
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class UndeleteProjectMetadata
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class UndeleteProjectRequest
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class UpdateFolderMetadata
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class UpdateProjectMetadata
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
205
349
|
class UpdateTagKeyMetadata
|
206
350
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
351
|
|
@@ -261,6 +405,23 @@ module Google
|
|
261
405
|
end
|
262
406
|
end
|
263
407
|
|
408
|
+
class CreateFolderMetadata
|
409
|
+
# @private
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
411
|
+
property :display_name, as: 'displayName'
|
412
|
+
property :parent, as: 'parent'
|
413
|
+
end
|
414
|
+
end
|
415
|
+
|
416
|
+
class CreateProjectMetadata
|
417
|
+
# @private
|
418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
419
|
+
property :create_time, as: 'createTime'
|
420
|
+
property :gettable, as: 'gettable'
|
421
|
+
property :ready, as: 'ready'
|
422
|
+
end
|
423
|
+
end
|
424
|
+
|
264
425
|
class CreateTagKeyMetadata
|
265
426
|
# @private
|
266
427
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -273,6 +434,24 @@ module Google
|
|
273
434
|
end
|
274
435
|
end
|
275
436
|
|
437
|
+
class DeleteFolderMetadata
|
438
|
+
# @private
|
439
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
440
|
+
end
|
441
|
+
end
|
442
|
+
|
443
|
+
class DeleteOrganizationMetadata
|
444
|
+
# @private
|
445
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
446
|
+
end
|
447
|
+
end
|
448
|
+
|
449
|
+
class DeleteProjectMetadata
|
450
|
+
# @private
|
451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
452
|
+
end
|
453
|
+
end
|
454
|
+
|
276
455
|
class DeleteTagKeyMetadata
|
277
456
|
# @private
|
278
457
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -301,6 +480,20 @@ module Google
|
|
301
480
|
end
|
302
481
|
end
|
303
482
|
|
483
|
+
class Folder
|
484
|
+
# @private
|
485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
486
|
+
property :create_time, as: 'createTime'
|
487
|
+
property :delete_time, as: 'deleteTime'
|
488
|
+
property :display_name, as: 'displayName'
|
489
|
+
property :etag, as: 'etag'
|
490
|
+
property :name, as: 'name'
|
491
|
+
property :parent, as: 'parent'
|
492
|
+
property :state, as: 'state'
|
493
|
+
property :update_time, as: 'updateTime'
|
494
|
+
end
|
495
|
+
end
|
496
|
+
|
304
497
|
class FolderOperation
|
305
498
|
# @private
|
306
499
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -345,6 +538,15 @@ module Google
|
|
345
538
|
end
|
346
539
|
end
|
347
540
|
|
541
|
+
class ListFoldersResponse
|
542
|
+
# @private
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
544
|
+
collection :folders, as: 'folders', class: Google::Apis::CloudresourcemanagerV3::Folder, decorator: Google::Apis::CloudresourcemanagerV3::Folder::Representation
|
545
|
+
|
546
|
+
property :next_page_token, as: 'nextPageToken'
|
547
|
+
end
|
548
|
+
end
|
549
|
+
|
348
550
|
class ListLiensResponse
|
349
551
|
# @private
|
350
552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -354,6 +556,15 @@ module Google
|
|
354
556
|
end
|
355
557
|
end
|
356
558
|
|
559
|
+
class ListProjectsResponse
|
560
|
+
# @private
|
561
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
562
|
+
property :next_page_token, as: 'nextPageToken'
|
563
|
+
collection :projects, as: 'projects', class: Google::Apis::CloudresourcemanagerV3::Project, decorator: Google::Apis::CloudresourcemanagerV3::Project::Representation
|
564
|
+
|
565
|
+
end
|
566
|
+
end
|
567
|
+
|
357
568
|
class ListTagBindingsResponse
|
358
569
|
# @private
|
359
570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -381,6 +592,35 @@ module Google
|
|
381
592
|
end
|
382
593
|
end
|
383
594
|
|
595
|
+
class MoveFolderMetadata
|
596
|
+
# @private
|
597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
598
|
+
property :destination_parent, as: 'destinationParent'
|
599
|
+
property :display_name, as: 'displayName'
|
600
|
+
property :source_parent, as: 'sourceParent'
|
601
|
+
end
|
602
|
+
end
|
603
|
+
|
604
|
+
class MoveFolderRequest
|
605
|
+
# @private
|
606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
607
|
+
property :destination_parent, as: 'destinationParent'
|
608
|
+
end
|
609
|
+
end
|
610
|
+
|
611
|
+
class MoveProjectMetadata
|
612
|
+
# @private
|
613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
614
|
+
end
|
615
|
+
end
|
616
|
+
|
617
|
+
class MoveProjectRequest
|
618
|
+
# @private
|
619
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
620
|
+
property :destination_parent, as: 'destinationParent'
|
621
|
+
end
|
622
|
+
end
|
623
|
+
|
384
624
|
class Operation
|
385
625
|
# @private
|
386
626
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -393,6 +633,20 @@ module Google
|
|
393
633
|
end
|
394
634
|
end
|
395
635
|
|
636
|
+
class Organization
|
637
|
+
# @private
|
638
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
639
|
+
property :create_time, as: 'createTime'
|
640
|
+
property :delete_time, as: 'deleteTime'
|
641
|
+
property :directory_customer_id, as: 'directoryCustomerId'
|
642
|
+
property :display_name, as: 'displayName'
|
643
|
+
property :etag, as: 'etag'
|
644
|
+
property :name, as: 'name'
|
645
|
+
property :state, as: 'state'
|
646
|
+
property :update_time, as: 'updateTime'
|
647
|
+
end
|
648
|
+
end
|
649
|
+
|
396
650
|
class Policy
|
397
651
|
# @private
|
398
652
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -405,6 +659,22 @@ module Google
|
|
405
659
|
end
|
406
660
|
end
|
407
661
|
|
662
|
+
class Project
|
663
|
+
# @private
|
664
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
665
|
+
property :create_time, as: 'createTime'
|
666
|
+
property :delete_time, as: 'deleteTime'
|
667
|
+
property :display_name, as: 'displayName'
|
668
|
+
property :etag, as: 'etag'
|
669
|
+
hash :labels, as: 'labels'
|
670
|
+
property :name, as: 'name'
|
671
|
+
property :parent, as: 'parent'
|
672
|
+
property :project_id, as: 'projectId'
|
673
|
+
property :state, as: 'state'
|
674
|
+
property :update_time, as: 'updateTime'
|
675
|
+
end
|
676
|
+
end
|
677
|
+
|
408
678
|
class ProjectCreationStatus
|
409
679
|
# @private
|
410
680
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -414,6 +684,33 @@ module Google
|
|
414
684
|
end
|
415
685
|
end
|
416
686
|
|
687
|
+
class SearchFoldersResponse
|
688
|
+
# @private
|
689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
690
|
+
collection :folders, as: 'folders', class: Google::Apis::CloudresourcemanagerV3::Folder, decorator: Google::Apis::CloudresourcemanagerV3::Folder::Representation
|
691
|
+
|
692
|
+
property :next_page_token, as: 'nextPageToken'
|
693
|
+
end
|
694
|
+
end
|
695
|
+
|
696
|
+
class SearchOrganizationsResponse
|
697
|
+
# @private
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
699
|
+
property :next_page_token, as: 'nextPageToken'
|
700
|
+
collection :organizations, as: 'organizations', class: Google::Apis::CloudresourcemanagerV3::Organization, decorator: Google::Apis::CloudresourcemanagerV3::Organization::Representation
|
701
|
+
|
702
|
+
end
|
703
|
+
end
|
704
|
+
|
705
|
+
class SearchProjectsResponse
|
706
|
+
# @private
|
707
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
708
|
+
property :next_page_token, as: 'nextPageToken'
|
709
|
+
collection :projects, as: 'projects', class: Google::Apis::CloudresourcemanagerV3::Project, decorator: Google::Apis::CloudresourcemanagerV3::Project::Representation
|
710
|
+
|
711
|
+
end
|
712
|
+
end
|
713
|
+
|
417
714
|
class SetIamPolicyRequest
|
418
715
|
# @private
|
419
716
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -483,6 +780,48 @@ module Google
|
|
483
780
|
end
|
484
781
|
end
|
485
782
|
|
783
|
+
class UndeleteFolderMetadata
|
784
|
+
# @private
|
785
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
786
|
+
end
|
787
|
+
end
|
788
|
+
|
789
|
+
class UndeleteFolderRequest
|
790
|
+
# @private
|
791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
792
|
+
end
|
793
|
+
end
|
794
|
+
|
795
|
+
class UndeleteOrganizationMetadata
|
796
|
+
# @private
|
797
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
798
|
+
end
|
799
|
+
end
|
800
|
+
|
801
|
+
class UndeleteProjectMetadata
|
802
|
+
# @private
|
803
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
804
|
+
end
|
805
|
+
end
|
806
|
+
|
807
|
+
class UndeleteProjectRequest
|
808
|
+
# @private
|
809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
810
|
+
end
|
811
|
+
end
|
812
|
+
|
813
|
+
class UpdateFolderMetadata
|
814
|
+
# @private
|
815
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
816
|
+
end
|
817
|
+
end
|
818
|
+
|
819
|
+
class UpdateProjectMetadata
|
820
|
+
# @private
|
821
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
822
|
+
end
|
823
|
+
end
|
824
|
+
|
486
825
|
class UpdateTagKeyMetadata
|
487
826
|
# @private
|
488
827
|
class Representation < Google::Apis::Core::JsonRepresentation
|