google-apis-appengine_v1 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.
@@ -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 AppengineV1
18
+ # Version of the google-apis-appengine_v1 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 = "20201201"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1207 @@
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 AppengineV1
24
+
25
+ class ApiConfigHandler
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class ApiEndpointHandler
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class Application
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class AuthorizedCertificate
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AuthorizedDomain
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AutomaticScaling
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class BasicScaling
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class BatchUpdateIngressRulesRequest
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class BatchUpdateIngressRulesResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CertificateRawData
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class CloudBuildOptions
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class ContainerInfo
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class CpuUtilization
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class CreateVersionMetadataV1
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class CreateVersionMetadataV1Alpha
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CreateVersionMetadataV1Beta
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class DebugInstanceRequest
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class Deployment
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class DiskUtilization
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class DomainMapping
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class Empty
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class EndpointsApiService
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class Entrypoint
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class ErrorHandler
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class FeatureSettings
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class FileInfo
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class FirewallRule
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class HealthCheck
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class IdentityAwareProxy
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class Instance
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class Library
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class ListAuthorizedCertificatesResponse
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class ListAuthorizedDomainsResponse
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class ListDomainMappingsResponse
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class ListIngressRulesResponse
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class ListInstancesResponse
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class ListLocationsResponse
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class ListOperationsResponse
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class ListServicesResponse
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class ListVersionsResponse
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class LivenessCheck
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class Location
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class LocationMetadata
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class ManagedCertificate
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class ManualScaling
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class Network
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class NetworkSettings
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class NetworkUtilization
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class Operation
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class OperationMetadataV1
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class OperationMetadataV1Alpha
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class OperationMetadataV1Beta
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class ReadinessCheck
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class RepairApplicationRequest
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class RequestUtilization
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class ResourceRecord
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class Resources
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class ScriptHandler
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class Service
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class SslSettings
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class StandardSchedulerSettings
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class StaticFilesHandler
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class Status
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class TrafficSplit
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class UrlDispatchRule
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class UrlMap
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class Version
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class Volume
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class VpcAccessConnector
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class ZipInfo
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class ApiConfigHandler
446
+ # @private
447
+ class Representation < Google::Apis::Core::JsonRepresentation
448
+ property :auth_fail_action, as: 'authFailAction'
449
+ property :login, as: 'login'
450
+ property :script, as: 'script'
451
+ property :security_level, as: 'securityLevel'
452
+ property :url, as: 'url'
453
+ end
454
+ end
455
+
456
+ class ApiEndpointHandler
457
+ # @private
458
+ class Representation < Google::Apis::Core::JsonRepresentation
459
+ property :script_path, as: 'scriptPath'
460
+ end
461
+ end
462
+
463
+ class Application
464
+ # @private
465
+ class Representation < Google::Apis::Core::JsonRepresentation
466
+ property :auth_domain, as: 'authDomain'
467
+ property :code_bucket, as: 'codeBucket'
468
+ property :database_type, as: 'databaseType'
469
+ property :default_bucket, as: 'defaultBucket'
470
+ property :default_cookie_expiration, as: 'defaultCookieExpiration'
471
+ property :default_hostname, as: 'defaultHostname'
472
+ collection :dispatch_rules, as: 'dispatchRules', class: Google::Apis::AppengineV1::UrlDispatchRule, decorator: Google::Apis::AppengineV1::UrlDispatchRule::Representation
473
+
474
+ property :feature_settings, as: 'featureSettings', class: Google::Apis::AppengineV1::FeatureSettings, decorator: Google::Apis::AppengineV1::FeatureSettings::Representation
475
+
476
+ property :gcr_domain, as: 'gcrDomain'
477
+ property :iap, as: 'iap', class: Google::Apis::AppengineV1::IdentityAwareProxy, decorator: Google::Apis::AppengineV1::IdentityAwareProxy::Representation
478
+
479
+ property :id, as: 'id'
480
+ property :location_id, as: 'locationId'
481
+ property :name, as: 'name'
482
+ property :serving_status, as: 'servingStatus'
483
+ end
484
+ end
485
+
486
+ class AuthorizedCertificate
487
+ # @private
488
+ class Representation < Google::Apis::Core::JsonRepresentation
489
+ property :certificate_raw_data, as: 'certificateRawData', class: Google::Apis::AppengineV1::CertificateRawData, decorator: Google::Apis::AppengineV1::CertificateRawData::Representation
490
+
491
+ property :display_name, as: 'displayName'
492
+ property :domain_mappings_count, as: 'domainMappingsCount'
493
+ collection :domain_names, as: 'domainNames'
494
+ property :expire_time, as: 'expireTime'
495
+ property :id, as: 'id'
496
+ property :managed_certificate, as: 'managedCertificate', class: Google::Apis::AppengineV1::ManagedCertificate, decorator: Google::Apis::AppengineV1::ManagedCertificate::Representation
497
+
498
+ property :name, as: 'name'
499
+ collection :visible_domain_mappings, as: 'visibleDomainMappings'
500
+ end
501
+ end
502
+
503
+ class AuthorizedDomain
504
+ # @private
505
+ class Representation < Google::Apis::Core::JsonRepresentation
506
+ property :id, as: 'id'
507
+ property :name, as: 'name'
508
+ end
509
+ end
510
+
511
+ class AutomaticScaling
512
+ # @private
513
+ class Representation < Google::Apis::Core::JsonRepresentation
514
+ property :cool_down_period, as: 'coolDownPeriod'
515
+ property :cpu_utilization, as: 'cpuUtilization', class: Google::Apis::AppengineV1::CpuUtilization, decorator: Google::Apis::AppengineV1::CpuUtilization::Representation
516
+
517
+ property :disk_utilization, as: 'diskUtilization', class: Google::Apis::AppengineV1::DiskUtilization, decorator: Google::Apis::AppengineV1::DiskUtilization::Representation
518
+
519
+ property :max_concurrent_requests, as: 'maxConcurrentRequests'
520
+ property :max_idle_instances, as: 'maxIdleInstances'
521
+ property :max_pending_latency, as: 'maxPendingLatency'
522
+ property :max_total_instances, as: 'maxTotalInstances'
523
+ property :min_idle_instances, as: 'minIdleInstances'
524
+ property :min_pending_latency, as: 'minPendingLatency'
525
+ property :min_total_instances, as: 'minTotalInstances'
526
+ property :network_utilization, as: 'networkUtilization', class: Google::Apis::AppengineV1::NetworkUtilization, decorator: Google::Apis::AppengineV1::NetworkUtilization::Representation
527
+
528
+ property :request_utilization, as: 'requestUtilization', class: Google::Apis::AppengineV1::RequestUtilization, decorator: Google::Apis::AppengineV1::RequestUtilization::Representation
529
+
530
+ property :standard_scheduler_settings, as: 'standardSchedulerSettings', class: Google::Apis::AppengineV1::StandardSchedulerSettings, decorator: Google::Apis::AppengineV1::StandardSchedulerSettings::Representation
531
+
532
+ end
533
+ end
534
+
535
+ class BasicScaling
536
+ # @private
537
+ class Representation < Google::Apis::Core::JsonRepresentation
538
+ property :idle_timeout, as: 'idleTimeout'
539
+ property :max_instances, as: 'maxInstances'
540
+ end
541
+ end
542
+
543
+ class BatchUpdateIngressRulesRequest
544
+ # @private
545
+ class Representation < Google::Apis::Core::JsonRepresentation
546
+ collection :ingress_rules, as: 'ingressRules', class: Google::Apis::AppengineV1::FirewallRule, decorator: Google::Apis::AppengineV1::FirewallRule::Representation
547
+
548
+ end
549
+ end
550
+
551
+ class BatchUpdateIngressRulesResponse
552
+ # @private
553
+ class Representation < Google::Apis::Core::JsonRepresentation
554
+ collection :ingress_rules, as: 'ingressRules', class: Google::Apis::AppengineV1::FirewallRule, decorator: Google::Apis::AppengineV1::FirewallRule::Representation
555
+
556
+ end
557
+ end
558
+
559
+ class CertificateRawData
560
+ # @private
561
+ class Representation < Google::Apis::Core::JsonRepresentation
562
+ property :private_key, as: 'privateKey'
563
+ property :public_certificate, as: 'publicCertificate'
564
+ end
565
+ end
566
+
567
+ class CloudBuildOptions
568
+ # @private
569
+ class Representation < Google::Apis::Core::JsonRepresentation
570
+ property :app_yaml_path, as: 'appYamlPath'
571
+ property :cloud_build_timeout, as: 'cloudBuildTimeout'
572
+ end
573
+ end
574
+
575
+ class ContainerInfo
576
+ # @private
577
+ class Representation < Google::Apis::Core::JsonRepresentation
578
+ property :image, as: 'image'
579
+ end
580
+ end
581
+
582
+ class CpuUtilization
583
+ # @private
584
+ class Representation < Google::Apis::Core::JsonRepresentation
585
+ property :aggregation_window_length, as: 'aggregationWindowLength'
586
+ property :target_utilization, as: 'targetUtilization'
587
+ end
588
+ end
589
+
590
+ class CreateVersionMetadataV1
591
+ # @private
592
+ class Representation < Google::Apis::Core::JsonRepresentation
593
+ property :cloud_build_id, as: 'cloudBuildId'
594
+ end
595
+ end
596
+
597
+ class CreateVersionMetadataV1Alpha
598
+ # @private
599
+ class Representation < Google::Apis::Core::JsonRepresentation
600
+ property :cloud_build_id, as: 'cloudBuildId'
601
+ end
602
+ end
603
+
604
+ class CreateVersionMetadataV1Beta
605
+ # @private
606
+ class Representation < Google::Apis::Core::JsonRepresentation
607
+ property :cloud_build_id, as: 'cloudBuildId'
608
+ end
609
+ end
610
+
611
+ class DebugInstanceRequest
612
+ # @private
613
+ class Representation < Google::Apis::Core::JsonRepresentation
614
+ property :ssh_key, as: 'sshKey'
615
+ end
616
+ end
617
+
618
+ class Deployment
619
+ # @private
620
+ class Representation < Google::Apis::Core::JsonRepresentation
621
+ property :cloud_build_options, as: 'cloudBuildOptions', class: Google::Apis::AppengineV1::CloudBuildOptions, decorator: Google::Apis::AppengineV1::CloudBuildOptions::Representation
622
+
623
+ property :container, as: 'container', class: Google::Apis::AppengineV1::ContainerInfo, decorator: Google::Apis::AppengineV1::ContainerInfo::Representation
624
+
625
+ hash :files, as: 'files', class: Google::Apis::AppengineV1::FileInfo, decorator: Google::Apis::AppengineV1::FileInfo::Representation
626
+
627
+ property :zip, as: 'zip', class: Google::Apis::AppengineV1::ZipInfo, decorator: Google::Apis::AppengineV1::ZipInfo::Representation
628
+
629
+ end
630
+ end
631
+
632
+ class DiskUtilization
633
+ # @private
634
+ class Representation < Google::Apis::Core::JsonRepresentation
635
+ property :target_read_bytes_per_second, as: 'targetReadBytesPerSecond'
636
+ property :target_read_ops_per_second, as: 'targetReadOpsPerSecond'
637
+ property :target_write_bytes_per_second, as: 'targetWriteBytesPerSecond'
638
+ property :target_write_ops_per_second, as: 'targetWriteOpsPerSecond'
639
+ end
640
+ end
641
+
642
+ class DomainMapping
643
+ # @private
644
+ class Representation < Google::Apis::Core::JsonRepresentation
645
+ property :id, as: 'id'
646
+ property :name, as: 'name'
647
+ collection :resource_records, as: 'resourceRecords', class: Google::Apis::AppengineV1::ResourceRecord, decorator: Google::Apis::AppengineV1::ResourceRecord::Representation
648
+
649
+ property :ssl_settings, as: 'sslSettings', class: Google::Apis::AppengineV1::SslSettings, decorator: Google::Apis::AppengineV1::SslSettings::Representation
650
+
651
+ end
652
+ end
653
+
654
+ class Empty
655
+ # @private
656
+ class Representation < Google::Apis::Core::JsonRepresentation
657
+ end
658
+ end
659
+
660
+ class EndpointsApiService
661
+ # @private
662
+ class Representation < Google::Apis::Core::JsonRepresentation
663
+ property :config_id, as: 'configId'
664
+ property :disable_trace_sampling, as: 'disableTraceSampling'
665
+ property :name, as: 'name'
666
+ property :rollout_strategy, as: 'rolloutStrategy'
667
+ end
668
+ end
669
+
670
+ class Entrypoint
671
+ # @private
672
+ class Representation < Google::Apis::Core::JsonRepresentation
673
+ property :shell, as: 'shell'
674
+ end
675
+ end
676
+
677
+ class ErrorHandler
678
+ # @private
679
+ class Representation < Google::Apis::Core::JsonRepresentation
680
+ property :error_code, as: 'errorCode'
681
+ property :mime_type, as: 'mimeType'
682
+ property :static_file, as: 'staticFile'
683
+ end
684
+ end
685
+
686
+ class FeatureSettings
687
+ # @private
688
+ class Representation < Google::Apis::Core::JsonRepresentation
689
+ property :split_health_checks, as: 'splitHealthChecks'
690
+ property :use_container_optimized_os, as: 'useContainerOptimizedOs'
691
+ end
692
+ end
693
+
694
+ class FileInfo
695
+ # @private
696
+ class Representation < Google::Apis::Core::JsonRepresentation
697
+ property :mime_type, as: 'mimeType'
698
+ property :sha1_sum, as: 'sha1Sum'
699
+ property :source_url, as: 'sourceUrl'
700
+ end
701
+ end
702
+
703
+ class FirewallRule
704
+ # @private
705
+ class Representation < Google::Apis::Core::JsonRepresentation
706
+ property :action, as: 'action'
707
+ property :description, as: 'description'
708
+ property :priority, as: 'priority'
709
+ property :source_range, as: 'sourceRange'
710
+ end
711
+ end
712
+
713
+ class HealthCheck
714
+ # @private
715
+ class Representation < Google::Apis::Core::JsonRepresentation
716
+ property :check_interval, as: 'checkInterval'
717
+ property :disable_health_check, as: 'disableHealthCheck'
718
+ property :healthy_threshold, as: 'healthyThreshold'
719
+ property :host, as: 'host'
720
+ property :restart_threshold, as: 'restartThreshold'
721
+ property :timeout, as: 'timeout'
722
+ property :unhealthy_threshold, as: 'unhealthyThreshold'
723
+ end
724
+ end
725
+
726
+ class IdentityAwareProxy
727
+ # @private
728
+ class Representation < Google::Apis::Core::JsonRepresentation
729
+ property :enabled, as: 'enabled'
730
+ property :oauth2_client_id, as: 'oauth2ClientId'
731
+ property :oauth2_client_secret, as: 'oauth2ClientSecret'
732
+ property :oauth2_client_secret_sha256, as: 'oauth2ClientSecretSha256'
733
+ end
734
+ end
735
+
736
+ class Instance
737
+ # @private
738
+ class Representation < Google::Apis::Core::JsonRepresentation
739
+ property :app_engine_release, as: 'appEngineRelease'
740
+ property :availability, as: 'availability'
741
+ property :average_latency, as: 'averageLatency'
742
+ property :errors, as: 'errors'
743
+ property :id, as: 'id'
744
+ property :memory_usage, :numeric_string => true, as: 'memoryUsage'
745
+ property :name, as: 'name'
746
+ property :qps, as: 'qps'
747
+ property :requests, as: 'requests'
748
+ property :start_time, as: 'startTime'
749
+ property :vm_debug_enabled, as: 'vmDebugEnabled'
750
+ property :vm_id, as: 'vmId'
751
+ property :vm_ip, as: 'vmIp'
752
+ property :vm_liveness, as: 'vmLiveness'
753
+ property :vm_name, as: 'vmName'
754
+ property :vm_status, as: 'vmStatus'
755
+ property :vm_zone_name, as: 'vmZoneName'
756
+ end
757
+ end
758
+
759
+ class Library
760
+ # @private
761
+ class Representation < Google::Apis::Core::JsonRepresentation
762
+ property :name, as: 'name'
763
+ property :version, as: 'version'
764
+ end
765
+ end
766
+
767
+ class ListAuthorizedCertificatesResponse
768
+ # @private
769
+ class Representation < Google::Apis::Core::JsonRepresentation
770
+ collection :certificates, as: 'certificates', class: Google::Apis::AppengineV1::AuthorizedCertificate, decorator: Google::Apis::AppengineV1::AuthorizedCertificate::Representation
771
+
772
+ property :next_page_token, as: 'nextPageToken'
773
+ end
774
+ end
775
+
776
+ class ListAuthorizedDomainsResponse
777
+ # @private
778
+ class Representation < Google::Apis::Core::JsonRepresentation
779
+ collection :domains, as: 'domains', class: Google::Apis::AppengineV1::AuthorizedDomain, decorator: Google::Apis::AppengineV1::AuthorizedDomain::Representation
780
+
781
+ property :next_page_token, as: 'nextPageToken'
782
+ end
783
+ end
784
+
785
+ class ListDomainMappingsResponse
786
+ # @private
787
+ class Representation < Google::Apis::Core::JsonRepresentation
788
+ collection :domain_mappings, as: 'domainMappings', class: Google::Apis::AppengineV1::DomainMapping, decorator: Google::Apis::AppengineV1::DomainMapping::Representation
789
+
790
+ property :next_page_token, as: 'nextPageToken'
791
+ end
792
+ end
793
+
794
+ class ListIngressRulesResponse
795
+ # @private
796
+ class Representation < Google::Apis::Core::JsonRepresentation
797
+ collection :ingress_rules, as: 'ingressRules', class: Google::Apis::AppengineV1::FirewallRule, decorator: Google::Apis::AppengineV1::FirewallRule::Representation
798
+
799
+ property :next_page_token, as: 'nextPageToken'
800
+ end
801
+ end
802
+
803
+ class ListInstancesResponse
804
+ # @private
805
+ class Representation < Google::Apis::Core::JsonRepresentation
806
+ collection :instances, as: 'instances', class: Google::Apis::AppengineV1::Instance, decorator: Google::Apis::AppengineV1::Instance::Representation
807
+
808
+ property :next_page_token, as: 'nextPageToken'
809
+ end
810
+ end
811
+
812
+ class ListLocationsResponse
813
+ # @private
814
+ class Representation < Google::Apis::Core::JsonRepresentation
815
+ collection :locations, as: 'locations', class: Google::Apis::AppengineV1::Location, decorator: Google::Apis::AppengineV1::Location::Representation
816
+
817
+ property :next_page_token, as: 'nextPageToken'
818
+ end
819
+ end
820
+
821
+ class ListOperationsResponse
822
+ # @private
823
+ class Representation < Google::Apis::Core::JsonRepresentation
824
+ property :next_page_token, as: 'nextPageToken'
825
+ collection :operations, as: 'operations', class: Google::Apis::AppengineV1::Operation, decorator: Google::Apis::AppengineV1::Operation::Representation
826
+
827
+ end
828
+ end
829
+
830
+ class ListServicesResponse
831
+ # @private
832
+ class Representation < Google::Apis::Core::JsonRepresentation
833
+ property :next_page_token, as: 'nextPageToken'
834
+ collection :services, as: 'services', class: Google::Apis::AppengineV1::Service, decorator: Google::Apis::AppengineV1::Service::Representation
835
+
836
+ end
837
+ end
838
+
839
+ class ListVersionsResponse
840
+ # @private
841
+ class Representation < Google::Apis::Core::JsonRepresentation
842
+ property :next_page_token, as: 'nextPageToken'
843
+ collection :versions, as: 'versions', class: Google::Apis::AppengineV1::Version, decorator: Google::Apis::AppengineV1::Version::Representation
844
+
845
+ end
846
+ end
847
+
848
+ class LivenessCheck
849
+ # @private
850
+ class Representation < Google::Apis::Core::JsonRepresentation
851
+ property :check_interval, as: 'checkInterval'
852
+ property :failure_threshold, as: 'failureThreshold'
853
+ property :host, as: 'host'
854
+ property :initial_delay, as: 'initialDelay'
855
+ property :path, as: 'path'
856
+ property :success_threshold, as: 'successThreshold'
857
+ property :timeout, as: 'timeout'
858
+ end
859
+ end
860
+
861
+ class Location
862
+ # @private
863
+ class Representation < Google::Apis::Core::JsonRepresentation
864
+ property :display_name, as: 'displayName'
865
+ hash :labels, as: 'labels'
866
+ property :location_id, as: 'locationId'
867
+ hash :metadata, as: 'metadata'
868
+ property :name, as: 'name'
869
+ end
870
+ end
871
+
872
+ class LocationMetadata
873
+ # @private
874
+ class Representation < Google::Apis::Core::JsonRepresentation
875
+ property :flexible_environment_available, as: 'flexibleEnvironmentAvailable'
876
+ property :standard_environment_available, as: 'standardEnvironmentAvailable'
877
+ end
878
+ end
879
+
880
+ class ManagedCertificate
881
+ # @private
882
+ class Representation < Google::Apis::Core::JsonRepresentation
883
+ property :last_renewal_time, as: 'lastRenewalTime'
884
+ property :status, as: 'status'
885
+ end
886
+ end
887
+
888
+ class ManualScaling
889
+ # @private
890
+ class Representation < Google::Apis::Core::JsonRepresentation
891
+ property :instances, as: 'instances'
892
+ end
893
+ end
894
+
895
+ class Network
896
+ # @private
897
+ class Representation < Google::Apis::Core::JsonRepresentation
898
+ collection :forwarded_ports, as: 'forwardedPorts'
899
+ property :instance_tag, as: 'instanceTag'
900
+ property :name, as: 'name'
901
+ property :session_affinity, as: 'sessionAffinity'
902
+ property :subnetwork_name, as: 'subnetworkName'
903
+ end
904
+ end
905
+
906
+ class NetworkSettings
907
+ # @private
908
+ class Representation < Google::Apis::Core::JsonRepresentation
909
+ property :ingress_traffic_allowed, as: 'ingressTrafficAllowed'
910
+ end
911
+ end
912
+
913
+ class NetworkUtilization
914
+ # @private
915
+ class Representation < Google::Apis::Core::JsonRepresentation
916
+ property :target_received_bytes_per_second, as: 'targetReceivedBytesPerSecond'
917
+ property :target_received_packets_per_second, as: 'targetReceivedPacketsPerSecond'
918
+ property :target_sent_bytes_per_second, as: 'targetSentBytesPerSecond'
919
+ property :target_sent_packets_per_second, as: 'targetSentPacketsPerSecond'
920
+ end
921
+ end
922
+
923
+ class Operation
924
+ # @private
925
+ class Representation < Google::Apis::Core::JsonRepresentation
926
+ property :done, as: 'done'
927
+ property :error, as: 'error', class: Google::Apis::AppengineV1::Status, decorator: Google::Apis::AppengineV1::Status::Representation
928
+
929
+ hash :metadata, as: 'metadata'
930
+ property :name, as: 'name'
931
+ hash :response, as: 'response'
932
+ end
933
+ end
934
+
935
+ class OperationMetadataV1
936
+ # @private
937
+ class Representation < Google::Apis::Core::JsonRepresentation
938
+ property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1::CreateVersionMetadataV1, decorator: Google::Apis::AppengineV1::CreateVersionMetadataV1::Representation
939
+
940
+ property :end_time, as: 'endTime'
941
+ property :ephemeral_message, as: 'ephemeralMessage'
942
+ property :insert_time, as: 'insertTime'
943
+ property :method_prop, as: 'method'
944
+ property :target, as: 'target'
945
+ property :user, as: 'user'
946
+ collection :warning, as: 'warning'
947
+ end
948
+ end
949
+
950
+ class OperationMetadataV1Alpha
951
+ # @private
952
+ class Representation < Google::Apis::Core::JsonRepresentation
953
+ property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1::CreateVersionMetadataV1Alpha, decorator: Google::Apis::AppengineV1::CreateVersionMetadataV1Alpha::Representation
954
+
955
+ property :end_time, as: 'endTime'
956
+ property :ephemeral_message, as: 'ephemeralMessage'
957
+ property :insert_time, as: 'insertTime'
958
+ property :method_prop, as: 'method'
959
+ property :target, as: 'target'
960
+ property :user, as: 'user'
961
+ collection :warning, as: 'warning'
962
+ end
963
+ end
964
+
965
+ class OperationMetadataV1Beta
966
+ # @private
967
+ class Representation < Google::Apis::Core::JsonRepresentation
968
+ property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1::CreateVersionMetadataV1Beta, decorator: Google::Apis::AppengineV1::CreateVersionMetadataV1Beta::Representation
969
+
970
+ property :end_time, as: 'endTime'
971
+ property :ephemeral_message, as: 'ephemeralMessage'
972
+ property :insert_time, as: 'insertTime'
973
+ property :method_prop, as: 'method'
974
+ property :target, as: 'target'
975
+ property :user, as: 'user'
976
+ collection :warning, as: 'warning'
977
+ end
978
+ end
979
+
980
+ class ReadinessCheck
981
+ # @private
982
+ class Representation < Google::Apis::Core::JsonRepresentation
983
+ property :app_start_timeout, as: 'appStartTimeout'
984
+ property :check_interval, as: 'checkInterval'
985
+ property :failure_threshold, as: 'failureThreshold'
986
+ property :host, as: 'host'
987
+ property :path, as: 'path'
988
+ property :success_threshold, as: 'successThreshold'
989
+ property :timeout, as: 'timeout'
990
+ end
991
+ end
992
+
993
+ class RepairApplicationRequest
994
+ # @private
995
+ class Representation < Google::Apis::Core::JsonRepresentation
996
+ end
997
+ end
998
+
999
+ class RequestUtilization
1000
+ # @private
1001
+ class Representation < Google::Apis::Core::JsonRepresentation
1002
+ property :target_concurrent_requests, as: 'targetConcurrentRequests'
1003
+ property :target_request_count_per_second, as: 'targetRequestCountPerSecond'
1004
+ end
1005
+ end
1006
+
1007
+ class ResourceRecord
1008
+ # @private
1009
+ class Representation < Google::Apis::Core::JsonRepresentation
1010
+ property :name, as: 'name'
1011
+ property :rrdata, as: 'rrdata'
1012
+ property :type, as: 'type'
1013
+ end
1014
+ end
1015
+
1016
+ class Resources
1017
+ # @private
1018
+ class Representation < Google::Apis::Core::JsonRepresentation
1019
+ property :cpu, as: 'cpu'
1020
+ property :disk_gb, as: 'diskGb'
1021
+ property :kms_key_reference, as: 'kmsKeyReference'
1022
+ property :memory_gb, as: 'memoryGb'
1023
+ collection :volumes, as: 'volumes', class: Google::Apis::AppengineV1::Volume, decorator: Google::Apis::AppengineV1::Volume::Representation
1024
+
1025
+ end
1026
+ end
1027
+
1028
+ class ScriptHandler
1029
+ # @private
1030
+ class Representation < Google::Apis::Core::JsonRepresentation
1031
+ property :script_path, as: 'scriptPath'
1032
+ end
1033
+ end
1034
+
1035
+ class Service
1036
+ # @private
1037
+ class Representation < Google::Apis::Core::JsonRepresentation
1038
+ property :id, as: 'id'
1039
+ property :name, as: 'name'
1040
+ property :network_settings, as: 'networkSettings', class: Google::Apis::AppengineV1::NetworkSettings, decorator: Google::Apis::AppengineV1::NetworkSettings::Representation
1041
+
1042
+ property :split, as: 'split', class: Google::Apis::AppengineV1::TrafficSplit, decorator: Google::Apis::AppengineV1::TrafficSplit::Representation
1043
+
1044
+ end
1045
+ end
1046
+
1047
+ class SslSettings
1048
+ # @private
1049
+ class Representation < Google::Apis::Core::JsonRepresentation
1050
+ property :certificate_id, as: 'certificateId'
1051
+ property :pending_managed_certificate_id, as: 'pendingManagedCertificateId'
1052
+ property :ssl_management_type, as: 'sslManagementType'
1053
+ end
1054
+ end
1055
+
1056
+ class StandardSchedulerSettings
1057
+ # @private
1058
+ class Representation < Google::Apis::Core::JsonRepresentation
1059
+ property :max_instances, as: 'maxInstances'
1060
+ property :min_instances, as: 'minInstances'
1061
+ property :target_cpu_utilization, as: 'targetCpuUtilization'
1062
+ property :target_throughput_utilization, as: 'targetThroughputUtilization'
1063
+ end
1064
+ end
1065
+
1066
+ class StaticFilesHandler
1067
+ # @private
1068
+ class Representation < Google::Apis::Core::JsonRepresentation
1069
+ property :application_readable, as: 'applicationReadable'
1070
+ property :expiration, as: 'expiration'
1071
+ hash :http_headers, as: 'httpHeaders'
1072
+ property :mime_type, as: 'mimeType'
1073
+ property :path, as: 'path'
1074
+ property :require_matching_file, as: 'requireMatchingFile'
1075
+ property :upload_path_regex, as: 'uploadPathRegex'
1076
+ end
1077
+ end
1078
+
1079
+ class Status
1080
+ # @private
1081
+ class Representation < Google::Apis::Core::JsonRepresentation
1082
+ property :code, as: 'code'
1083
+ collection :details, as: 'details'
1084
+ property :message, as: 'message'
1085
+ end
1086
+ end
1087
+
1088
+ class TrafficSplit
1089
+ # @private
1090
+ class Representation < Google::Apis::Core::JsonRepresentation
1091
+ hash :allocations, as: 'allocations'
1092
+ property :shard_by, as: 'shardBy'
1093
+ end
1094
+ end
1095
+
1096
+ class UrlDispatchRule
1097
+ # @private
1098
+ class Representation < Google::Apis::Core::JsonRepresentation
1099
+ property :domain, as: 'domain'
1100
+ property :path, as: 'path'
1101
+ property :service, as: 'service'
1102
+ end
1103
+ end
1104
+
1105
+ class UrlMap
1106
+ # @private
1107
+ class Representation < Google::Apis::Core::JsonRepresentation
1108
+ property :api_endpoint, as: 'apiEndpoint', class: Google::Apis::AppengineV1::ApiEndpointHandler, decorator: Google::Apis::AppengineV1::ApiEndpointHandler::Representation
1109
+
1110
+ property :auth_fail_action, as: 'authFailAction'
1111
+ property :login, as: 'login'
1112
+ property :redirect_http_response_code, as: 'redirectHttpResponseCode'
1113
+ property :script, as: 'script', class: Google::Apis::AppengineV1::ScriptHandler, decorator: Google::Apis::AppengineV1::ScriptHandler::Representation
1114
+
1115
+ property :security_level, as: 'securityLevel'
1116
+ property :static_files, as: 'staticFiles', class: Google::Apis::AppengineV1::StaticFilesHandler, decorator: Google::Apis::AppengineV1::StaticFilesHandler::Representation
1117
+
1118
+ property :url_regex, as: 'urlRegex'
1119
+ end
1120
+ end
1121
+
1122
+ class Version
1123
+ # @private
1124
+ class Representation < Google::Apis::Core::JsonRepresentation
1125
+ property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1::ApiConfigHandler, decorator: Google::Apis::AppengineV1::ApiConfigHandler::Representation
1126
+
1127
+ property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1::AutomaticScaling, decorator: Google::Apis::AppengineV1::AutomaticScaling::Representation
1128
+
1129
+ property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1::BasicScaling, decorator: Google::Apis::AppengineV1::BasicScaling::Representation
1130
+
1131
+ hash :beta_settings, as: 'betaSettings'
1132
+ hash :build_env_variables, as: 'buildEnvVariables'
1133
+ property :create_time, as: 'createTime'
1134
+ property :created_by, as: 'createdBy'
1135
+ property :default_expiration, as: 'defaultExpiration'
1136
+ property :deployment, as: 'deployment', class: Google::Apis::AppengineV1::Deployment, decorator: Google::Apis::AppengineV1::Deployment::Representation
1137
+
1138
+ property :disk_usage_bytes, :numeric_string => true, as: 'diskUsageBytes'
1139
+ property :endpoints_api_service, as: 'endpointsApiService', class: Google::Apis::AppengineV1::EndpointsApiService, decorator: Google::Apis::AppengineV1::EndpointsApiService::Representation
1140
+
1141
+ property :entrypoint, as: 'entrypoint', class: Google::Apis::AppengineV1::Entrypoint, decorator: Google::Apis::AppengineV1::Entrypoint::Representation
1142
+
1143
+ property :env, as: 'env'
1144
+ hash :env_variables, as: 'envVariables'
1145
+ collection :error_handlers, as: 'errorHandlers', class: Google::Apis::AppengineV1::ErrorHandler, decorator: Google::Apis::AppengineV1::ErrorHandler::Representation
1146
+
1147
+ collection :handlers, as: 'handlers', class: Google::Apis::AppengineV1::UrlMap, decorator: Google::Apis::AppengineV1::UrlMap::Representation
1148
+
1149
+ property :health_check, as: 'healthCheck', class: Google::Apis::AppengineV1::HealthCheck, decorator: Google::Apis::AppengineV1::HealthCheck::Representation
1150
+
1151
+ property :id, as: 'id'
1152
+ collection :inbound_services, as: 'inboundServices'
1153
+ property :instance_class, as: 'instanceClass'
1154
+ collection :libraries, as: 'libraries', class: Google::Apis::AppengineV1::Library, decorator: Google::Apis::AppengineV1::Library::Representation
1155
+
1156
+ property :liveness_check, as: 'livenessCheck', class: Google::Apis::AppengineV1::LivenessCheck, decorator: Google::Apis::AppengineV1::LivenessCheck::Representation
1157
+
1158
+ property :manual_scaling, as: 'manualScaling', class: Google::Apis::AppengineV1::ManualScaling, decorator: Google::Apis::AppengineV1::ManualScaling::Representation
1159
+
1160
+ property :name, as: 'name'
1161
+ property :network, as: 'network', class: Google::Apis::AppengineV1::Network, decorator: Google::Apis::AppengineV1::Network::Representation
1162
+
1163
+ property :nobuild_files_regex, as: 'nobuildFilesRegex'
1164
+ property :readiness_check, as: 'readinessCheck', class: Google::Apis::AppengineV1::ReadinessCheck, decorator: Google::Apis::AppengineV1::ReadinessCheck::Representation
1165
+
1166
+ property :resources, as: 'resources', class: Google::Apis::AppengineV1::Resources, decorator: Google::Apis::AppengineV1::Resources::Representation
1167
+
1168
+ property :runtime, as: 'runtime'
1169
+ property :runtime_api_version, as: 'runtimeApiVersion'
1170
+ property :runtime_channel, as: 'runtimeChannel'
1171
+ property :runtime_main_executable_path, as: 'runtimeMainExecutablePath'
1172
+ property :serving_status, as: 'servingStatus'
1173
+ property :threadsafe, as: 'threadsafe'
1174
+ property :version_url, as: 'versionUrl'
1175
+ property :vm, as: 'vm'
1176
+ property :vpc_access_connector, as: 'vpcAccessConnector', class: Google::Apis::AppengineV1::VpcAccessConnector, decorator: Google::Apis::AppengineV1::VpcAccessConnector::Representation
1177
+
1178
+ collection :zones, as: 'zones'
1179
+ end
1180
+ end
1181
+
1182
+ class Volume
1183
+ # @private
1184
+ class Representation < Google::Apis::Core::JsonRepresentation
1185
+ property :name, as: 'name'
1186
+ property :size_gb, as: 'sizeGb'
1187
+ property :volume_type, as: 'volumeType'
1188
+ end
1189
+ end
1190
+
1191
+ class VpcAccessConnector
1192
+ # @private
1193
+ class Representation < Google::Apis::Core::JsonRepresentation
1194
+ property :name, as: 'name'
1195
+ end
1196
+ end
1197
+
1198
+ class ZipInfo
1199
+ # @private
1200
+ class Representation < Google::Apis::Core::JsonRepresentation
1201
+ property :files_count, as: 'filesCount'
1202
+ property :source_url, as: 'sourceUrl'
1203
+ end
1204
+ end
1205
+ end
1206
+ end
1207
+ end