google-apis-cloudresourcemanager_v2 0.2.0 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6f9b33fe048fdc836b445d81209e6530614d85e7612cff3267ed8c154bd56543
4
- data.tar.gz: 349d584b5e359f8b40864e472f5dc0defc9c3995cc759b8e361154209690e78f
3
+ metadata.gz: fbeaa62ae38bcb97ba3c1d2767e77979463f1d6e64b2bc3b091156c559203ddf
4
+ data.tar.gz: 4896619d053a3aeb67b8e26d59a8fbdcbe998493bdfe9c5fdff2a3d78403fa4c
5
5
  SHA512:
6
- metadata.gz: 608117f7a5d65f2a82f06964d015ba23c8ca4c25008ac66fc1dda825277025e81d3b71d1a8dc005fe21341e8565be203afb1cd067780401426af9e8280395389
7
- data.tar.gz: 58a4df3fbfbba9285fd6b0d93e9e4510d7865b2669849b9f9a40b7eb55d22f04bf871325eccfb3ac20d17fdf7de63e40254fb42795bfd3e261dd1ad89aa5f461
6
+ metadata.gz: df97f6c6181ee5efa9683c81055f38f019816e1d464c2735bb850fc08aae8a2d59ce43424c733204255dfaaf0eee48d8a597d6818ed3968af85561562ed3ae21
7
+ data.tar.gz: 7701654787b0fec0b0e2855362ddc1796e8ded4a837ee5d067161c5073978edeae3bf0e6aa818c7f1b242774853c0a3660458ef55a6e529b6ecf28d9a2795a4d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-cloudresourcemanager_v2
2
2
 
3
+ ### v0.3.0 (2021-02-19)
4
+
5
+ * Regenerated from discovery document revision 20210215
6
+
3
7
  ### v0.2.0 (2021-01-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20210114
@@ -242,68 +242,6 @@ module Google
242
242
  end
243
243
  end
244
244
 
245
- # Metadata pertaining to the Folder creation process.
246
- class CreateFolderMetadata
247
- include Google::Apis::Core::Hashable
248
-
249
- # The display name of the folder.
250
- # Corresponds to the JSON property `displayName`
251
- # @return [String]
252
- attr_accessor :display_name
253
-
254
- # The resource name of the folder or organization we are creating the folder
255
- # under.
256
- # Corresponds to the JSON property `parent`
257
- # @return [String]
258
- attr_accessor :parent
259
-
260
- def initialize(**args)
261
- update!(**args)
262
- end
263
-
264
- # Update properties of this object
265
- def update!(**args)
266
- @display_name = args[:display_name] if args.key?(:display_name)
267
- @parent = args[:parent] if args.key?(:parent)
268
- end
269
- end
270
-
271
- # A status object which is used as the `metadata` field for the Operation
272
- # returned by CreateProject. It provides insight for when significant phases of
273
- # Project creation have completed.
274
- class CreateProjectMetadata
275
- include Google::Apis::Core::Hashable
276
-
277
- # Creation time of the project creation workflow.
278
- # Corresponds to the JSON property `createTime`
279
- # @return [String]
280
- attr_accessor :create_time
281
-
282
- # True if the project can be retrieved using GetProject. No other operations on
283
- # the project are guaranteed to work until the project creation is complete.
284
- # Corresponds to the JSON property `gettable`
285
- # @return [Boolean]
286
- attr_accessor :gettable
287
- alias_method :gettable?, :gettable
288
-
289
- # True if the project creation process is complete.
290
- # Corresponds to the JSON property `ready`
291
- # @return [Boolean]
292
- attr_accessor :ready
293
- alias_method :ready?, :ready
294
-
295
- def initialize(**args)
296
- update!(**args)
297
- end
298
-
299
- # Update properties of this object
300
- def update!(**args)
301
- @create_time = args[:create_time] if args.key?(:create_time)
302
- @gettable = args[:gettable] if args.key?(:gettable)
303
- @ready = args[:ready] if args.key?(:ready)
304
- end
305
- end
306
-
307
245
  # Runtime operation information for creating a TagKey.
308
246
  class CreateTagKeyMetadata
