google-apis-cloudresourcemanager_v3 0.4.0 → 0.9.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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.4.0"
19
+ GEM_VERSION = "0.9.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 = "20210309"
25
+ REVISION = "20210411"
26
26
  end
27
27
  end
28
28
  end
@@ -52,6 +52,24 @@ 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
+
67
+ class CreateTagBindingMetadata
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
55
73
  class CreateTagKeyMetadata
56
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
75
 
@@ -64,6 +82,30 @@ module Google
64
82
  include Google::Apis::Core::JsonObjectSupport
65
83
  end
66
84
 
85
+ class DeleteFolderMetadata
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class DeleteOrganizationMetadata
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class DeleteProjectMetadata
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class DeleteTagBindingMetadata
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
67
109
  class DeleteTagKeyMetadata
68
110
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
111
 
@@ -88,6 +130,12 @@ module Google
88
130
  include Google::Apis::Core::JsonObjectSupport
89
131
  end
90
132
 
133
+ class Folder
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
91
139
  class FolderOperation
92
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
93
141
 
@@ -118,12 +166,24 @@ module Google
118
166
  include Google::Apis::Core::JsonObjectSupport
119
167
  end
120
168
 
169
+ class ListFoldersResponse
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
121
175
  class ListLiensResponse
122
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
123
177
 
124
178
  include Google::Apis::Core::JsonObjectSupport
125
179
  end
126
180
 
181
+ class ListProjectsResponse
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
127
187
  class ListTagBindingsResponse
128
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
129
189
 
@@ -142,24 +202,78 @@ module Google
142
202
  include Google::Apis::Core::JsonObjectSupport
143
203
  end
144
204
 
205
+ class MoveFolderMetadata
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class MoveFolderRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class MoveProjectMetadata
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class MoveProjectRequest
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
145
229
  class Operation
146
230
  class Representation < Google::Apis::Core::JsonRepresentation; end
147
231
 
148
232
  include Google::Apis::Core::JsonObjectSupport
149
233
  end
150
234
 
235
+ class Organization
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
151
241
  class Policy
152
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
153
243
 
154
244
  include Google::Apis::Core::JsonObjectSupport
155
245
  end
156
246
 
247
+ class Project
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
157
253
  class ProjectCreationStatus
158
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
255
 
160
256
  include Google::Apis::Core::JsonObjectSupport
161
257
  end
162
258
 
259
+ class SearchFoldersResponse
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class SearchOrganizationsResponse
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class SearchProjectsResponse
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
163
277
  class SetIamPolicyRequest
164
278
  class Representation < Google::Apis::Core::JsonRepresentation; end
165
279
 
@@ -202,6 +316,48 @@ module Google
202
316
  include Google::Apis::Core::JsonObjectSupport
203
317
  end
204
318
 
319
+ class UndeleteFolderMetadata
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class UndeleteFolderRequest
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class UndeleteOrganizationMetadata
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class UndeleteProjectMetadata
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class UndeleteProjectRequest
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class UpdateFolderMetadata
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class UpdateProjectMetadata
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
205
361
  class UpdateTagKeyMetadata
206
362
  class Representation < Google::Apis::Core::JsonRepresentation; end
207
363
 
@@ -261,6 +417,29 @@ module Google
261
417
  end
262
418
  end
263
419
 
420
+ class CreateFolderMetadata
421
+ # @private
422
+ class Representation < Google::Apis::Core::JsonRepresentation
423
+ property :display_name, as: 'displayName'
424
+ property :parent, as: 'parent'
425
+ end
426
+ end
427
+
428
+ class CreateProjectMetadata
429
+ # @private
430
+ class Representation < Google::Apis::Core::JsonRepresentation
431
+ property :create_time, as: 'createTime'
432
+ property :gettable, as: 'gettable'
433
+ property :ready, as: 'ready'
434
+ end
435
+ end
436
+
437
+ class CreateTagBindingMetadata
438
+ # @private
439
+ class Representation < Google::Apis::Core::JsonRepresentation
440
+ end
441
+ end
442
+
264
443
  class CreateTagKeyMetadata
265
444
  # @private
