google-apis-deploymentmanager_v2 0.1.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 +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-deploymentmanager_v2.rb +15 -0
- data/lib/google/apis/deploymentmanager_v2.rb +47 -0
- data/lib/google/apis/deploymentmanager_v2/classes.rb +1638 -0
- data/lib/google/apis/deploymentmanager_v2/gem_version.rb +28 -0
- data/lib/google/apis/deploymentmanager_v2/representations.rb +652 -0
- data/lib/google/apis/deploymentmanager_v2/service.rb +912 -0
- metadata +76 -0
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
module Google
|
|
16
|
+
module Apis
|
|
17
|
+
module DeploymentmanagerV2
|
|
18
|
+
# Version of the google-apis-deploymentmanager_v2 gem
|
|
19
|
+
GEM_VERSION = "0.1.0"
|
|
20
|
+
|
|
21
|
+
# Version of the code generator used to generate this client
|
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
|
23
|
+
|
|
24
|
+
# Revision of the discovery document this client was generated from
|
|
25
|
+
REVISION = "20201203"
|
|
26
|
+
end
|
|
27
|
+
end
|
|
28
|
+
end
|
|
@@ -0,0 +1,652 @@
|
|
|
1
|
+
# Copyright 2020 Google LLC
|
|
2
|
+
#
|
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
4
|
+
# you may not use this file except in compliance with the License.
|
|
5
|
+
# You may obtain a copy of the License at
|
|
6
|
+
#
|
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
|
8
|
+
#
|
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
12
|
+
# See the License for the specific language governing permissions and
|
|
13
|
+
# limitations under the License.
|
|
14
|
+
|
|
15
|
+
require 'date'
|
|
16
|
+
require 'google/apis/core/base_service'
|
|
17
|
+
require 'google/apis/core/json_representation'
|
|
18
|
+
require 'google/apis/core/hashable'
|
|
19
|
+
require 'google/apis/errors'
|
|
20
|
+
|
|
21
|
+
module Google
|
|
22
|
+
module Apis
|
|
23
|
+
module DeploymentmanagerV2
|
|
24
|
+
|
|
25
|
+
class AuditConfig
|
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
27
|
+
|
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
29
|
+
end
|
|
30
|
+
|
|
31
|
+
class AuditLogConfig
|
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
33
|
+
|
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
35
|
+
end
|
|
36
|
+
|
|
37
|
+
class Binding
|
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
39
|
+
|
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
41
|
+
end
|
|
42
|
+
|
|
43
|
+
class ConfigFile
|
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
45
|
+
|
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
47
|
+
end
|
|
48
|
+
|
|
49
|
+
class Deployment
|
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
51
|
+
|
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
53
|
+
end
|
|
54
|
+
|
|
55
|
+
class DeploymentLabelEntry
|
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
57
|
+
|
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
59
|
+
end
|
|
60
|
+
|
|
61
|
+
class DeploymentUpdate
|
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
63
|
+
|
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
65
|
+
end
|
|
66
|
+
|
|
67
|
+
class DeploymentUpdateLabelEntry
|
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
69
|
+
|
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
71
|
+
end
|
|
72
|
+
|
|
73
|
+
class DeploymentsCancelPreviewRequest
|
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
75
|
+
|
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
77
|
+
end
|
|
78
|
+
|
|
79
|
+
class ListDeploymentsResponse
|
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
81
|
+
|
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
83
|
+
end
|
|
84
|
+
|
|
85
|
+
class DeploymentsStopRequest
|
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
87
|
+
|
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
89
|
+
end
|
|
90
|
+
|
|
91
|
+
class Expr
|
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
93
|
+
|
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
95
|
+
end
|
|
96
|
+
|
|
97
|
+
class GlobalSetPolicyRequest
|
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
99
|
+
|
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
101
|
+
end
|
|
102
|
+
|
|
103
|
+
class ImportFile
|
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
105
|
+
|
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
107
|
+
end
|
|
108
|
+
|
|
109
|
+
class Manifest
|
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
111
|
+
|
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
113
|
+
end
|
|
114
|
+
|
|
115
|
+
class ListManifestsResponse
|
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
117
|
+
|
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
119
|
+
end
|
|
120
|
+
|
|
121
|
+
class Operation
|
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
123
|
+
|
|
124
|
+
class Error
|
|
125
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
126
|
+
|
|
127
|
+
class Error
|
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
129
|
+
|
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
131
|
+
end
|
|
132
|
+
|
|
133
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
134
|
+
end
|
|
135
|
+
|
|
136
|
+
class Warning
|
|
137
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
138
|
+
|
|
139
|
+
class Datum
|
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
141
|
+
|
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
143
|
+
end
|
|
144
|
+
|
|
145
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
146
|
+
end
|
|
147
|
+
|
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
149
|
+
end
|
|
150
|
+
|
|
151
|
+
class ListOperationsResponse
|
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
153
|
+
|
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
155
|
+
end
|
|
156
|
+
|
|
157
|
+
class Policy
|
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
159
|
+
|
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
161
|
+
end
|
|
162
|
+
|
|
163
|
+
class Resource
|
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
165
|
+
|
|
166
|
+
class Warning
|
|
167
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
168
|
+
|
|
169
|
+
class Datum
|
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
171
|
+
|
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
173
|
+
end
|
|
174
|
+
|
|
175
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
176
|
+
end
|
|
177
|
+
|
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
179
|
+
end
|
|
180
|
+
|
|
181
|
+
class ResourceAccessControl
|
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
183
|
+
|
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
185
|
+
end
|
|
186
|
+
|
|
187
|
+
class ResourceUpdate
|
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
189
|
+
|
|
190
|
+
class Error
|
|
191
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
192
|
+
|
|
193
|
+
class Error
|
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
195
|
+
|
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
197
|
+
end
|
|
198
|
+
|
|
199
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
200
|
+
end
|
|
201
|
+
|
|
202
|
+
class Warning
|
|
203
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
204
|
+
|
|
205
|
+
class Datum
|
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
207
|
+
|
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
209
|
+
end
|
|
210
|
+
|
|
211
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
212
|
+
end
|
|
213
|
+
|
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
215
|
+
end
|
|
216
|
+
|
|
217
|
+
class ListResourcesResponse
|
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
219
|
+
|
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
221
|
+
end
|
|
222
|
+
|
|
223
|
+
class TargetConfiguration
|
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
225
|
+
|
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
227
|
+
end
|
|
228
|
+
|
|
229
|
+
class TestPermissionsRequest
|
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
231
|
+
|
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
233
|
+
end
|
|
234
|
+
|
|
235
|
+
class TestPermissionsResponse
|
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
237
|
+
|
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
239
|
+
end
|
|
240
|
+
|
|
241
|
+
class Type
|
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
243
|
+
|
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
245
|
+
end
|
|
246
|
+
|
|
247
|
+
class ListTypesResponse
|
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
249
|
+
|
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
251
|
+
end
|
|
252
|
+
|
|
253
|
+
class AuditConfig
|
|
254
|
+
# @private
|
|
255
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
256
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::DeploymentmanagerV2::AuditLogConfig, decorator: Google::Apis::DeploymentmanagerV2::AuditLogConfig::Representation
|
|
257
|
+
|
|
258
|
+
property :service, as: 'service'
|
|
259
|
+
end
|
|
260
|
+
end
|
|
261
|
+
|
|
262
|
+
class AuditLogConfig
|
|
263
|
+
# @private
|
|
264
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
265
|
+
collection :exempted_members, as: 'exemptedMembers'
|
|
266
|
+
property :log_type, as: 'logType'
|
|
267
|
+
end
|
|
268
|
+
end
|
|
269
|
+
|
|
270
|
+
class Binding
|
|
271
|
+
# @private
|
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
273
|
+
property :condition, as: 'condition', class: Google::Apis::DeploymentmanagerV2::Expr, decorator: Google::Apis::DeploymentmanagerV2::Expr::Representation
|
|
274
|
+
|
|
275
|
+
collection :members, as: 'members'
|
|
276
|
+
property :role, as: 'role'
|
|
277
|
+
end
|
|
278
|
+
end
|
|
279
|
+
|
|
280
|
+
class ConfigFile
|
|
281
|
+
# @private
|
|
282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
283
|
+
property :content, as: 'content'
|
|
284
|
+
end
|
|
285
|
+
end
|
|
286
|
+
|
|
287
|
+
class Deployment
|
|
288
|
+
# @private
|
|
289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
290
|
+
property :description, as: 'description'
|
|
291
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
292
|
+
property :id, :numeric_string => true, as: 'id'
|
|
293
|
+
property :insert_time, as: 'insertTime'
|
|
294
|
+
collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerV2::DeploymentLabelEntry, decorator: Google::Apis::DeploymentmanagerV2::DeploymentLabelEntry::Representation
|
|
295
|
+
|
|
296
|
+
property :manifest, as: 'manifest'
|
|
297
|
+
property :name, as: 'name'
|
|
298
|
+
property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerV2::Operation, decorator: Google::Apis::DeploymentmanagerV2::Operation::Representation
|
|
299
|
+
|
|
300
|
+
property :self_link, as: 'selfLink'
|
|
301
|
+
property :target, as: 'target', class: Google::Apis::DeploymentmanagerV2::TargetConfiguration, decorator: Google::Apis::DeploymentmanagerV2::TargetConfiguration::Representation
|
|
302
|
+
|
|
303
|
+
property :update, as: 'update', class: Google::Apis::DeploymentmanagerV2::DeploymentUpdate, decorator: Google::Apis::DeploymentmanagerV2::DeploymentUpdate::Representation
|
|
304
|
+
|
|
305
|
+
property :update_time, as: 'updateTime'
|
|
306
|
+
end
|
|
307
|
+
end
|
|
308
|
+
|
|
309
|
+
class DeploymentLabelEntry
|
|
310
|
+
# @private
|
|
311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
312
|
+
property :key, as: 'key'
|
|
313
|
+
property :value, as: 'value'
|
|
314
|
+
end
|
|
315
|
+
end
|
|
316
|
+
|
|
317
|
+
class DeploymentUpdate
|
|
318
|
+
# @private
|
|
319
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
320
|
+
property :description, as: 'description'
|
|
321
|
+
collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerV2::DeploymentUpdateLabelEntry, decorator: Google::Apis::DeploymentmanagerV2::DeploymentUpdateLabelEntry::Representation
|
|
322
|
+
|
|
323
|
+
property :manifest, as: 'manifest'
|
|
324
|
+
end
|
|
325
|
+
end
|
|
326
|
+
|
|
327
|
+
class DeploymentUpdateLabelEntry
|
|
328
|
+
# @private
|
|
329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
330
|
+
property :key, as: 'key'
|
|
331
|
+
property :value, as: 'value'
|
|
332
|
+
end
|
|
333
|
+
end
|
|
334
|
+
|
|
335
|
+
class DeploymentsCancelPreviewRequest
|
|
336
|
+
# @private
|
|
337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
338
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
339
|
+
end
|
|
340
|
+
end
|
|
341
|
+
|
|
342
|
+
class ListDeploymentsResponse
|
|
343
|
+
# @private
|
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
345
|
+
collection :deployments, as: 'deployments', class: Google::Apis::DeploymentmanagerV2::Deployment, decorator: Google::Apis::DeploymentmanagerV2::Deployment::Representation
|
|
346
|
+
|
|
347
|
+
property :next_page_token, as: 'nextPageToken'
|
|
348
|
+
end
|
|
349
|
+
end
|
|
350
|
+
|
|
351
|
+
class DeploymentsStopRequest
|
|
352
|
+
# @private
|
|
353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
354
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
|
355
|
+
end
|
|
356
|
+
end
|
|
357
|
+
|
|
358
|
+
class Expr
|
|
359
|
+
# @private
|
|
360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
361
|
+
property :description, as: 'description'
|
|
362
|
+
property :expression, as: 'expression'
|
|
363
|
+
property :location, as: 'location'
|
|
364
|
+
property :title, as: 'title'
|
|
365
|
+
end
|
|
366
|
+
end
|
|
367
|
+
|
|
368
|
+
class GlobalSetPolicyRequest
|
|
369
|
+
# @private
|
|
370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
371
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DeploymentmanagerV2::Binding, decorator: Google::Apis::DeploymentmanagerV2::Binding::Representation
|
|
372
|
+
|
|
373
|
+
property :etag, :base64 => true, as: 'etag'
|
|
374
|
+
property :policy, as: 'policy', class: Google::Apis::DeploymentmanagerV2::Policy, decorator: Google::Apis::DeploymentmanagerV2::Policy::Representation
|
|
375
|
+
|
|
376
|
+
end
|
|
377
|
+
end
|
|
378
|
+
|
|
379
|
+
class ImportFile
|
|
380
|
+
# @private
|
|
381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
382
|
+
property :content, as: 'content'
|
|
383
|
+
property :name, as: 'name'
|
|
384
|
+
end
|
|
385
|
+
end
|
|
386
|
+
|
|
387
|
+
class Manifest
|
|
388
|
+
# @private
|
|
389
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
390
|
+
property :config, as: 'config', class: Google::Apis::DeploymentmanagerV2::ConfigFile, decorator: Google::Apis::DeploymentmanagerV2::ConfigFile::Representation
|
|
391
|
+
|
|
392
|
+
property :expanded_config, as: 'expandedConfig'
|
|
393
|
+
property :id, :numeric_string => true, as: 'id'
|
|
394
|
+
collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerV2::ImportFile, decorator: Google::Apis::DeploymentmanagerV2::ImportFile::Representation
|
|
395
|
+
|
|
396
|
+
property :insert_time, as: 'insertTime'
|
|
397
|
+
property :layout, as: 'layout'
|
|
398
|
+
property :name, as: 'name'
|
|
399
|
+
property :self_link, as: 'selfLink'
|
|
400
|
+
end
|
|
401
|
+
end
|
|
402
|
+
|
|
403
|
+
class ListManifestsResponse
|
|
404
|
+
# @private
|
|
405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
406
|
+
collection :manifests, as: 'manifests', class: Google::Apis::DeploymentmanagerV2::Manifest, decorator: Google::Apis::DeploymentmanagerV2::Manifest::Representation
|
|
407
|
+
|
|
408
|
+
property :next_page_token, as: 'nextPageToken'
|
|
409
|
+
end
|
|
410
|
+
end
|
|
411
|
+
|
|
412
|
+
class Operation
|
|
413
|
+
# @private
|
|
414
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
415
|
+
property :client_operation_id, as: 'clientOperationId'
|
|
416
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
417
|
+
property :description, as: 'description'
|
|
418
|
+
property :end_time, as: 'endTime'
|
|
419
|
+
property :error, as: 'error', class: Google::Apis::DeploymentmanagerV2::Operation::Error, decorator: Google::Apis::DeploymentmanagerV2::Operation::Error::Representation
|
|
420
|
+
|
|
421
|
+
property :http_error_message, as: 'httpErrorMessage'
|
|
422
|
+
property :http_error_status_code, as: 'httpErrorStatusCode'
|
|
423
|
+
property :id, :numeric_string => true, as: 'id'
|
|
424
|
+
property :insert_time, as: 'insertTime'
|
|
425
|
+
property :kind, as: 'kind'
|
|
426
|
+
property :name, as: 'name'
|
|
427
|
+
property :operation_type, as: 'operationType'
|
|
428
|
+
property :progress, as: 'progress'
|
|
429
|
+
property :region, as: 'region'
|
|
430
|
+
property :self_link, as: 'selfLink'
|
|
431
|
+
property :start_time, as: 'startTime'
|
|
432
|
+
property :status, as: 'status'
|
|
433
|
+
property :status_message, as: 'statusMessage'
|
|
434
|
+
property :target_id, :numeric_string => true, as: 'targetId'
|
|
435
|
+
property :target_link, as: 'targetLink'
|
|
436
|
+
property :user, as: 'user'
|
|
437
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2::Operation::Warning, decorator: Google::Apis::DeploymentmanagerV2::Operation::Warning::Representation
|
|
438
|
+
|
|
439
|
+
property :zone, as: 'zone'
|
|
440
|
+
end
|
|
441
|
+
|
|
442
|
+
class Error
|
|
443
|
+
# @private
|
|
444
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
445
|
+
collection :errors, as: 'errors', class: Google::Apis::DeploymentmanagerV2::Operation::Error::Error, decorator: Google::Apis::DeploymentmanagerV2::Operation::Error::Error::Representation
|
|
446
|
+
|
|
447
|
+
end
|
|
448
|
+
|
|
449
|
+
class Error
|
|
450
|
+
# @private
|
|
451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
452
|
+
property :code, as: 'code'
|
|
453
|
+
property :location, as: 'location'
|
|
454
|
+
property :message, as: 'message'
|
|
455
|
+
end
|
|
456
|
+
end
|
|
457
|
+
end
|
|
458
|
+
|
|
459
|
+
class Warning
|
|
460
|
+
# @private
|
|
461
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
462
|
+
property :code, as: 'code'
|
|
463
|
+
collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2::Operation::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2::Operation::Warning::Datum::Representation
|
|
464
|
+
|
|
465
|
+
property :message, as: 'message'
|
|
466
|
+
end
|
|
467
|
+
|
|
468
|
+
class Datum
|
|
469
|
+
# @private
|
|
470
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
471
|
+
property :key, as: 'key'
|
|
472
|
+
property :value, as: 'value'
|
|
473
|
+
end
|
|
474
|
+
end
|
|
475
|
+
end
|
|
476
|
+
end
|
|
477
|
+
|
|
478
|
+
class ListOperationsResponse
|
|
479
|
+
# @private
|
|
480
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
481
|
+
property :next_page_token, as: 'nextPageToken'
|
|
482
|
+
collection :operations, as: 'operations', class: Google::Apis::DeploymentmanagerV2::Operation, decorator: Google::Apis::DeploymentmanagerV2::Operation::Representation
|
|
483
|
+
|
|
484
|
+
end
|
|
485
|
+
end
|
|
486
|
+
|
|
487
|
+
class Policy
|
|
488
|
+
# @private
|
|
489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
490
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::DeploymentmanagerV2::AuditConfig, decorator: Google::Apis::DeploymentmanagerV2::AuditConfig::Representation
|
|
491
|
+
|
|
492
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DeploymentmanagerV2::Binding, decorator: Google::Apis::DeploymentmanagerV2::Binding::Representation
|
|
493
|
+
|
|
494
|
+
property :etag, :base64 => true, as: 'etag'
|
|
495
|
+
property :version, as: 'version'
|
|
496
|
+
end
|
|
497
|
+
end
|
|
498
|
+
|
|
499
|
+
class Resource
|
|
500
|
+
# @private
|
|
501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
502
|
+
property :access_control, as: 'accessControl', class: Google::Apis::DeploymentmanagerV2::ResourceAccessControl, decorator: Google::Apis::DeploymentmanagerV2::ResourceAccessControl::Representation
|
|
503
|
+
|
|
504
|
+
property :final_properties, as: 'finalProperties'
|
|
505
|
+
property :id, :numeric_string => true, as: 'id'
|
|
506
|
+
property :insert_time, as: 'insertTime'
|
|
507
|
+
property :manifest, as: 'manifest'
|
|
508
|
+
property :name, as: 'name'
|
|
509
|
+
property :properties, as: 'properties'
|
|
510
|
+
property :type, as: 'type'
|
|
511
|
+
property :update, as: 'update', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Representation
|
|
512
|
+
|
|
513
|
+
property :update_time, as: 'updateTime'
|
|
514
|
+
property :url, as: 'url'
|
|
515
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2::Resource::Warning, decorator: Google::Apis::DeploymentmanagerV2::Resource::Warning::Representation
|
|
516
|
+
|
|
517
|
+
end
|
|
518
|
+
|
|
519
|
+
class Warning
|
|
520
|
+
# @private
|
|
521
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
522
|
+
property :code, as: 'code'
|
|
523
|
+
collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2::Resource::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2::Resource::Warning::Datum::Representation
|
|
524
|
+
|
|
525
|
+
property :message, as: 'message'
|
|
526
|
+
end
|
|
527
|
+
|
|
528
|
+
class Datum
|
|
529
|
+
# @private
|
|
530
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
531
|
+
property :key, as: 'key'
|
|
532
|
+
property :value, as: 'value'
|
|
533
|
+
end
|
|
534
|
+
end
|
|
535
|
+
end
|
|
536
|
+
end
|
|
537
|
+
|
|
538
|
+
class ResourceAccessControl
|
|
539
|
+
# @private
|
|
540
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
541
|
+
property :gcp_iam_policy, as: 'gcpIamPolicy'
|
|
542
|
+
end
|
|
543
|
+
end
|
|
544
|
+
|
|
545
|
+
class ResourceUpdate
|
|
546
|
+
# @private
|
|
547
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
548
|
+
property :access_control, as: 'accessControl', class: Google::Apis::DeploymentmanagerV2::ResourceAccessControl, decorator: Google::Apis::DeploymentmanagerV2::ResourceAccessControl::Representation
|
|
549
|
+
|
|
550
|
+
property :error, as: 'error', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error::Representation
|
|
551
|
+
|
|
552
|
+
property :final_properties, as: 'finalProperties'
|
|
553
|
+
property :intent, as: 'intent'
|
|
554
|
+
property :manifest, as: 'manifest'
|
|
555
|
+
property :properties, as: 'properties'
|
|
556
|
+
property :state, as: 'state'
|
|
557
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Warning, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Warning::Representation
|
|
558
|
+
|
|
559
|
+
end
|
|
560
|
+
|
|
561
|
+
class Error
|
|
562
|
+
# @private
|
|
563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
564
|
+
collection :errors, as: 'errors', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error::Error, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Error::Error::Representation
|
|
565
|
+
|
|
566
|
+
end
|
|
567
|
+
|
|
568
|
+
class Error
|
|
569
|
+
# @private
|
|
570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
571
|
+
property :code, as: 'code'
|
|
572
|
+
property :location, as: 'location'
|
|
573
|
+
property :message, as: 'message'
|
|
574
|
+
end
|
|
575
|
+
end
|
|
576
|
+
end
|
|
577
|
+
|
|
578
|
+
class Warning
|
|
579
|
+
# @private
|
|
580
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
581
|
+
property :code, as: 'code'
|
|
582
|
+
collection :data, as: 'data', class: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Warning::Datum, decorator: Google::Apis::DeploymentmanagerV2::ResourceUpdate::Warning::Datum::Representation
|
|
583
|
+
|
|
584
|
+
property :message, as: 'message'
|
|
585
|
+
end
|
|
586
|
+
|
|
587
|
+
class Datum
|
|
588
|
+
# @private
|
|
589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
590
|
+
property :key, as: 'key'
|
|
591
|
+
property :value, as: 'value'
|
|
592
|
+
end
|
|
593
|
+
end
|
|
594
|
+
end
|
|
595
|
+
end
|
|
596
|
+
|
|
597
|
+
class ListResourcesResponse
|
|
598
|
+
# @private
|
|
599
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
600
|
+
property :next_page_token, as: 'nextPageToken'
|
|
601
|
+
collection :resources, as: 'resources', class: Google::Apis::DeploymentmanagerV2::Resource, decorator: Google::Apis::DeploymentmanagerV2::Resource::Representation
|
|
602
|
+
|
|
603
|
+
end
|
|
604
|
+
end
|
|
605
|
+
|
|
606
|
+
class TargetConfiguration
|
|
607
|
+
# @private
|
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
609
|
+
property :config, as: 'config', class: Google::Apis::DeploymentmanagerV2::ConfigFile, decorator: Google::Apis::DeploymentmanagerV2::ConfigFile::Representation
|
|
610
|
+
|
|
611
|
+
collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerV2::ImportFile, decorator: Google::Apis::DeploymentmanagerV2::ImportFile::Representation
|
|
612
|
+
|
|
613
|
+
end
|
|
614
|
+
end
|
|
615
|
+
|
|
616
|
+
class TestPermissionsRequest
|
|
617
|
+
# @private
|
|
618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
619
|
+
collection :permissions, as: 'permissions'
|
|
620
|
+
end
|
|
621
|
+
end
|
|
622
|
+
|
|
623
|
+
class TestPermissionsResponse
|
|
624
|
+
# @private
|
|
625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
626
|
+
collection :permissions, as: 'permissions'
|
|
627
|
+
end
|
|
628
|
+
end
|
|
629
|
+
|
|
630
|
+
class Type
|
|
631
|
+
# @private
|
|
632
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
633
|
+
property :id, :numeric_string => true, as: 'id'
|
|
634
|
+
property :insert_time, as: 'insertTime'
|
|
635
|
+
property :name, as: 'name'
|
|
636
|
+
property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerV2::Operation, decorator: Google::Apis::DeploymentmanagerV2::Operation::Representation
|
|
637
|
+
|
|
638
|
+
property :self_link, as: 'selfLink'
|
|
639
|
+
end
|
|
640
|
+
end
|
|
641
|
+
|
|
642
|
+
class ListTypesResponse
|
|
643
|
+
# @private
|
|
644
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
645
|
+
property :next_page_token, as: 'nextPageToken'
|
|
646
|
+
collection :types, as: 'types', class: Google::Apis::DeploymentmanagerV2::Type, decorator: Google::Apis::DeploymentmanagerV2::Type::Representation
|
|
647
|
+
|
|
648
|
+
end
|
|
649
|
+
end
|
|
650
|
+
end
|
|
651
|
+
end
|
|
652
|
+
end
|