309
247
  include Google::Apis::Core::Hashable
@@ -330,48 +268,6 @@ module Google
330
268
  end
331
269
  end
332
270
 
333
- # A status object which is used as the `metadata` field for the Operation
334
- # returned by DeleteFolder.
335
- class DeleteFolderMetadata
336
- include Google::Apis::Core::Hashable
337
-
338
- def initialize(**args)
339
- update!(**args)
340
- end
341
-
342
- # Update properties of this object
343
- def update!(**args)
344
- end
345
- end
346
-
347
- # A status object which is used as the `metadata` field for the Operation
348
- # returned by DeleteOrganization.
349
- class DeleteOrganizationMetadata
350
- include Google::Apis::Core::Hashable
351
-
352
- def initialize(**args)
353
- update!(**args)
354
- end
355
-
356
- # Update properties of this object
357
- def update!(**args)
358
- end
359
- end
360
-
361
- # A status object which is used as the `metadata` field for the Operation
362
- # returned by DeleteProject.
363
- class DeleteProjectMetadata
364
- include Google::Apis::Core::Hashable
365
-
366
- def initialize(**args)
367
- update!(**args)
368
- end
369
-
370
- # Update properties of this object
371
- def update!(**args)
372
- end
373
- end
374
-
375
271
  # Runtime operation information for deleting a TagKey.
376
272
  class DeleteTagKeyMetadata
377
273
  include Google::Apis::Core::Hashable
@@ -633,37 +529,6 @@ module Google
633
529
  end
634
530
  end
635
531
 
636
- # Metadata pertaining to the Folder move process.
637
- class MoveFolderMetadata
638
- include Google::Apis::Core::Hashable
639
-
640
- # The resource name of the folder or organization to move the folder to.
641
- # Corresponds to the JSON property `destinationParent`
642
- # @return [String]
643
- attr_accessor :destination_parent
644
-
645
- # The display name of the folder.
646
- # Corresponds to the JSON property `displayName`
647
- # @return [String]
648
- attr_accessor :display_name
649
-
650
- # The resource name of the folder's parent.
651
- # Corresponds to the JSON property `sourceParent`
652
- # @return [String]
653
- attr_accessor :source_parent
654
-
655
- def initialize(**args)
656
- update!(**args)
657
- end
658
-
659
- # Update properties of this object
660
- def update!(**args)
661
- @destination_parent = args[:destination_parent] if args.key?(:destination_parent)
662
- @display_name = args[:display_name] if args.key?(:display_name)
663
- @source_parent = args[:source_parent] if args.key?(:source_parent)
664
- end
665
- end
666
-
667
532
  # The MoveFolder request message.
668
533
  class MoveFolderRequest
669
534
  include Google::Apis::Core::Hashable
@@ -685,20 +550,6 @@ module Google
685
550
  end
686
551
  end
687
552
 
688
- # A status object which is used as the `metadata` field for the Operation
689
- # returned by MoveProject.
690
- class MoveProjectMetadata
691
- include Google::Apis::Core::Hashable
692
-
693
- def initialize(**args)
694
- update!(**args)
695
- end
696
-
697
- # Update properties of this object
698
- def update!(**args)
699
- end
700
- end
701
-
702
553
  # This resource represents a long-running operation that is the result of a
703
554
  # network API call.
704
555
  class Operation
@@ -1090,20 +941,6 @@ module Google
1090
941
  end
1091
942
  end
1092
943
 
1093
- # A status object which is used as the `metadata` field for the Operation
1094
- # returned by UndeleteFolder.
1095
- class UndeleteFolderMetadata
1096
- include Google::Apis::Core::Hashable
1097
-
1098
- def initialize(**args)
1099
- update!(**args)
1100
- end
1101
-
1102
- # Update properties of this object
1103
- def update!(**args)
1104
- end
1105
- end
1106
-
1107
944
  # The UndeleteFolder request message.
1108
945
  class UndeleteFolderRequest
1109
946
  include Google::Apis::Core::Hashable
@@ -1117,62 +954,6 @@ module Google
1117
954
  end
1118
955
  end
1119
956
 
