google-apis-deploymentmanager_alpha 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- 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_alpha.rb +15 -0
- data/lib/google/apis/deploymentmanager_alpha.rb +47 -0
- data/lib/google/apis/deploymentmanager_alpha/classes.rb +2602 -0
- data/lib/google/apis/deploymentmanager_alpha/gem_version.rb +28 -0
- data/lib/google/apis/deploymentmanager_alpha/representations.rb +1068 -0
- data/lib/google/apis/deploymentmanager_alpha/service.rb +1524 -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 DeploymentmanagerAlpha
|
18
|
+
# Version of the google-apis-deploymentmanager_alpha 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,1068 @@
|
|
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 DeploymentmanagerAlpha
|
24
|
+
|
25
|
+
class AsyncOptions
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AuditConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AuditLogConfig
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class BaseType
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class BasicAuth
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class Binding
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class CollectionOverride
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class CompositeType
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class CompositeTypeLabelEntry
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class CompositeTypesListResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class ConfigFile
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class Credential
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class Deployment
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class DeploymentLabelEntry
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class DeploymentOutputEntry
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class DeploymentUpdate
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class DeploymentUpdateLabelEntry
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class DeploymentsCancelPreviewRequest
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class DeploymentsListResponse
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class DeploymentsStopRequest
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class Diagnostic
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class Expr
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class GlobalSetPolicyRequest
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class ImportFile
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class InputMapping
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class Manifest
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class ManifestsListResponse
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class MethodMap
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class Operation
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
class Error
|
197
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
198
|
+
|
199
|
+
class Error
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
include Google::Apis::Core::JsonObjectSupport
|
206
|
+
end
|
207
|
+
|
208
|
+
class Warning
|
209
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
210
|
+
|
211
|
+
class Datum
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
include Google::Apis::Core::JsonObjectSupport
|
218
|
+
end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class OperationsListResponse
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class Options
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class Policy
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class PollingOptions
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class Resource
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
class Warning
|
251
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
252
|
+
|
253
|
+
class Datum
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
include Google::Apis::Core::JsonObjectSupport
|
260
|
+
end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class ResourceAccessControl
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class ResourceUpdate
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
class Error
|
275
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
276
|
+
|
277
|
+
class Error
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
include Google::Apis::Core::JsonObjectSupport
|
284
|
+
end
|
285
|
+
|
286
|
+
class Warning
|
287
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
288
|
+
|
289
|
+
class Datum
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
include Google::Apis::Core::JsonObjectSupport
|
296
|
+
end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class ResourcesListResponse
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ServiceAccount
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class TargetConfiguration
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class TemplateContents
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class TestPermissionsRequest
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class TestPermissionsResponse
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class Type
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class TypeInfo
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class TypeInfoSchemaInfo
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class TypeLabelEntry
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class TypeProvider
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class TypeProviderLabelEntry
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class TypeProvidersListResponse
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class TypeProvidersListTypesResponse
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class TypesListResponse
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class ValidationOptions
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class AsyncOptions
|
398
|
+
# @private
|
399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
400
|
+
property :method_match, as: 'methodMatch'
|
401
|
+
property :polling_options, as: 'pollingOptions', class: Google::Apis::DeploymentmanagerAlpha::PollingOptions, decorator: Google::Apis::DeploymentmanagerAlpha::PollingOptions::Representation
|
402
|
+
|
403
|
+
end
|
404
|
+
end
|
405
|
+
|
406
|
+
class AuditConfig
|
407
|
+
# @private
|
408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
409
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::DeploymentmanagerAlpha::AuditLogConfig, decorator: Google::Apis::DeploymentmanagerAlpha::AuditLogConfig::Representation
|
410
|
+
|
411
|
+
property :service, as: 'service'
|
412
|
+
end
|
413
|
+
end
|
414
|
+
|
415
|
+
class AuditLogConfig
|
416
|
+
# @private
|
417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
418
|
+
collection :exempted_members, as: 'exemptedMembers'
|
419
|
+
property :log_type, as: 'logType'
|
420
|
+
end
|
421
|
+
end
|
422
|
+
|
423
|
+
class BaseType
|
424
|
+
# @private
|
425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
426
|
+
collection :collection_overrides, as: 'collectionOverrides', class: Google::Apis::DeploymentmanagerAlpha::CollectionOverride, decorator: Google::Apis::DeploymentmanagerAlpha::CollectionOverride::Representation
|
427
|
+
|
428
|
+
property :credential, as: 'credential', class: Google::Apis::DeploymentmanagerAlpha::Credential, decorator: Google::Apis::DeploymentmanagerAlpha::Credential::Representation
|
429
|
+
|
430
|
+
property :descriptor_url, as: 'descriptorUrl'
|
431
|
+
property :options, as: 'options', class: Google::Apis::DeploymentmanagerAlpha::Options, decorator: Google::Apis::DeploymentmanagerAlpha::Options::Representation
|
432
|
+
|
433
|
+
end
|
434
|
+
end
|
435
|
+
|
436
|
+
class BasicAuth
|
437
|
+
# @private
|
438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
439
|
+
property :password, as: 'password'
|
440
|
+
property :user, as: 'user'
|
441
|
+
end
|
442
|
+
end
|
443
|
+
|
444
|
+
class Binding
|
445
|
+
# @private
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
447
|
+
property :condition, as: 'condition', class: Google::Apis::DeploymentmanagerAlpha::Expr, decorator: Google::Apis::DeploymentmanagerAlpha::Expr::Representation
|
448
|
+
|
449
|
+
collection :members, as: 'members'
|
450
|
+
property :role, as: 'role'
|
451
|
+
end
|
452
|
+
end
|
453
|
+
|
454
|
+
class CollectionOverride
|
455
|
+
# @private
|
456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
457
|
+
property :collection, as: 'collection'
|
458
|
+
property :method_map, as: 'methodMap', class: Google::Apis::DeploymentmanagerAlpha::MethodMap, decorator: Google::Apis::DeploymentmanagerAlpha::MethodMap::Representation
|
459
|
+
|
460
|
+
property :options, as: 'options', class: Google::Apis::DeploymentmanagerAlpha::Options, decorator: Google::Apis::DeploymentmanagerAlpha::Options::Representation
|
461
|
+
|
462
|
+
end
|
463
|
+
end
|
464
|
+
|
465
|
+
class CompositeType
|
466
|
+
# @private
|
467
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
468
|
+
property :description, as: 'description'
|
469
|
+
property :id, :numeric_string => true, as: 'id'
|
470
|
+
property :insert_time, as: 'insertTime'
|
471
|
+
collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerAlpha::CompositeTypeLabelEntry, decorator: Google::Apis::DeploymentmanagerAlpha::CompositeTypeLabelEntry::Representation
|
472
|
+
|
473
|
+
property :name, as: 'name'
|
474
|
+
property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerAlpha::Operation, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
475
|
+
|
476
|
+
property :self_link, as: 'selfLink'
|
477
|
+
property :status, as: 'status'
|
478
|
+
property :template_contents, as: 'templateContents', class: Google::Apis::DeploymentmanagerAlpha::TemplateContents, decorator: Google::Apis::DeploymentmanagerAlpha::TemplateContents::Representation
|
479
|
+
|
480
|
+
end
|
481
|
+
end
|
482
|
+
|
483
|
+
class CompositeTypeLabelEntry
|
484
|
+
# @private
|
485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
486
|
+
property :key, as: 'key'
|
487
|
+
property :value, as: 'value'
|
488
|
+
end
|
489
|
+
end
|
490
|
+
|
491
|
+
class CompositeTypesListResponse
|
492
|
+
# @private
|
493
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
494
|
+
collection :composite_types, as: 'compositeTypes', class: Google::Apis::DeploymentmanagerAlpha::CompositeType, decorator: Google::Apis::DeploymentmanagerAlpha::CompositeType::Representation
|
495
|
+
|
496
|
+
property :next_page_token, as: 'nextPageToken'
|
497
|
+
end
|
498
|
+
end
|
499
|
+
|
500
|
+
class ConfigFile
|
501
|
+
# @private
|
502
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
503
|
+
property :content, as: 'content'
|
504
|
+
end
|
505
|
+
end
|
506
|
+
|
507
|
+
class Credential
|
508
|
+
# @private
|
509
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
510
|
+
property :basic_auth, as: 'basicAuth', class: Google::Apis::DeploymentmanagerAlpha::BasicAuth, decorator: Google::Apis::DeploymentmanagerAlpha::BasicAuth::Representation
|
511
|
+
|
512
|
+
property :service_account, as: 'serviceAccount', class: Google::Apis::DeploymentmanagerAlpha::ServiceAccount, decorator: Google::Apis::DeploymentmanagerAlpha::ServiceAccount::Representation
|
513
|
+
|
514
|
+
property :use_project_default, as: 'useProjectDefault'
|
515
|
+
end
|
516
|
+
end
|
517
|
+
|
518
|
+
class Deployment
|
519
|
+
# @private
|
520
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
521
|
+
property :credential, as: 'credential', class: Google::Apis::DeploymentmanagerAlpha::Credential, decorator: Google::Apis::DeploymentmanagerAlpha::Credential::Representation
|
522
|
+
|
523
|
+
property :description, as: 'description'
|
524
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
525
|
+
property :id, :numeric_string => true, as: 'id'
|
526
|
+
property :insert_time, as: 'insertTime'
|
527
|
+
collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerAlpha::DeploymentLabelEntry, decorator: Google::Apis::DeploymentmanagerAlpha::DeploymentLabelEntry::Representation
|
528
|
+
|
529
|
+
property :manifest, as: 'manifest'
|
530
|
+
property :name, as: 'name'
|
531
|
+
property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerAlpha::Operation, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
532
|
+
|
533
|
+
collection :outputs, as: 'outputs', class: Google::Apis::DeploymentmanagerAlpha::DeploymentOutputEntry, decorator: Google::Apis::DeploymentmanagerAlpha::DeploymentOutputEntry::Representation
|
534
|
+
|
535
|
+
property :self_link, as: 'selfLink'
|
536
|
+
property :target, as: 'target', class: Google::Apis::DeploymentmanagerAlpha::TargetConfiguration, decorator: Google::Apis::DeploymentmanagerAlpha::TargetConfiguration::Representation
|
537
|
+
|
538
|
+
property :update, as: 'update', class: Google::Apis::DeploymentmanagerAlpha::DeploymentUpdate, decorator: Google::Apis::DeploymentmanagerAlpha::DeploymentUpdate::Representation
|
539
|
+
|
540
|
+
property :update_time, as: 'updateTime'
|
541
|
+
end
|
542
|
+
end
|
543
|
+
|
544
|
+
class DeploymentLabelEntry
|
545
|
+
# @private
|
546
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
547
|
+
property :key, as: 'key'
|
548
|
+
property :value, as: 'value'
|
549
|
+
end
|
550
|
+
end
|
551
|
+
|
552
|
+
class DeploymentOutputEntry
|
553
|
+
# @private
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
555
|
+
property :key, as: 'key'
|
556
|
+
property :value, as: 'value'
|
557
|
+
end
|
558
|
+
end
|
559
|
+
|
560
|
+
class DeploymentUpdate
|
561
|
+
# @private
|
562
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
563
|
+
property :credential, as: 'credential', class: Google::Apis::DeploymentmanagerAlpha::Credential, decorator: Google::Apis::DeploymentmanagerAlpha::Credential::Representation
|
564
|
+
|
565
|
+
property :description, as: 'description'
|
566
|
+
collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerAlpha::DeploymentUpdateLabelEntry, decorator: Google::Apis::DeploymentmanagerAlpha::DeploymentUpdateLabelEntry::Representation
|
567
|
+
|
568
|
+
property :manifest, as: 'manifest'
|
569
|
+
end
|
570
|
+
end
|
571
|
+
|
572
|
+
class DeploymentUpdateLabelEntry
|
573
|
+
# @private
|
574
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
575
|
+
property :key, as: 'key'
|
576
|
+
property :value, as: 'value'
|
577
|
+
end
|
578
|
+
end
|
579
|
+
|
580
|
+
class DeploymentsCancelPreviewRequest
|
581
|
+
# @private
|
582
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
583
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
584
|
+
end
|
585
|
+
end
|
586
|
+
|
587
|
+
class DeploymentsListResponse
|
588
|
+
# @private
|
589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
590
|
+
collection :deployments, as: 'deployments', class: Google::Apis::DeploymentmanagerAlpha::Deployment, decorator: Google::Apis::DeploymentmanagerAlpha::Deployment::Representation
|
591
|
+
|
592
|
+
property :next_page_token, as: 'nextPageToken'
|
593
|
+
end
|
594
|
+
end
|
595
|
+
|
596
|
+
class DeploymentsStopRequest
|
597
|
+
# @private
|
598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
599
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
600
|
+
end
|
601
|
+
end
|
602
|
+
|
603
|
+
class Diagnostic
|
604
|
+
# @private
|
605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
606
|
+
property :field, as: 'field'
|
607
|
+
property :level, as: 'level'
|
608
|
+
end
|
609
|
+
end
|
610
|
+
|
611
|
+
class Expr
|
612
|
+
# @private
|
613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
614
|
+
property :description, as: 'description'
|
615
|
+
property :expression, as: 'expression'
|
616
|
+
property :location, as: 'location'
|
617
|
+
property :title, as: 'title'
|
618
|
+
end
|
619
|
+
end
|
620
|
+
|
621
|
+
class GlobalSetPolicyRequest
|
622
|
+
# @private
|
623
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
624
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DeploymentmanagerAlpha::Binding, decorator: Google::Apis::DeploymentmanagerAlpha::Binding::Representation
|
625
|
+
|
626
|
+
property :etag, :base64 => true, as: 'etag'
|
627
|
+
property :policy, as: 'policy', class: Google::Apis::DeploymentmanagerAlpha::Policy, decorator: Google::Apis::DeploymentmanagerAlpha::Policy::Representation
|
628
|
+
|
629
|
+
end
|
630
|
+
end
|
631
|
+
|
632
|
+
class ImportFile
|
633
|
+
# @private
|
634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
635
|
+
property :content, as: 'content'
|
636
|
+
property :name, as: 'name'
|
637
|
+
end
|
638
|
+
end
|
639
|
+
|
640
|
+
class InputMapping
|
641
|
+
# @private
|
642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
643
|
+
property :field_name, as: 'fieldName'
|
644
|
+
property :location, as: 'location'
|
645
|
+
property :method_match, as: 'methodMatch'
|
646
|
+
property :value, as: 'value'
|
647
|
+
end
|
648
|
+
end
|
649
|
+
|
650
|
+
class Manifest
|
651
|
+
# @private
|
652
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
653
|
+
property :config, as: 'config', class: Google::Apis::DeploymentmanagerAlpha::ConfigFile, decorator: Google::Apis::DeploymentmanagerAlpha::ConfigFile::Representation
|
654
|
+
|
655
|
+
property :expanded_config, as: 'expandedConfig'
|
656
|
+
property :id, :numeric_string => true, as: 'id'
|
657
|
+
collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerAlpha::ImportFile, decorator: Google::Apis::DeploymentmanagerAlpha::ImportFile::Representation
|
658
|
+
|
659
|
+
property :insert_time, as: 'insertTime'
|
660
|
+
property :layout, as: 'layout'
|
661
|
+
property :name, as: 'name'
|
662
|
+
property :self_link, as: 'selfLink'
|
663
|
+
end
|
664
|
+
end
|
665
|
+
|
666
|
+
class ManifestsListResponse
|
667
|
+
# @private
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
669
|
+
collection :manifests, as: 'manifests', class: Google::Apis::DeploymentmanagerAlpha::Manifest, decorator: Google::Apis::DeploymentmanagerAlpha::Manifest::Representation
|
670
|
+
|
671
|
+
property :next_page_token, as: 'nextPageToken'
|
672
|
+
end
|
673
|
+
end
|
674
|
+
|
675
|
+
class MethodMap
|
676
|
+
# @private
|
677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
678
|
+
property :create, as: 'create'
|
679
|
+
property :delete, as: 'delete'
|
680
|
+
property :get, as: 'get'
|
681
|
+
property :set_iam_policy, as: 'setIamPolicy'
|
682
|
+
property :update, as: 'update'
|
683
|
+
end
|
684
|
+
end
|
685
|
+
|
686
|
+
class Operation
|
687
|
+
# @private
|
688
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
689
|
+
property :client_operation_id, as: 'clientOperationId'
|
690
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
691
|
+
property :description, as: 'description'
|
692
|
+
property :end_time, as: 'endTime'
|
693
|
+
property :error, as: 'error', class: Google::Apis::DeploymentmanagerAlpha::Operation::Error, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Error::Representation
|
694
|
+
|
695
|
+
property :http_error_message, as: 'httpErrorMessage'
|
696
|
+
property :http_error_status_code, as: 'httpErrorStatusCode'
|
697
|
+
property :id, :numeric_string => true, as: 'id'
|
698
|
+
property :insert_time, as: 'insertTime'
|
699
|
+
property :kind, as: 'kind'
|
700
|
+
property :name, as: 'name'
|
701
|
+
property :operation_type, as: 'operationType'
|
702
|
+
property :progress, as: 'progress'
|
703
|
+
property :region, as: 'region'
|
704
|
+
property :self_link, as: 'selfLink'
|
705
|
+
property :start_time, as: 'startTime'
|
706
|
+
property :status, as: 'status'
|
707
|
+
property :status_message, as: 'statusMessage'
|
708
|
+
property :target_id, :numeric_string => true, as: 'targetId'
|
709
|
+
property :target_link, as: 'targetLink'
|
710
|
+
property :user, as: 'user'
|
711
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerAlpha::Operation::Warning, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Warning::Representation
|
712
|
+
|
713
|
+
property :zone, as: 'zone'
|
714
|
+
end
|
715
|
+
|
716
|
+
class Error
|
717
|
+
# @private
|
718
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
719
|
+
collection :errors, as: 'errors', class: Google::Apis::DeploymentmanagerAlpha::Operation::Error::Error, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Error::Error::Representation
|
720
|
+
|
721
|
+
end
|
722
|
+
|
723
|
+
class Error
|
724
|
+
# @private
|
725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
726
|
+
property :code, as: 'code'
|
727
|
+
property :location, as: 'location'
|
728
|
+
property :message, as: 'message'
|
729
|
+
end
|
730
|
+
end
|
731
|
+
end
|
732
|
+
|
733
|
+
class Warning
|
734
|
+
# @private
|
735
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
736
|
+
property :code, as: 'code'
|
737
|
+
collection :data, as: 'data', class: Google::Apis::DeploymentmanagerAlpha::Operation::Warning::Datum, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Warning::Datum::Representation
|
738
|
+
|
739
|
+
property :message, as: 'message'
|
740
|
+
end
|
741
|
+
|
742
|
+
class Datum
|
743
|
+
# @private
|
744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
745
|
+
property :key, as: 'key'
|
746
|
+
property :value, as: 'value'
|
747
|
+
end
|
748
|
+
end
|
749
|
+
end
|
750
|
+
end
|
751
|
+
|
752
|
+
class OperationsListResponse
|
753
|
+
# @private
|
754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
755
|
+
property :next_page_token, as: 'nextPageToken'
|
756
|
+
collection :operations, as: 'operations', class: Google::Apis::DeploymentmanagerAlpha::Operation, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
757
|
+
|
758
|
+
end
|
759
|
+
end
|
760
|
+
|
761
|
+
class Options
|
762
|
+
# @private
|
763
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
764
|
+
collection :async_options, as: 'asyncOptions', class: Google::Apis::DeploymentmanagerAlpha::AsyncOptions, decorator: Google::Apis::DeploymentmanagerAlpha::AsyncOptions::Representation
|
765
|
+
|
766
|
+
collection :input_mappings, as: 'inputMappings', class: Google::Apis::DeploymentmanagerAlpha::InputMapping, decorator: Google::Apis::DeploymentmanagerAlpha::InputMapping::Representation
|
767
|
+
|
768
|
+
property :name_property, as: 'nameProperty'
|
769
|
+
property :validation_options, as: 'validationOptions', class: Google::Apis::DeploymentmanagerAlpha::ValidationOptions, decorator: Google::Apis::DeploymentmanagerAlpha::ValidationOptions::Representation
|
770
|
+
|
771
|
+
end
|
772
|
+
end
|
773
|
+
|
774
|
+
class Policy
|
775
|
+
# @private
|
776
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
777
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::DeploymentmanagerAlpha::AuditConfig, decorator: Google::Apis::DeploymentmanagerAlpha::AuditConfig::Representation
|
778
|
+
|
779
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DeploymentmanagerAlpha::Binding, decorator: Google::Apis::DeploymentmanagerAlpha::Binding::Representation
|
780
|
+
|
781
|
+
property :etag, :base64 => true, as: 'etag'
|
782
|
+
property :version, as: 'version'
|
783
|
+
end
|
784
|
+
end
|
785
|
+
|
786
|
+
class PollingOptions
|
787
|
+
# @private
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
789
|
+
collection :diagnostics, as: 'diagnostics', class: Google::Apis::DeploymentmanagerAlpha::Diagnostic, decorator: Google::Apis::DeploymentmanagerAlpha::Diagnostic::Representation
|
790
|
+
|
791
|
+
property :fail_condition, as: 'failCondition'
|
792
|
+
property :finish_condition, as: 'finishCondition'
|
793
|
+
property :polling_link, as: 'pollingLink'
|
794
|
+
property :target_link, as: 'targetLink'
|
795
|
+
end
|
796
|
+
end
|
797
|
+
|
798
|
+
class Resource
|
799
|
+
# @private
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
801
|
+
property :access_control, as: 'accessControl', class: Google::Apis::DeploymentmanagerAlpha::ResourceAccessControl, decorator: Google::Apis::DeploymentmanagerAlpha::ResourceAccessControl::Representation
|
802
|
+
|
803
|
+
property :final_properties, as: 'finalProperties'
|
804
|
+
property :id, :numeric_string => true, as: 'id'
|
805
|
+
property :insert_time, as: 'insertTime'
|
806
|
+
property :last_used_credential, as: 'lastUsedCredential', class: Google::Apis::DeploymentmanagerAlpha::Credential, decorator: Google::Apis::DeploymentmanagerAlpha::Credential::Representation
|
807
|
+
|
808
|
+
property :manifest, as: 'manifest'
|
809
|
+
property :name, as: 'name'
|
810
|
+
property :properties, as: 'properties'
|
811
|
+
collection :runtime_policies, as: 'runtimePolicies'
|
812
|
+
property :type, as: 'type'
|
813
|
+
property :update, as: 'update', class: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate, decorator: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Representation
|
814
|
+
|
815
|
+
property :update_time, as: 'updateTime'
|
816
|
+
property :url, as: 'url'
|
817
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerAlpha::Resource::Warning, decorator: Google::Apis::DeploymentmanagerAlpha::Resource::Warning::Representation
|
818
|
+
|
819
|
+
end
|
820
|
+
|
821
|
+
class Warning
|
822
|
+
# @private
|
823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
824
|
+
property :code, as: 'code'
|
825
|
+
collection :data, as: 'data', class: Google::Apis::DeploymentmanagerAlpha::Resource::Warning::Datum, decorator: Google::Apis::DeploymentmanagerAlpha::Resource::Warning::Datum::Representation
|
826
|
+
|
827
|
+
property :message, as: 'message'
|
828
|
+
end
|
829
|
+
|
830
|
+
class Datum
|
831
|
+
# @private
|
832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
833
|
+
property :key, as: 'key'
|
834
|
+
property :value, as: 'value'
|
835
|
+
end
|
836
|
+
end
|
837
|
+
end
|
838
|
+
end
|
839
|
+
|
840
|
+
class ResourceAccessControl
|
841
|
+
# @private
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
843
|
+
property :gcp_iam_policy, as: 'gcpIamPolicy'
|
844
|
+
end
|
845
|
+
end
|
846
|
+
|
847
|
+
class ResourceUpdate
|
848
|
+
# @private
|
849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
850
|
+
property :access_control, as: 'accessControl', class: Google::Apis::DeploymentmanagerAlpha::ResourceAccessControl, decorator: Google::Apis::DeploymentmanagerAlpha::ResourceAccessControl::Representation
|
851
|
+
|
852
|
+
property :credential, as: 'credential', class: Google::Apis::DeploymentmanagerAlpha::Credential, decorator: Google::Apis::DeploymentmanagerAlpha::Credential::Representation
|
853
|
+
|
854
|
+
property :error, as: 'error', class: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Error, decorator: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Error::Representation
|
855
|
+
|
856
|
+
property :final_properties, as: 'finalProperties'
|
857
|
+
property :intent, as: 'intent'
|
858
|
+
property :manifest, as: 'manifest'
|
859
|
+
property :properties, as: 'properties'
|
860
|
+
collection :runtime_policies, as: 'runtimePolicies'
|
861
|
+
property :state, as: 'state'
|
862
|
+
collection :warnings, as: 'warnings', class: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Warning, decorator: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Warning::Representation
|
863
|
+
|
864
|
+
end
|
865
|
+
|
866
|
+
class Error
|
867
|
+
# @private
|
868
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
869
|
+
collection :errors, as: 'errors', class: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Error::Error, decorator: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Error::Error::Representation
|
870
|
+
|
871
|
+
end
|
872
|
+
|
873
|
+
class Error
|
874
|
+
# @private
|
875
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
876
|
+
property :code, as: 'code'
|
877
|
+
property :location, as: 'location'
|
878
|
+
property :message, as: 'message'
|
879
|
+
end
|
880
|
+
end
|
881
|
+
end
|
882
|
+
|
883
|
+
class Warning
|
884
|
+
# @private
|
885
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
886
|
+
property :code, as: 'code'
|
887
|
+
collection :data, as: 'data', class: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Warning::Datum, decorator: Google::Apis::DeploymentmanagerAlpha::ResourceUpdate::Warning::Datum::Representation
|
888
|
+
|
889
|
+
property :message, as: 'message'
|
890
|
+
end
|
891
|
+
|
892
|
+
class Datum
|
893
|
+
# @private
|
894
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
895
|
+
property :key, as: 'key'
|
896
|
+
property :value, as: 'value'
|
897
|
+
end
|
898
|
+
end
|
899
|
+
end
|
900
|
+
end
|
901
|
+
|
902
|
+
class ResourcesListResponse
|
903
|
+
# @private
|
904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
905
|
+
property :next_page_token, as: 'nextPageToken'
|
906
|
+
collection :resources, as: 'resources', class: Google::Apis::DeploymentmanagerAlpha::Resource, decorator: Google::Apis::DeploymentmanagerAlpha::Resource::Representation
|
907
|
+
|
908
|
+
end
|
909
|
+
end
|
910
|
+
|
911
|
+
class ServiceAccount
|
912
|
+
# @private
|
913
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
914
|
+
property :email, as: 'email'
|
915
|
+
end
|
916
|
+
end
|
917
|
+
|
918
|
+
class TargetConfiguration
|
919
|
+
# @private
|
920
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
921
|
+
property :config, as: 'config', class: Google::Apis::DeploymentmanagerAlpha::ConfigFile, decorator: Google::Apis::DeploymentmanagerAlpha::ConfigFile::Representation
|
922
|
+
|
923
|
+
collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerAlpha::ImportFile, decorator: Google::Apis::DeploymentmanagerAlpha::ImportFile::Representation
|
924
|
+
|
925
|
+
end
|
926
|
+
end
|
927
|
+
|
928
|
+
class TemplateContents
|
929
|
+
# @private
|
930
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
931
|
+
collection :imports, as: 'imports', class: Google::Apis::DeploymentmanagerAlpha::ImportFile, decorator: Google::Apis::DeploymentmanagerAlpha::ImportFile::Representation
|
932
|
+
|
933
|
+
property :interpreter, as: 'interpreter'
|
934
|
+
property :main_template, as: 'mainTemplate'
|
935
|
+
property :schema, as: 'schema'
|
936
|
+
property :template, as: 'template'
|
937
|
+
end
|
938
|
+
end
|
939
|
+
|
940
|
+
class TestPermissionsRequest
|
941
|
+
# @private
|
942
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
943
|
+
collection :permissions, as: 'permissions'
|
944
|
+
end
|
945
|
+
end
|
946
|
+
|
947
|
+
class TestPermissionsResponse
|
948
|
+
# @private
|
949
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
950
|
+
collection :permissions, as: 'permissions'
|
951
|
+
end
|
952
|
+
end
|
953
|
+
|
954
|
+
class Type
|
955
|
+
# @private
|
956
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
957
|
+
property :base, as: 'base', class: Google::Apis::DeploymentmanagerAlpha::BaseType, decorator: Google::Apis::DeploymentmanagerAlpha::BaseType::Representation
|
958
|
+
|
959
|
+
property :description, as: 'description'
|
960
|
+
property :id, :numeric_string => true, as: 'id'
|
961
|
+
property :insert_time, as: 'insertTime'
|
962
|
+
collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerAlpha::TypeLabelEntry, decorator: Google::Apis::DeploymentmanagerAlpha::TypeLabelEntry::Representation
|
963
|
+
|
964
|
+
property :name, as: 'name'
|
965
|
+
property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerAlpha::Operation, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
966
|
+
|
967
|
+
property :self_link, as: 'selfLink'
|
968
|
+
end
|
969
|
+
end
|
970
|
+
|
971
|
+
class TypeInfo
|
972
|
+
# @private
|
973
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
974
|
+
property :description, as: 'description'
|
975
|
+
property :documentation_link, as: 'documentationLink'
|
976
|
+
property :kind, as: 'kind'
|
977
|
+
property :name, as: 'name'
|
978
|
+
property :schema, as: 'schema', class: Google::Apis::DeploymentmanagerAlpha::TypeInfoSchemaInfo, decorator: Google::Apis::DeploymentmanagerAlpha::TypeInfoSchemaInfo::Representation
|
979
|
+
|
980
|
+
property :self_link, as: 'selfLink'
|
981
|
+
property :title, as: 'title'
|
982
|
+
end
|
983
|
+
end
|
984
|
+
|
985
|
+
class TypeInfoSchemaInfo
|
986
|
+
# @private
|
987
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
988
|
+
property :input, as: 'input'
|
989
|
+
property :output, as: 'output'
|
990
|
+
end
|
991
|
+
end
|
992
|
+
|
993
|
+
class TypeLabelEntry
|
994
|
+
# @private
|
995
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
996
|
+
property :key, as: 'key'
|
997
|
+
property :value, as: 'value'
|
998
|
+
end
|
999
|
+
end
|
1000
|
+
|
1001
|
+
class TypeProvider
|
1002
|
+
# @private
|
1003
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1004
|
+
collection :collection_overrides, as: 'collectionOverrides', class: Google::Apis::DeploymentmanagerAlpha::CollectionOverride, decorator: Google::Apis::DeploymentmanagerAlpha::CollectionOverride::Representation
|
1005
|
+
|
1006
|
+
property :credential, as: 'credential', class: Google::Apis::DeploymentmanagerAlpha::Credential, decorator: Google::Apis::DeploymentmanagerAlpha::Credential::Representation
|
1007
|
+
|
1008
|
+
collection :custom_certificate_authority_roots, as: 'customCertificateAuthorityRoots'
|
1009
|
+
property :description, as: 'description'
|
1010
|
+
property :descriptor_url, as: 'descriptorUrl'
|
1011
|
+
property :id, :numeric_string => true, as: 'id'
|
1012
|
+
property :insert_time, as: 'insertTime'
|
1013
|
+
collection :labels, as: 'labels', class: Google::Apis::DeploymentmanagerAlpha::TypeProviderLabelEntry, decorator: Google::Apis::DeploymentmanagerAlpha::TypeProviderLabelEntry::Representation
|
1014
|
+
|
1015
|
+
property :name, as: 'name'
|
1016
|
+
property :operation, as: 'operation', class: Google::Apis::DeploymentmanagerAlpha::Operation, decorator: Google::Apis::DeploymentmanagerAlpha::Operation::Representation
|
1017
|
+
|
1018
|
+
property :options, as: 'options', class: Google::Apis::DeploymentmanagerAlpha::Options, decorator: Google::Apis::DeploymentmanagerAlpha::Options::Representation
|
1019
|
+
|
1020
|
+
property :self_link, as: 'selfLink'
|
1021
|
+
end
|
1022
|
+
end
|
1023
|
+
|
1024
|
+
class TypeProviderLabelEntry
|
1025
|
+
# @private
|
1026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1027
|
+
property :key, as: 'key'
|
1028
|
+
property :value, as: 'value'
|
1029
|
+
end
|
1030
|
+
end
|
1031
|
+
|
1032
|
+
class TypeProvidersListResponse
|
1033
|
+
# @private
|
1034
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1035
|
+
property :next_page_token, as: 'nextPageToken'
|
1036
|
+
collection :type_providers, as: 'typeProviders', class: Google::Apis::DeploymentmanagerAlpha::TypeProvider, decorator: Google::Apis::DeploymentmanagerAlpha::TypeProvider::Representation
|
1037
|
+
|
1038
|
+
end
|
1039
|
+
end
|
1040
|
+
|
1041
|
+
class TypeProvidersListTypesResponse
|
1042
|
+
# @private
|
1043
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1044
|
+
property :next_page_token, as: 'nextPageToken'
|
1045
|
+
collection :types, as: 'types', class: Google::Apis::DeploymentmanagerAlpha::TypeInfo, decorator: Google::Apis::DeploymentmanagerAlpha::TypeInfo::Representation
|
1046
|
+
|
1047
|
+
end
|
1048
|
+
end
|
1049
|
+
|
1050
|
+
class TypesListResponse
|
1051
|
+
# @private
|
1052
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1053
|
+
property :next_page_token, as: 'nextPageToken'
|
1054
|
+
collection :types, as: 'types', class: Google::Apis::DeploymentmanagerAlpha::Type, decorator: Google::Apis::DeploymentmanagerAlpha::Type::Representation
|
1055
|
+
|
1056
|
+
end
|
1057
|
+
end
|
1058
|
+
|
1059
|
+
class ValidationOptions
|
1060
|
+
# @private
|
1061
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1062
|
+
property :schema_validation, as: 'schemaValidation'
|
1063
|
+
property :undeclared_properties, as: 'undeclaredProperties'
|
1064
|
+
end
|
1065
|
+
end
|
1066
|
+
end
|
1067
|
+
end
|
1068
|
+
end
|