google-apis-appengine_v1beta4 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 AppengineV1beta4
18
+ # Version of the google-apis-appengine_v1beta4 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 = "20181218"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,872 @@
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 AppengineV1beta4
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 AutomaticScaling
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class BasicScaling
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class ContainerInfo
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class CpuUtilization
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class CreateVersionMetadataV1
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CreateVersionMetadataV1Alpha
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CreateVersionMetadataV1Beta
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class DebugInstanceRequest
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class Deployment
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class DiskUtilization
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class EndpointsApiService
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class ErrorHandler
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class FileInfo
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class HealthCheck
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class IdentityAwareProxy
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class Instance
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class Library
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class ListInstancesResponse
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class ListLocationsResponse
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class ListModulesResponse
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class ListOperationsResponse
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class ListVersionsResponse
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class Location
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class LocationMetadata
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class ManualScaling
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class Module
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class Network
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class NetworkUtilization
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class Operation
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class OperationMetadata
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class OperationMetadataV1
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class OperationMetadataV1Alpha
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class OperationMetadataV1Beta
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class OperationMetadataV1Beta5
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class RequestUtilization
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class Resources
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class ScriptHandler
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class SourceReference
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class StaticDirectoryHandler
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class StaticFilesHandler
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class Status
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class TrafficSplit
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class UrlDispatchRule
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class UrlMap
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class Version
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class Volume
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class ApiConfigHandler
320
+ # @private
321
+ class Representation < Google::Apis::Core::JsonRepresentation
322
+ property :auth_fail_action, as: 'authFailAction'
323
+ property :login, as: 'login'
324
+ property :script, as: 'script'
325
+ property :security_level, as: 'securityLevel'
326
+ property :url, as: 'url'
327
+ end
328
+ end
329
+
330
+ class ApiEndpointHandler
331
+ # @private
332
+ class Representation < Google::Apis::Core::JsonRepresentation
333
+ property :script_path, as: 'scriptPath'
334
+ end
335
+ end
336
+
337
+ class Application
338
+ # @private
339
+ class Representation < Google::Apis::Core::JsonRepresentation
340
+ property :auth_domain, as: 'authDomain'
341
+ property :code_bucket, as: 'codeBucket'
342
+ property :default_bucket, as: 'defaultBucket'
343
+ property :default_cookie_expiration, as: 'defaultCookieExpiration'
344
+ property :default_hostname, as: 'defaultHostname'
345
+ collection :dispatch_rules, as: 'dispatchRules', class: Google::Apis::AppengineV1beta4::UrlDispatchRule, decorator: Google::Apis::AppengineV1beta4::UrlDispatchRule::Representation
346
+
347
+ property :iap, as: 'iap', class: Google::Apis::AppengineV1beta4::IdentityAwareProxy, decorator: Google::Apis::AppengineV1beta4::IdentityAwareProxy::Representation
348
+
349
+ property :id, as: 'id'
350
+ property :location, as: 'location'
351
+ property :name, as: 'name'
352
+ end
353
+ end
354
+
355
+ class AutomaticScaling
356
+ # @private
357
+ class Representation < Google::Apis::Core::JsonRepresentation
358
+ property :cool_down_period, as: 'coolDownPeriod'
359
+ property :cpu_utilization, as: 'cpuUtilization', class: Google::Apis::AppengineV1beta4::CpuUtilization, decorator: Google::Apis::AppengineV1beta4::CpuUtilization::Representation
360
+
361
+ property :disk_utilization, as: 'diskUtilization', class: Google::Apis::AppengineV1beta4::DiskUtilization, decorator: Google::Apis::AppengineV1beta4::DiskUtilization::Representation
362
+
363
+ property :max_concurrent_requests, as: 'maxConcurrentRequests'
364
+ property :max_idle_instances, as: 'maxIdleInstances'
365
+ property :max_pending_latency, as: 'maxPendingLatency'
366
+ property :max_total_instances, as: 'maxTotalInstances'
367
+ property :min_idle_instances, as: 'minIdleInstances'
368
+ property :min_pending_latency, as: 'minPendingLatency'
369
+ property :min_total_instances, as: 'minTotalInstances'
370
+ property :network_utilization, as: 'networkUtilization', class: Google::Apis::AppengineV1beta4::NetworkUtilization, decorator: Google::Apis::AppengineV1beta4::NetworkUtilization::Representation
371
+
372
+ property :request_utilization, as: 'requestUtilization', class: Google::Apis::AppengineV1beta4::RequestUtilization, decorator: Google::Apis::AppengineV1beta4::RequestUtilization::Representation
373
+
374
+ end
375
+ end
376
+
377
+ class BasicScaling
378
+ # @private
379
+ class Representation < Google::Apis::Core::JsonRepresentation
380
+ property :idle_timeout, as: 'idleTimeout'
381
+ property :max_instances, as: 'maxInstances'
382
+ end
383
+ end
384
+
385
+ class ContainerInfo
386
+ # @private
387
+ class Representation < Google::Apis::Core::JsonRepresentation
388
+ property :image, as: 'image'
389
+ end
390
+ end
391
+
392
+ class CpuUtilization
393
+ # @private
394
+ class Representation < Google::Apis::Core::JsonRepresentation
395
+ property :aggregation_window_length, as: 'aggregationWindowLength'
396
+ property :target_utilization, as: 'targetUtilization'
397
+ end
398
+ end
399
+
400
+ class CreateVersionMetadataV1
401
+ # @private
402
+ class Representation < Google::Apis::Core::JsonRepresentation
403
+ property :cloud_build_id, as: 'cloudBuildId'
404
+ end
405
+ end
406
+
407
+ class CreateVersionMetadataV1Alpha
408
+ # @private
409
+ class Representation < Google::Apis::Core::JsonRepresentation
410
+ property :cloud_build_id, as: 'cloudBuildId'
411
+ end
412
+ end
413
+
414
+ class CreateVersionMetadataV1Beta
415
+ # @private
416
+ class Representation < Google::Apis::Core::JsonRepresentation
417
+ property :cloud_build_id, as: 'cloudBuildId'
418
+ end
419
+ end
420
+
421
+ class DebugInstanceRequest
422
+ # @private
423
+ class Representation < Google::Apis::Core::JsonRepresentation
424
+ property :ssh_key, as: 'sshKey'
425
+ end
426
+ end
427
+
428
+ class Deployment
429
+ # @private
430
+ class Representation < Google::Apis::Core::JsonRepresentation
431
+ property :container, as: 'container', class: Google::Apis::AppengineV1beta4::ContainerInfo, decorator: Google::Apis::AppengineV1beta4::ContainerInfo::Representation
432
+
433
+ hash :files, as: 'files', class: Google::Apis::AppengineV1beta4::FileInfo, decorator: Google::Apis::AppengineV1beta4::FileInfo::Representation
434
+
435
+ collection :source_references, as: 'sourceReferences', class: Google::Apis::AppengineV1beta4::SourceReference, decorator: Google::Apis::AppengineV1beta4::SourceReference::Representation
436
+
437
+ end
438
+ end
439
+
440
+ class DiskUtilization
441
+ # @private
442
+ class Representation < Google::Apis::Core::JsonRepresentation
443
+ property :target_read_bytes_per_sec, as: 'targetReadBytesPerSec'
444
+ property :target_read_ops_per_sec, as: 'targetReadOpsPerSec'
445
+ property :target_write_bytes_per_sec, as: 'targetWriteBytesPerSec'
446
+ property :target_write_ops_per_sec, as: 'targetWriteOpsPerSec'
447
+ end
448
+ end
449
+
450
+ class EndpointsApiService
451
+ # @private
452
+ class Representation < Google::Apis::Core::JsonRepresentation
453
+ property :config_id, as: 'configId'
454
+ property :disable_trace_sampling, as: 'disableTraceSampling'
455
+ property :name, as: 'name'
456
+ property :rollout_strategy, as: 'rolloutStrategy'
457
+ end
458
+ end
459
+
460
+ class ErrorHandler
461
+ # @private
462
+ class Representation < Google::Apis::Core::JsonRepresentation
463
+ property :error_code, as: 'errorCode'
464
+ property :mime_type, as: 'mimeType'
465
+ property :static_file, as: 'staticFile'
466
+ end
467
+ end
468
+
469
+ class FileInfo
470
+ # @private
471
+ class Representation < Google::Apis::Core::JsonRepresentation
472
+ property :mime_type, as: 'mimeType'
473
+ property :sha1_sum, as: 'sha1Sum'
474
+ property :source_url, as: 'sourceUrl'
475
+ end
476
+ end
477
+
478
+ class HealthCheck
479
+ # @private
480
+ class Representation < Google::Apis::Core::JsonRepresentation
481
+ property :check_interval, as: 'checkInterval'
482
+ property :disable_health_check, as: 'disableHealthCheck'
483
+ property :healthy_threshold, as: 'healthyThreshold'
484
+ property :host, as: 'host'
485
+ property :restart_threshold, as: 'restartThreshold'
486
+ property :timeout, as: 'timeout'
487
+ property :unhealthy_threshold, as: 'unhealthyThreshold'
488
+ end
489
+ end
490
+
491
+ class IdentityAwareProxy
492
+ # @private
493
+ class Representation < Google::Apis::Core::JsonRepresentation
494
+ property :enabled, as: 'enabled'
495
+ property :oauth2_client_id, as: 'oauth2ClientId'
496
+ property :oauth2_client_secret, as: 'oauth2ClientSecret'
497
+ property :oauth2_client_secret_sha256, as: 'oauth2ClientSecretSha256'
498
+ end
499
+ end
500
+
501
+ class Instance
502
+ # @private
503
+ class Representation < Google::Apis::Core::JsonRepresentation
504
+ property :app_engine_release, as: 'appEngineRelease'
505
+ property :availability, as: 'availability'
506
+ property :average_latency, as: 'averageLatency'
507
+ property :errors, as: 'errors'
508
+ property :id, as: 'id'
509
+ property :memory_usage, :numeric_string => true, as: 'memoryUsage'
510
+ property :name, as: 'name'
511
+ property :qps, as: 'qps'
512
+ property :requests, as: 'requests'
513
+ property :start_timestamp, as: 'startTimestamp'
514
+ property :vm_id, as: 'vmId'
515
+ property :vm_ip, as: 'vmIp'
516
+ property :vm_name, as: 'vmName'
517
+ property :vm_status, as: 'vmStatus'
518
+ property :vm_unlocked, as: 'vmUnlocked'
519
+ property :vm_zone_name, as: 'vmZoneName'
520
+ end
521
+ end
522
+
523
+ class Library
524
+ # @private
525
+ class Representation < Google::Apis::Core::JsonRepresentation
526
+ property :name, as: 'name'
527
+ property :version, as: 'version'
528
+ end
529
+ end
530
+
531
+ class ListInstancesResponse
532
+ # @private
533
+ class Representation < Google::Apis::Core::JsonRepresentation
534
+ collection :instances, as: 'instances', class: Google::Apis::AppengineV1beta4::Instance, decorator: Google::Apis::AppengineV1beta4::Instance::Representation
535
+
536
+ property :next_page_token, as: 'nextPageToken'
537
+ end
538
+ end
539
+
540
+ class ListLocationsResponse
541
+ # @private
542
+ class Representation < Google::Apis::Core::JsonRepresentation
543
+ collection :locations, as: 'locations', class: Google::Apis::AppengineV1beta4::Location, decorator: Google::Apis::AppengineV1beta4::Location::Representation
544
+
545
+ property :next_page_token, as: 'nextPageToken'
546
+ end
547
+ end
548
+
549
+ class ListModulesResponse
550
+ # @private
551
+ class Representation < Google::Apis::Core::JsonRepresentation
552
+ collection :modules, as: 'modules', class: Google::Apis::AppengineV1beta4::Module, decorator: Google::Apis::AppengineV1beta4::Module::Representation
553
+
554
+ property :next_page_token, as: 'nextPageToken'
555
+ end
556
+ end
557
+
558
+ class ListOperationsResponse
559
+ # @private
560
+ class Representation < Google::Apis::Core::JsonRepresentation
561
+ property :next_page_token, as: 'nextPageToken'
562
+ collection :operations, as: 'operations', class: Google::Apis::AppengineV1beta4::Operation, decorator: Google::Apis::AppengineV1beta4::Operation::Representation
563
+
564
+ end
565
+ end
566
+
567
+ class ListVersionsResponse
568
+ # @private
569
+ class Representation < Google::Apis::Core::JsonRepresentation
570
+ property :next_page_token, as: 'nextPageToken'
571
+ collection :versions, as: 'versions', class: Google::Apis::AppengineV1beta4::Version, decorator: Google::Apis::AppengineV1beta4::Version::Representation
572
+
573
+ end
574
+ end
575
+
576
+ class Location
577
+ # @private
578
+ class Representation < Google::Apis::Core::JsonRepresentation
579
+ property :display_name, as: 'displayName'
580
+ hash :labels, as: 'labels'
581
+ property :location_id, as: 'locationId'
582
+ hash :metadata, as: 'metadata'
583
+ property :name, as: 'name'
584
+ end
585
+ end
586
+
587
+ class LocationMetadata
588
+ # @private
589
+ class Representation < Google::Apis::Core::JsonRepresentation
590
+ property :flexible_environment_available, as: 'flexibleEnvironmentAvailable'
591
+ property :standard_environment_available, as: 'standardEnvironmentAvailable'
592
+ end
593
+ end
594
+
595
+ class ManualScaling
596
+ # @private
597
+ class Representation < Google::Apis::Core::JsonRepresentation
598
+ property :instances, as: 'instances'
599
+ end
600
+ end
601
+
602
+ class Module
603
+ # @private
604
+ class Representation < Google::Apis::Core::JsonRepresentation
605
+ property :id, as: 'id'
606
+ property :name, as: 'name'
607
+ property :split, as: 'split', class: Google::Apis::AppengineV1beta4::TrafficSplit, decorator: Google::Apis::AppengineV1beta4::TrafficSplit::Representation
608
+
609
+ end
610
+ end
611
+
612
+ class Network
613
+ # @private
614
+ class Representation < Google::Apis::Core::JsonRepresentation
615
+ collection :forwarded_ports, as: 'forwardedPorts'
616
+ property :instance_tag, as: 'instanceTag'
617
+ property :name, as: 'name'
618
+ end
619
+ end
620
+
621
+ class NetworkUtilization
622
+ # @private
623
+ class Representation < Google::Apis::Core::JsonRepresentation
624
+ property :target_received_bytes_per_sec, as: 'targetReceivedBytesPerSec'
625
+ property :target_received_packets_per_sec, as: 'targetReceivedPacketsPerSec'
626
+ property :target_sent_bytes_per_sec, as: 'targetSentBytesPerSec'
627
+ property :target_sent_packets_per_sec, as: 'targetSentPacketsPerSec'
628
+ end
629
+ end
630
+
631
+ class Operation
632
+ # @private
633
+ class Representation < Google::Apis::Core::JsonRepresentation
634
+ property :done, as: 'done'
635
+ property :error, as: 'error', class: Google::Apis::AppengineV1beta4::Status, decorator: Google::Apis::AppengineV1beta4::Status::Representation
636
+
637
+ hash :metadata, as: 'metadata'
638
+ property :name, as: 'name'
639
+ hash :response, as: 'response'
640
+ end
641
+ end
642
+
643
+ class OperationMetadata
644
+ # @private
645
+ class Representation < Google::Apis::Core::JsonRepresentation
646
+ property :end_time, as: 'endTime'
647
+ property :insert_time, as: 'insertTime'
648
+ property :method_prop, as: 'method'
649
+ property :operation_type, as: 'operationType'
650
+ property :target, as: 'target'
651
+ property :user, as: 'user'
652
+ end
653
+ end
654
+
655
+ class OperationMetadataV1
656
+ # @private
657
+ class Representation < Google::Apis::Core::JsonRepresentation
658
+ property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1beta4::CreateVersionMetadataV1, decorator: Google::Apis::AppengineV1beta4::CreateVersionMetadataV1::Representation
659
+
660
+ property :end_time, as: 'endTime'
661
+ property :ephemeral_message, as: 'ephemeralMessage'
662
+ property :insert_time, as: 'insertTime'
663
+ property :method_prop, as: 'method'
664
+ property :target, as: 'target'
665
+ property :user, as: 'user'
666
+ collection :warning, as: 'warning'
667
+ end
668
+ end
669
+
670
+ class OperationMetadataV1Alpha
671
+ # @private
672
+ class Representation < Google::Apis::Core::JsonRepresentation
673
+ property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1beta4::CreateVersionMetadataV1Alpha, decorator: Google::Apis::AppengineV1beta4::CreateVersionMetadataV1Alpha::Representation
674
+
675
+ property :end_time, as: 'endTime'
676
+ property :ephemeral_message, as: 'ephemeralMessage'
677
+ property :insert_time, as: 'insertTime'
678
+ property :method_prop, as: 'method'
679
+ property :target, as: 'target'
680
+ property :user, as: 'user'
681
+ collection :warning, as: 'warning'
682
+ end
683
+ end
684
+
685
+ class OperationMetadataV1Beta
686
+ # @private
687
+ class Representation < Google::Apis::Core::JsonRepresentation
688
+ property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1beta4::CreateVersionMetadataV1Beta, decorator: Google::Apis::AppengineV1beta4::CreateVersionMetadataV1Beta::Representation
689
+
690
+ property :end_time, as: 'endTime'
691
+ property :ephemeral_message, as: 'ephemeralMessage'
692
+ property :insert_time, as: 'insertTime'
693
+ property :method_prop, as: 'method'
694
+ property :target, as: 'target'
695
+ property :user, as: 'user'
696
+ collection :warning, as: 'warning'
697
+ end
698
+ end
699
+
700
+ class OperationMetadataV1Beta5
701
+ # @private
702
+ class Representation < Google::Apis::Core::JsonRepresentation
703
+ property :end_time, as: 'endTime'
704
+ property :insert_time, as: 'insertTime'
705
+ property :method_prop, as: 'method'
706
+ property :target, as: 'target'
707
+ property :user, as: 'user'
708
+ end
709
+ end
710
+
711
+ class RequestUtilization
712
+ # @private
713
+ class Representation < Google::Apis::Core::JsonRepresentation
714
+ property :target_concurrent_requests, as: 'targetConcurrentRequests'
715
+ property :target_request_count_per_sec, as: 'targetRequestCountPerSec'
716
+ end
717
+ end
718
+
719
+ class Resources
720
+ # @private
721
+ class Representation < Google::Apis::Core::JsonRepresentation
722
+ property :cpu, as: 'cpu'
723
+ property :disk_gb, as: 'diskGb'
724
+ property :memory_gb, as: 'memoryGb'
725
+ collection :volumes, as: 'volumes', class: Google::Apis::AppengineV1beta4::Volume, decorator: Google::Apis::AppengineV1beta4::Volume::Representation
726
+
727
+ end
728
+ end
729
+
730
+ class ScriptHandler
731
+ # @private
732
+ class Representation < Google::Apis::Core::JsonRepresentation
733
+ property :script_path, as: 'scriptPath'
734
+ end
735
+ end
736
+
737
+ class SourceReference
738
+ # @private
739
+ class Representation < Google::Apis::Core::JsonRepresentation
740
+ property :repository, as: 'repository'
741
+ property :revision_id, as: 'revisionId'
742
+ end
743
+ end
744
+
745
+ class StaticDirectoryHandler
746
+ # @private
747
+ class Representation < Google::Apis::Core::JsonRepresentation
748
+ property :application_readable, as: 'applicationReadable'
749
+ property :directory, as: 'directory'
750
+ property :expiration, as: 'expiration'
751
+ hash :http_headers, as: 'httpHeaders'
752
+ property :mime_type, as: 'mimeType'
753
+ property :require_matching_file, as: 'requireMatchingFile'
754
+ end
755
+ end
756
+
757
+ class StaticFilesHandler
758
+ # @private
759
+ class Representation < Google::Apis::Core::JsonRepresentation
760
+ property :application_readable, as: 'applicationReadable'
761
+ property :expiration, as: 'expiration'
762
+ hash :http_headers, as: 'httpHeaders'
763
+ property :mime_type, as: 'mimeType'
764
+ property :path, as: 'path'
765
+ property :require_matching_file, as: 'requireMatchingFile'
766
+ property :upload_path_regex, as: 'uploadPathRegex'
767
+ end
768
+ end
769
+
770
+ class Status
771
+ # @private
772
+ class Representation < Google::Apis::Core::JsonRepresentation
773
+ property :code, as: 'code'
774
+ collection :details, as: 'details'
775
+ property :message, as: 'message'
776
+ end
777
+ end
778
+
779
+ class TrafficSplit
780
+ # @private
781
+ class Representation < Google::Apis::Core::JsonRepresentation
782
+ hash :allocations, as: 'allocations'
783
+ property :shard_by, as: 'shardBy'
784
+ end
785
+ end
786
+
787
+ class UrlDispatchRule
788
+ # @private
789
+ class Representation < Google::Apis::Core::JsonRepresentation
790
+ property :domain, as: 'domain'
791
+ property :module, as: 'module'
792
+ property :path, as: 'path'
793
+ end
794
+ end
795
+
796
+ class UrlMap
797
+ # @private
798
+ class Representation < Google::Apis::Core::JsonRepresentation
799
+ property :api_endpoint, as: 'apiEndpoint', class: Google::Apis::AppengineV1beta4::ApiEndpointHandler, decorator: Google::Apis::AppengineV1beta4::ApiEndpointHandler::Representation
800
+
801
+ property :auth_fail_action, as: 'authFailAction'
802
+ property :login, as: 'login'
803
+ property :redirect_http_response_code, as: 'redirectHttpResponseCode'
804
+ property :script, as: 'script', class: Google::Apis::AppengineV1beta4::ScriptHandler, decorator: Google::Apis::AppengineV1beta4::ScriptHandler::Representation
805
+
806
+ property :security_level, as: 'securityLevel'
807
+ property :static_directory, as: 'staticDirectory', class: Google::Apis::AppengineV1beta4::StaticDirectoryHandler, decorator: Google::Apis::AppengineV1beta4::StaticDirectoryHandler::Representation
808
+
809
+ property :static_files, as: 'staticFiles', class: Google::Apis::AppengineV1beta4::StaticFilesHandler, decorator: Google::Apis::AppengineV1beta4::StaticFilesHandler::Representation
810
+
811
+ property :url_regex, as: 'urlRegex'
812
+ end
813
+ end
814
+
815
+ class Version
816
+ # @private
817
+ class Representation < Google::Apis::Core::JsonRepresentation
818
+ property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1beta4::ApiConfigHandler, decorator: Google::Apis::AppengineV1beta4::ApiConfigHandler::Representation
819
+
820
+ property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1beta4::AutomaticScaling, decorator: Google::Apis::AppengineV1beta4::AutomaticScaling::Representation
821
+
822
+ property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1beta4::BasicScaling, decorator: Google::Apis::AppengineV1beta4::BasicScaling::Representation
823
+
824
+ hash :beta_settings, as: 'betaSettings'
825
+ property :creation_time, as: 'creationTime'
826
+ property :default_expiration, as: 'defaultExpiration'
827
+ property :deployer, as: 'deployer'
828
+ property :deployment, as: 'deployment', class: Google::Apis::AppengineV1beta4::Deployment, decorator: Google::Apis::AppengineV1beta4::Deployment::Representation
829
+
830
+ property :endpoints_api_service, as: 'endpointsApiService', class: Google::Apis::AppengineV1beta4::EndpointsApiService, decorator: Google::Apis::AppengineV1beta4::EndpointsApiService::Representation
831
+
832
+ property :env, as: 'env'
833
+ hash :env_variables, as: 'envVariables'
834
+ collection :error_handlers, as: 'errorHandlers', class: Google::Apis::AppengineV1beta4::ErrorHandler, decorator: Google::Apis::AppengineV1beta4::ErrorHandler::Representation
835
+
836
+ collection :handlers, as: 'handlers', class: Google::Apis::AppengineV1beta4::UrlMap, decorator: Google::Apis::AppengineV1beta4::UrlMap::Representation
837
+
838
+ property :health_check, as: 'healthCheck', class: Google::Apis::AppengineV1beta4::HealthCheck, decorator: Google::Apis::AppengineV1beta4::HealthCheck::Representation
839
+
840
+ property :id, as: 'id'
841
+ collection :inbound_services, as: 'inboundServices'
842
+ property :instance_class, as: 'instanceClass'
843
+ collection :libraries, as: 'libraries', class: Google::Apis::AppengineV1beta4::Library, decorator: Google::Apis::AppengineV1beta4::Library::Representation
844
+
845
+ property :manual_scaling, as: 'manualScaling', class: Google::Apis::AppengineV1beta4::ManualScaling, decorator: Google::Apis::AppengineV1beta4::ManualScaling::Representation
846
+
847
+ property :name, as: 'name'
848
+ property :network, as: 'network', class: Google::Apis::AppengineV1beta4::Network, decorator: Google::Apis::AppengineV1beta4::Network::Representation
849
+
850
+ property :nobuild_files_regex, as: 'nobuildFilesRegex'
851
+ property :resources, as: 'resources', class: Google::Apis::AppengineV1beta4::Resources, decorator: Google::Apis::AppengineV1beta4::Resources::Representation
852
+
853
+ property :runtime, as: 'runtime'
854
+ property :runtime_api_version, as: 'runtimeApiVersion'
855
+ property :runtime_main_executable_path, as: 'runtimeMainExecutablePath'
856
+ property :serving_status, as: 'servingStatus'
857
+ property :threadsafe, as: 'threadsafe'
858
+ property :vm, as: 'vm'
859
+ end
860
+ end
861
+
862
+ class Volume
863
+ # @private
864
+ class Representation < Google::Apis::Core::JsonRepresentation
865
+ property :name, as: 'name'
866
+ property :size_gb, as: 'sizeGb'
867
+ property :volume_type, as: 'volumeType'
868
+ end
869
+ end
870
+ end
871
+ end
872
+ end