266
445
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -273,6 +452,30 @@ module Google
273
452
  end
274
453
  end
275
454
 
455
+ class DeleteFolderMetadata
456
+ # @private
457
+ class Representation < Google::Apis::Core::JsonRepresentation
458
+ end
459
+ end
460
+
461
+ class DeleteOrganizationMetadata
462
+ # @private
463
+ class Representation < Google::Apis::Core::JsonRepresentation
464
+ end
465
+ end
466
+
467
+ class DeleteProjectMetadata
468
+ # @private
469
+ class Representation < Google::Apis::Core::JsonRepresentation
470
+ end
471
+ end
472
+
473
+ class DeleteTagBindingMetadata
474
+ # @private
475
+ class Representation < Google::Apis::Core::JsonRepresentation
476
+ end
477
+ end
478
+
276
479
  class DeleteTagKeyMetadata
277
480
  # @private
278
481
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -301,6 +504,20 @@ module Google
301
504
  end
302
505
  end
303
506
 
507
+ class Folder
508
+ # @private
509
+ class Representation < Google::Apis::Core::JsonRepresentation
510
+ property :create_time, as: 'createTime'
511
+ property :delete_time, as: 'deleteTime'
512
+ property :display_name, as: 'displayName'
513
+ property :etag, as: 'etag'
514
+ property :name, as: 'name'
515
+ property :parent, as: 'parent'
516
+ property :state, as: 'state'
517
+ property :update_time, as: 'updateTime'
518
+ end
519
+ end
520
+
304
521
  class FolderOperation
305
522
  # @private
306
523
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -345,6 +562,15 @@ module Google
345
562
  end
346
563
  end
347
564
 
565
+ class ListFoldersResponse
566
+ # @private
567
+ class Representation < Google::Apis::Core::JsonRepresentation
568
+ collection :folders, as: 'folders', class: Google::Apis::CloudresourcemanagerV3::Folder, decorator: Google::Apis::CloudresourcemanagerV3::Folder::Representation
569
+
570
+ property :next_page_token, as: 'nextPageToken'
571
+ end
572
+ end
573
+
348
574
  class ListLiensResponse
349
575
  # @private
350
576
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -354,6 +580,15 @@ module Google
354
580
  end
355
581
  end
356
582
 
583
+ class ListProjectsResponse
584
+ # @private
585
+ class Representation < Google::Apis::Core::JsonRepresentation
586
+ property :next_page_token, as: 'nextPageToken'
587
+ collection :projects, as: 'projects', class: Google::Apis::CloudresourcemanagerV3::Project, decorator: Google::Apis::CloudresourcemanagerV3::Project::Representation
588
+
589
+ end
590
+ end
591
+
357
592
  class ListTagBindingsResponse
358
593
  # @private
359
594
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -381,6 +616,35 @@ module Google
381
616
  end
382
617
  end
383
618
 
619
+ class MoveFolderMetadata
620
+ # @private
621
+ class Representation < Google::Apis::Core::JsonRepresentation
622
+ property :destination_parent, as: 'destinationParent'
623
+ property :display_name, as: 'displayName'
624
+ property :source_parent, as: 'sourceParent'
625
+ end
626
+ end
627
+
628
+ class MoveFolderRequest
629
+ # @private
630
+ class Representation < Google::Apis::Core::JsonRepresentation
631
+ property :destination_parent, as: 'destinationParent'
632
+ end
633
+ end
634
+
635
+ class MoveProjectMetadata
636
+ # @private
637
+ class Representation < Google::Apis::Core::JsonRepresentation
638
+ end
639
+ end
640
+
641
+ class MoveProjectRequest
642
+ # @private
643
+ class Representation < Google::Apis::Core::JsonRepresentation
644
+ property :destination_parent, as: 'destinationParent'
645
+ end
646
+ end
647
+
384
648
  class Operation
385
649
  # @private
386
650
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -393,6 +657,20 @@ module Google
393
657
  end
394
658
  end
395
659
 