1120
- # A status object which is used as the `metadata` field for the Operation
1121
- # returned by UndeleteOrganization.
1122
- class UndeleteOrganizationMetadata
1123
- include Google::Apis::Core::Hashable
1124
-
1125
- def initialize(**args)
1126
- update!(**args)
1127
- end
1128
-
1129
- # Update properties of this object
1130
- def update!(**args)
1131
- end
1132
- end
1133
-
1134
- # A status object which is used as the `metadata` field for the Operation
1135
- # returned by UndeleteProject.
1136
- class UndeleteProjectMetadata
1137
- include Google::Apis::Core::Hashable
1138
-
1139
- def initialize(**args)
1140
- update!(**args)
1141
- end
1142
-
1143
- # Update properties of this object
1144
- def update!(**args)
1145
- end
1146
- end
1147
-
1148
- # A status object which is used as the `metadata` field for the Operation
1149
- # returned by UpdateFolder.
1150
- class UpdateFolderMetadata
1151
- include Google::Apis::Core::Hashable
1152
-
1153
- def initialize(**args)
1154
- update!(**args)
1155
- end
1156
-
1157
- # Update properties of this object
1158
- def update!(**args)
1159
- end
1160
- end
1161
-
1162
- # A status object which is used as the `metadata` field for the Operation
1163
- # returned by UpdateProject.
1164
- class UpdateProjectMetadata
1165
- include Google::Apis::Core::Hashable
1166
-
1167
- def initialize(**args)
1168
- update!(**args)
1169
- end
1170
-
1171
- # Update properties of this object
1172
- def update!(**args)
1173
- end
1174
- end
1175
-
1176
957
  # Runtime operation information for updating a TagKey.
1177
958
  class UpdateTagKeyMetadata
1178
959
  include Google::Apis::Core::Hashable
@@ -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.2.0"
19
+ GEM_VERSION = "0.3.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.1.2"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210114"
25
+ REVISION = "20210215"
26
26
  end
27
27
  end
28
28
  end
@@ -52,18 +52,6 @@ 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
55
  class CreateTagKeyMetadata
68
56
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
57
 
@@ -76,24 +64,6 @@ module Google
76
64
  include Google::Apis::Core::JsonObjectSupport
77
65
  end
78
66
 
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
-
97
67
  class DeleteTagKeyMetadata
98
68
  class Representation < Google::Apis::Core::JsonRepresentation; end
99
69
 
@@ -148,24 +118,12 @@ module Google
148
118
  include Google::Apis::Core::JsonObjectSupport
149
119
  end
150
120
 
151
- class MoveFolderMetadata
152
- class Representation < Google::Apis::Core::JsonRepresentation; end
153
-
154
- include Google::Apis::Core::JsonObjectSupport
155
- end
156
-
157
121
  class MoveFolderRequest
158
122
  class Representation < Google::Apis::Core::JsonRepresentation; end
159
123
 
160
124
  include Google::Apis::Core::JsonObjectSupport
161
125
  end
162
126
 
163
- class MoveProjectMetadata
164
- class Representation < Google::Apis::Core::JsonRepresentation; end
165
-
166
- include Google::Apis::Core::JsonObjectSupport
167
- end
168
-
169
127
  class Operation
170
128
  class Representation < Google::Apis::Core::JsonRepresentation; end
171
129
 
@@ -220,42 +178,12 @@ module Google
220
178
  include Google::Apis::Core::JsonObjectSupport
221
179
  end
222
180
 
223
- class UndeleteFolderMetadata
224
- class Representation < Google::Apis::Core::JsonRepresentation; end
225
-
226
- include Google::Apis::Core::JsonObjectSupport
227
- end
228
-
229
181
  class UndeleteFolderRequest
230
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
231
183
 
232
184
  include Google::Apis::Core::JsonObjectSupport
233
185
  end
234
186
 