660
+ class Organization
661
+ # @private
662
+ class Representation < Google::Apis::Core::JsonRepresentation
663
+ property :create_time, as: 'createTime'
664
+ property :delete_time, as: 'deleteTime'
665
+ property :directory_customer_id, as: 'directoryCustomerId'
666
+ property :display_name, as: 'displayName'
667
+ property :etag, as: 'etag'
668
+ property :name, as: 'name'
669
+ property :state, as: 'state'
670
+ property :update_time, as: 'updateTime'
671
+ end
672
+ end
673
+
396
674
  class Policy
397
675
  # @private
398
676
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -405,6 +683,22 @@ module Google
405
683
  end
406
684
  end
407
685
 
686
+ class Project
687
+ # @private
688
+ class Representation < Google::Apis::Core::JsonRepresentation
689
+ property :create_time, as: 'createTime'
690
+ property :delete_time, as: 'deleteTime'
691
+ property :display_name, as: 'displayName'
692
+ property :etag, as: 'etag'
693
+ hash :labels, as: 'labels'
694
+ property :name, as: 'name'
695
+ property :parent, as: 'parent'
696
+ property :project_id, as: 'projectId'
697
+ property :state, as: 'state'
698
+ property :update_time, as: 'updateTime'
699
+ end
700
+ end
701
+
408
702
  class ProjectCreationStatus
409
703
  # @private
410
704
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -414,6 +708,33 @@ module Google
414
708
  end
415
709
  end
416
710
 
711
+ class SearchFoldersResponse
712
+ # @private
713
+ class Representation < Google::Apis::Core::JsonRepresentation
714
+ collection :folders, as: 'folders', class: Google::Apis::CloudresourcemanagerV3::Folder, decorator: Google::Apis::CloudresourcemanagerV3::Folder::Representation
715
+
716
+ property :next_page_token, as: 'nextPageToken'
717
+ end
718
+ end
719
+
720
+ class SearchOrganizationsResponse
721
+ # @private
722
+ class Representation < Google::Apis::Core::JsonRepresentation
723
+ property :next_page_token, as: 'nextPageToken'
724
+ collection :organizations, as: 'organizations', class: Google::Apis::CloudresourcemanagerV3::Organization, decorator: Google::Apis::CloudresourcemanagerV3::Organization::Representation
725
+
726
+ end
727
+ end
728
+
729
+ class SearchProjectsResponse
730
+ # @private
731
+ class Representation < Google::Apis::Core::JsonRepresentation
732
+ property :next_page_token, as: 'nextPageToken'
733
+ collection :projects, as: 'projects', class: Google::Apis::CloudresourcemanagerV3::Project, decorator: Google::Apis::CloudresourcemanagerV3::Project::Representation
734
+
735
+ end
736
+ end
737
+
417
738
  class SetIamPolicyRequest
418
739
  # @private
419
740
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -483,6 +804,48 @@ module Google
483
804
  end
484
805
  end
485
806
 
807
+ class UndeleteFolderMetadata
808
+ # @private
809
+ class Representation < Google::Apis::Core::JsonRepresentation
810
+ end
811
+ end
812
+
813
+ class UndeleteFolderRequest
814
+ # @private
815
+ class Representation < Google::Apis::Core::JsonRepresentation
816
+ end
817
+ end
818
+
819
+ class UndeleteOrganizationMetadata
820
+ # @private
821
+ class Representation < Google::Apis::Core::JsonRepresentation
822
+ end
823
+ end
824
+
825
+ class UndeleteProjectMetadata
826
+ # @private
827
+ class Representation < Google::Apis::Core::JsonRepresentation
828
+ end
829
+ end
830
+
831
+ class UndeleteProjectRequest
832
+ # @private
833
+ class Representation < Google::Apis::Core::JsonRepresentation
834
+ end
835
+ end
836
+
837
+ class UpdateFolderMetadata
838
+ # @private
839
+ class Representation < Google::Apis::Core::JsonRepresentation
840
+ end
841
+ end
842
+
843
+ class UpdateProjectMetadata
844
+ # @private
845
+ class Representation < Google::Apis::Core::JsonRepresentation
846
+ end
847
+ end
848
+
486
849
  class UpdateTagKeyMetadata
487
850
  # @private
488
851
  class Representation < Google::Apis::Core::JsonRepresentation