235
- class UndeleteOrganizationMetadata
236
- class Representation < Google::Apis::Core::JsonRepresentation; end
237
-
238
- include Google::Apis::Core::JsonObjectSupport
239
- end
240
-
241
- class UndeleteProjectMetadata
242
- class Representation < Google::Apis::Core::JsonRepresentation; end
243
-
244
- include Google::Apis::Core::JsonObjectSupport
245
- end
246
-
247
- class UpdateFolderMetadata
248
- class Representation < Google::Apis::Core::JsonRepresentation; end
249
-
250
- include Google::Apis::Core::JsonObjectSupport
251
- end
252
-
253
- class UpdateProjectMetadata
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
187
  class UpdateTagKeyMetadata
260
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
189
 
@@ -315,23 +243,6 @@ module Google
315
243
  end
316
244
  end
317
245
 
318
- class CreateFolderMetadata
319
- # @private
320
- class Representation < Google::Apis::Core::JsonRepresentation
321
- property :display_name, as: 'displayName'
322
- property :parent, as: 'parent'
323
- end
324
- end
325
-
326
- class CreateProjectMetadata
327
- # @private
328
- class Representation < Google::Apis::Core::JsonRepresentation
329
- property :create_time, as: 'createTime'
330
- property :gettable, as: 'gettable'
331
- property :ready, as: 'ready'
332
- end
333
- end
334
-
335
246
  class CreateTagKeyMetadata
336
247
  # @private
337
248
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -344,24 +255,6 @@ module Google
344
255
  end
345
256
  end
346
257
 
347
- class DeleteFolderMetadata
348
- # @private
349
- class Representation < Google::Apis::Core::JsonRepresentation
350
- end
351
- end
352
-
353
- class DeleteOrganizationMetadata
354
- # @private
355
- class Representation < Google::Apis::Core::JsonRepresentation
356
- end
357
- end
358
-
359
- class DeleteProjectMetadata
360
- # @private
361
- class Representation < Google::Apis::Core::JsonRepresentation
362
- end
363
- end
364
-
365
258
  class DeleteTagKeyMetadata
366
259
  # @private
367
260
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -436,15 +329,6 @@ module Google
436
329
  end
437
330
  end
438
331
 
439
- class MoveFolderMetadata
440
- # @private
441
- class Representation < Google::Apis::Core::JsonRepresentation
442
- property :destination_parent, as: 'destinationParent'
443
- property :display_name, as: 'displayName'
444
- property :source_parent, as: 'sourceParent'
445
- end
446
- end
447
-
448
332
  class MoveFolderRequest
449
333
  # @private
450
334
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -452,12 +336,6 @@ module Google
452
336
  end
453
337
  end
454
338
 
455
- class MoveProjectMetadata
456
- # @private
457
- class Representation < Google::Apis::Core::JsonRepresentation
458
- end
459
- end
460
-
461
339
  class Operation
462
340
  # @private
463
341
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -541,42 +419,12 @@ module Google
541
419
  end
542
420
  end
543
421
 
544
- class UndeleteFolderMetadata
545
- # @private
546
- class Representation < Google::Apis::Core::JsonRepresentation
547
- end
548
- end
549
-
550
422
  class UndeleteFolderRequest
551
423
  # @private
552
424
  class Representation < Google::Apis::Core::JsonRepresentation
553
425
  end
554
426
  end
555
427
 
556
- class UndeleteOrganizationMetadata
557
- # @private
558
- class Representation < Google::Apis::Core::JsonRepresentation
559
- end
560
- end
561
-
562
- class UndeleteProjectMetadata
563
- # @private
564
- class Representation < Google::Apis::Core::JsonRepresentation
565
- end
566
- end
567
-
568
- class UpdateFolderMetadata
569
- # @private
570
- class Representation < Google::Apis::Core::JsonRepresentation
571
- end
572
- end
573
-
574
- class UpdateProjectMetadata
575
- # @private
576
- class Representation < Google::Apis::Core::JsonRepresentation
577
- end
578
- end
579
-
580
428
  class UpdateTagKeyMetadata
581
429
  # @private
582
430
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudresourcemanager_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.3.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: 2021-02-08 00:00:00.000000000 Z
11
+ date: 2021-02-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v2/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.2.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudresourcemanager_v2/v0.3.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-cloudresourcemanager_v2
57
57
  post_install_message:
58
58
  rdoc_options: []