google-apis-appengine_v1beta5 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-appengine_v1beta5.rb +15 -0
- data/lib/google/apis/appengine_v1beta5.rb +42 -0
- data/lib/google/apis/appengine_v1beta5/classes.rb +2241 -0
- data/lib/google/apis/appengine_v1beta5/gem_version.rb +28 -0
- data/lib/google/apis/appengine_v1beta5/representations.rb +854 -0
- data/lib/google/apis/appengine_v1beta5/service.rb +878 -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 AppengineV1beta5
|
18
|
+
# Version of the google-apis-appengine_v1beta5 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,854 @@
|
|
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 AppengineV1beta5
|
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 ListOperationsResponse
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class ListServicesResponse
|
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 Network
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class NetworkUtilization
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class Operation
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class OperationMetadata
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class OperationMetadataV1
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class OperationMetadataV1Alpha
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class OperationMetadataV1Beta
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class OperationMetadataV1Beta5
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class RequestUtilization
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class Resources
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class ScriptHandler
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class Service
|
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 StaticFilesHandler
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class Status
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class TrafficSplit
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class UrlDispatchRule
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class UrlMap
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class Version
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class Volume
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ApiConfigHandler
|
314
|
+
# @private
|
315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
316
|
+
property :auth_fail_action, as: 'authFailAction'
|
317
|
+
property :login, as: 'login'
|
318
|
+
property :script, as: 'script'
|
319
|
+
property :security_level, as: 'securityLevel'
|
320
|
+
property :url, as: 'url'
|
321
|
+
end
|
322
|
+
end
|
323
|
+
|
324
|
+
class ApiEndpointHandler
|
325
|
+
# @private
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
327
|
+
property :script_path, as: 'scriptPath'
|
328
|
+
end
|
329
|
+
end
|
330
|
+
|
331
|
+
class Application
|
332
|
+
# @private
|
333
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
334
|
+
property :auth_domain, as: 'authDomain'
|
335
|
+
property :code_bucket, as: 'codeBucket'
|
336
|
+
property :default_bucket, as: 'defaultBucket'
|
337
|
+
property :default_cookie_expiration, as: 'defaultCookieExpiration'
|
338
|
+
property :default_hostname, as: 'defaultHostname'
|
339
|
+
collection :dispatch_rules, as: 'dispatchRules', class: Google::Apis::AppengineV1beta5::UrlDispatchRule, decorator: Google::Apis::AppengineV1beta5::UrlDispatchRule::Representation
|
340
|
+
|
341
|
+
property :iap, as: 'iap', class: Google::Apis::AppengineV1beta5::IdentityAwareProxy, decorator: Google::Apis::AppengineV1beta5::IdentityAwareProxy::Representation
|
342
|
+
|
343
|
+
property :id, as: 'id'
|
344
|
+
property :location, as: 'location'
|
345
|
+
property :name, as: 'name'
|
346
|
+
end
|
347
|
+
end
|
348
|
+
|
349
|
+
class AutomaticScaling
|
350
|
+
# @private
|
351
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
352
|
+
property :cool_down_period, as: 'coolDownPeriod'
|
353
|
+
property :cpu_utilization, as: 'cpuUtilization', class: Google::Apis::AppengineV1beta5::CpuUtilization, decorator: Google::Apis::AppengineV1beta5::CpuUtilization::Representation
|
354
|
+
|
355
|
+
property :disk_utilization, as: 'diskUtilization', class: Google::Apis::AppengineV1beta5::DiskUtilization, decorator: Google::Apis::AppengineV1beta5::DiskUtilization::Representation
|
356
|
+
|
357
|
+
property :max_concurrent_requests, as: 'maxConcurrentRequests'
|
358
|
+
property :max_idle_instances, as: 'maxIdleInstances'
|
359
|
+
property :max_pending_latency, as: 'maxPendingLatency'
|
360
|
+
property :max_total_instances, as: 'maxTotalInstances'
|
361
|
+
property :min_idle_instances, as: 'minIdleInstances'
|
362
|
+
property :min_pending_latency, as: 'minPendingLatency'
|
363
|
+
property :min_total_instances, as: 'minTotalInstances'
|
364
|
+
property :network_utilization, as: 'networkUtilization', class: Google::Apis::AppengineV1beta5::NetworkUtilization, decorator: Google::Apis::AppengineV1beta5::NetworkUtilization::Representation
|
365
|
+
|
366
|
+
property :request_utilization, as: 'requestUtilization', class: Google::Apis::AppengineV1beta5::RequestUtilization, decorator: Google::Apis::AppengineV1beta5::RequestUtilization::Representation
|
367
|
+
|
368
|
+
end
|
369
|
+
end
|
370
|
+
|
371
|
+
class BasicScaling
|
372
|
+
# @private
|
373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
374
|
+
property :idle_timeout, as: 'idleTimeout'
|
375
|
+
property :max_instances, as: 'maxInstances'
|
376
|
+
end
|
377
|
+
end
|
378
|
+
|
379
|
+
class ContainerInfo
|
380
|
+
# @private
|
381
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
382
|
+
property :image, as: 'image'
|
383
|
+
end
|
384
|
+
end
|
385
|
+
|
386
|
+
class CpuUtilization
|
387
|
+
# @private
|
388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
389
|
+
property :aggregation_window_length, as: 'aggregationWindowLength'
|
390
|
+
property :target_utilization, as: 'targetUtilization'
|
391
|
+
end
|
392
|
+
end
|
393
|
+
|
394
|
+
class CreateVersionMetadataV1
|
395
|
+
# @private
|
396
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
397
|
+
property :cloud_build_id, as: 'cloudBuildId'
|
398
|
+
end
|
399
|
+
end
|
400
|
+
|
401
|
+
class CreateVersionMetadataV1Alpha
|
402
|
+
# @private
|
403
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
404
|
+
property :cloud_build_id, as: 'cloudBuildId'
|
405
|
+
end
|
406
|
+
end
|
407
|
+
|
408
|
+
class CreateVersionMetadataV1Beta
|
409
|
+
# @private
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
411
|
+
property :cloud_build_id, as: 'cloudBuildId'
|
412
|
+
end
|
413
|
+
end
|
414
|
+
|
415
|
+
class DebugInstanceRequest
|
416
|
+
# @private
|
417
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
418
|
+
property :ssh_key, as: 'sshKey'
|
419
|
+
end
|
420
|
+
end
|
421
|
+
|
422
|
+
class Deployment
|
423
|
+
# @private
|
424
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
425
|
+
property :container, as: 'container', class: Google::Apis::AppengineV1beta5::ContainerInfo, decorator: Google::Apis::AppengineV1beta5::ContainerInfo::Representation
|
426
|
+
|
427
|
+
hash :files, as: 'files', class: Google::Apis::AppengineV1beta5::FileInfo, decorator: Google::Apis::AppengineV1beta5::FileInfo::Representation
|
428
|
+
|
429
|
+
collection :source_references, as: 'sourceReferences', class: Google::Apis::AppengineV1beta5::SourceReference, decorator: Google::Apis::AppengineV1beta5::SourceReference::Representation
|
430
|
+
|
431
|
+
end
|
432
|
+
end
|
433
|
+
|
434
|
+
class DiskUtilization
|
435
|
+
# @private
|
436
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
437
|
+
property :target_read_bytes_per_sec, as: 'targetReadBytesPerSec'
|
438
|
+
property :target_read_ops_per_sec, as: 'targetReadOpsPerSec'
|
439
|
+
property :target_write_bytes_per_sec, as: 'targetWriteBytesPerSec'
|
440
|
+
property :target_write_ops_per_sec, as: 'targetWriteOpsPerSec'
|
441
|
+
end
|
442
|
+
end
|
443
|
+
|
444
|
+
class EndpointsApiService
|
445
|
+
# @private
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
447
|
+
property :config_id, as: 'configId'
|
448
|
+
property :disable_trace_sampling, as: 'disableTraceSampling'
|
449
|
+
property :name, as: 'name'
|
450
|
+
property :rollout_strategy, as: 'rolloutStrategy'
|
451
|
+
end
|
452
|
+
end
|
453
|
+
|
454
|
+
class ErrorHandler
|
455
|
+
# @private
|
456
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
457
|
+
property :error_code, as: 'errorCode'
|
458
|
+
property :mime_type, as: 'mimeType'
|
459
|
+
property :static_file, as: 'staticFile'
|
460
|
+
end
|
461
|
+
end
|
462
|
+
|
463
|
+
class FileInfo
|
464
|
+
# @private
|
465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
466
|
+
property :mime_type, as: 'mimeType'
|
467
|
+
property :sha1_sum, as: 'sha1Sum'
|
468
|
+
property :source_url, as: 'sourceUrl'
|
469
|
+
end
|
470
|
+
end
|
471
|
+
|
472
|
+
class HealthCheck
|
473
|
+
# @private
|
474
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
475
|
+
property :check_interval, as: 'checkInterval'
|
476
|
+
property :disable_health_check, as: 'disableHealthCheck'
|
477
|
+
property :healthy_threshold, as: 'healthyThreshold'
|
478
|
+
property :host, as: 'host'
|
479
|
+
property :restart_threshold, as: 'restartThreshold'
|
480
|
+
property :timeout, as: 'timeout'
|
481
|
+
property :unhealthy_threshold, as: 'unhealthyThreshold'
|
482
|
+
end
|
483
|
+
end
|
484
|
+
|
485
|
+
class IdentityAwareProxy
|
486
|
+
# @private
|
487
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
488
|
+
property :enabled, as: 'enabled'
|
489
|
+
property :oauth2_client_id, as: 'oauth2ClientId'
|
490
|
+
property :oauth2_client_secret, as: 'oauth2ClientSecret'
|
491
|
+
property :oauth2_client_secret_sha256, as: 'oauth2ClientSecretSha256'
|
492
|
+
end
|
493
|
+
end
|
494
|
+
|
495
|
+
class Instance
|
496
|
+
# @private
|
497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
498
|
+
property :app_engine_release, as: 'appEngineRelease'
|
499
|
+
property :availability, as: 'availability'
|
500
|
+
property :average_latency, as: 'averageLatency'
|
501
|
+
property :errors, as: 'errors'
|
502
|
+
property :id, as: 'id'
|
503
|
+
property :memory_usage, :numeric_string => true, as: 'memoryUsage'
|
504
|
+
property :name, as: 'name'
|
505
|
+
property :qps, as: 'qps'
|
506
|
+
property :requests, as: 'requests'
|
507
|
+
property :start_timestamp, as: 'startTimestamp'
|
508
|
+
property :vm_id, as: 'vmId'
|
509
|
+
property :vm_ip, as: 'vmIp'
|
510
|
+
property :vm_name, as: 'vmName'
|
511
|
+
property :vm_status, as: 'vmStatus'
|
512
|
+
property :vm_unlocked, as: 'vmUnlocked'
|
513
|
+
property :vm_zone_name, as: 'vmZoneName'
|
514
|
+
end
|
515
|
+
end
|
516
|
+
|
517
|
+
class Library
|
518
|
+
# @private
|
519
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
520
|
+
property :name, as: 'name'
|
521
|
+
property :version, as: 'version'
|
522
|
+
end
|
523
|
+
end
|
524
|
+
|
525
|
+
class ListInstancesResponse
|
526
|
+
# @private
|
527
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
528
|
+
collection :instances, as: 'instances', class: Google::Apis::AppengineV1beta5::Instance, decorator: Google::Apis::AppengineV1beta5::Instance::Representation
|
529
|
+
|
530
|
+
property :next_page_token, as: 'nextPageToken'
|
531
|
+
end
|
532
|
+
end
|
533
|
+
|
534
|
+
class ListLocationsResponse
|
535
|
+
# @private
|
536
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
537
|
+
collection :locations, as: 'locations', class: Google::Apis::AppengineV1beta5::Location, decorator: Google::Apis::AppengineV1beta5::Location::Representation
|
538
|
+
|
539
|
+
property :next_page_token, as: 'nextPageToken'
|
540
|
+
end
|
541
|
+
end
|
542
|
+
|
543
|
+
class ListOperationsResponse
|
544
|
+
# @private
|
545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
546
|
+
property :next_page_token, as: 'nextPageToken'
|
547
|
+
collection :operations, as: 'operations', class: Google::Apis::AppengineV1beta5::Operation, decorator: Google::Apis::AppengineV1beta5::Operation::Representation
|
548
|
+
|
549
|
+
end
|
550
|
+
end
|
551
|
+
|
552
|
+
class ListServicesResponse
|
553
|
+
# @private
|
554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
555
|
+
property :next_page_token, as: 'nextPageToken'
|
556
|
+
collection :services, as: 'services', class: Google::Apis::AppengineV1beta5::Service, decorator: Google::Apis::AppengineV1beta5::Service::Representation
|
557
|
+
|
558
|
+
end
|
559
|
+
end
|
560
|
+
|
561
|
+
class ListVersionsResponse
|
562
|
+
# @private
|
563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
564
|
+
property :next_page_token, as: 'nextPageToken'
|
565
|
+
collection :versions, as: 'versions', class: Google::Apis::AppengineV1beta5::Version, decorator: Google::Apis::AppengineV1beta5::Version::Representation
|
566
|
+
|
567
|
+
end
|
568
|
+
end
|
569
|
+
|
570
|
+
class Location
|
571
|
+
# @private
|
572
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
573
|
+
property :display_name, as: 'displayName'
|
574
|
+
hash :labels, as: 'labels'
|
575
|
+
property :location_id, as: 'locationId'
|
576
|
+
hash :metadata, as: 'metadata'
|
577
|
+
property :name, as: 'name'
|
578
|
+
end
|
579
|
+
end
|
580
|
+
|
581
|
+
class LocationMetadata
|
582
|
+
# @private
|
583
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
584
|
+
property :flexible_environment_available, as: 'flexibleEnvironmentAvailable'
|
585
|
+
property :standard_environment_available, as: 'standardEnvironmentAvailable'
|
586
|
+
end
|
587
|
+
end
|
588
|
+
|
589
|
+
class ManualScaling
|
590
|
+
# @private
|
591
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
592
|
+
property :instances, as: 'instances'
|
593
|
+
end
|
594
|
+
end
|
595
|
+
|
596
|
+
class Network
|
597
|
+
# @private
|
598
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
599
|
+
collection :forwarded_ports, as: 'forwardedPorts'
|
600
|
+
property :instance_tag, as: 'instanceTag'
|
601
|
+
property :name, as: 'name'
|
602
|
+
property :subnetwork_name, as: 'subnetworkName'
|
603
|
+
end
|
604
|
+
end
|
605
|
+
|
606
|
+
class NetworkUtilization
|
607
|
+
# @private
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
609
|
+
property :target_received_bytes_per_sec, as: 'targetReceivedBytesPerSec'
|
610
|
+
property :target_received_packets_per_sec, as: 'targetReceivedPacketsPerSec'
|
611
|
+
property :target_sent_bytes_per_sec, as: 'targetSentBytesPerSec'
|
612
|
+
property :target_sent_packets_per_sec, as: 'targetSentPacketsPerSec'
|
613
|
+
end
|
614
|
+
end
|
615
|
+
|
616
|
+
class Operation
|
617
|
+
# @private
|
618
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
619
|
+
property :done, as: 'done'
|
620
|
+
property :error, as: 'error', class: Google::Apis::AppengineV1beta5::Status, decorator: Google::Apis::AppengineV1beta5::Status::Representation
|
621
|
+
|
622
|
+
hash :metadata, as: 'metadata'
|
623
|
+
property :name, as: 'name'
|
624
|
+
hash :response, as: 'response'
|
625
|
+
end
|
626
|
+
end
|
627
|
+
|
628
|
+
class OperationMetadata
|
629
|
+
# @private
|
630
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
631
|
+
property :end_time, as: 'endTime'
|
632
|
+
property :insert_time, as: 'insertTime'
|
633
|
+
property :method_prop, as: 'method'
|
634
|
+
property :operation_type, as: 'operationType'
|
635
|
+
property :target, as: 'target'
|
636
|
+
property :user, as: 'user'
|
637
|
+
end
|
638
|
+
end
|
639
|
+
|
640
|
+
class OperationMetadataV1
|
641
|
+
# @private
|
642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
643
|
+
property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1beta5::CreateVersionMetadataV1, decorator: Google::Apis::AppengineV1beta5::CreateVersionMetadataV1::Representation
|
644
|
+
|
645
|
+
property :end_time, as: 'endTime'
|
646
|
+
property :ephemeral_message, as: 'ephemeralMessage'
|
647
|
+
property :insert_time, as: 'insertTime'
|
648
|
+
property :method_prop, as: 'method'
|
649
|
+
property :target, as: 'target'
|
650
|
+
property :user, as: 'user'
|
651
|
+
collection :warning, as: 'warning'
|
652
|
+
end
|
653
|
+
end
|
654
|
+
|
655
|
+
class OperationMetadataV1Alpha
|
656
|
+
# @private
|
657
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
658
|
+
property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1beta5::CreateVersionMetadataV1Alpha, decorator: Google::Apis::AppengineV1beta5::CreateVersionMetadataV1Alpha::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 OperationMetadataV1Beta
|
671
|
+
# @private
|
672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
673
|
+
property :create_version_metadata, as: 'createVersionMetadata', class: Google::Apis::AppengineV1beta5::CreateVersionMetadataV1Beta, decorator: Google::Apis::AppengineV1beta5::CreateVersionMetadataV1Beta::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 OperationMetadataV1Beta5
|
686
|
+
# @private
|
687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
688
|
+
property :end_time, as: 'endTime'
|
689
|
+
property :insert_time, as: 'insertTime'
|
690
|
+
property :method_prop, as: 'method'
|
691
|
+
property :target, as: 'target'
|
692
|
+
property :user, as: 'user'
|
693
|
+
end
|
694
|
+
end
|
695
|
+
|
696
|
+
class RequestUtilization
|
697
|
+
# @private
|
698
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
699
|
+
property :target_concurrent_requests, as: 'targetConcurrentRequests'
|
700
|
+
property :target_request_count_per_sec, as: 'targetRequestCountPerSec'
|
701
|
+
end
|
702
|
+
end
|
703
|
+
|
704
|
+
class Resources
|
705
|
+
# @private
|
706
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
707
|
+
property :cpu, as: 'cpu'
|
708
|
+
property :disk_gb, as: 'diskGb'
|
709
|
+
property :memory_gb, as: 'memoryGb'
|
710
|
+
collection :volumes, as: 'volumes', class: Google::Apis::AppengineV1beta5::Volume, decorator: Google::Apis::AppengineV1beta5::Volume::Representation
|
711
|
+
|
712
|
+
end
|
713
|
+
end
|
714
|
+
|
715
|
+
class ScriptHandler
|
716
|
+
# @private
|
717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
718
|
+
property :script_path, as: 'scriptPath'
|
719
|
+
end
|
720
|
+
end
|
721
|
+
|
722
|
+
class Service
|
723
|
+
# @private
|
724
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
725
|
+
property :id, as: 'id'
|
726
|
+
property :name, as: 'name'
|
727
|
+
property :split, as: 'split', class: Google::Apis::AppengineV1beta5::TrafficSplit, decorator: Google::Apis::AppengineV1beta5::TrafficSplit::Representation
|
728
|
+
|
729
|
+
end
|
730
|
+
end
|
731
|
+
|
732
|
+
class SourceReference
|
733
|
+
# @private
|
734
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
735
|
+
property :repository, as: 'repository'
|
736
|
+
property :revision_id, as: 'revisionId'
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
740
|
+
class StaticFilesHandler
|
741
|
+
# @private
|
742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
743
|
+
property :application_readable, as: 'applicationReadable'
|
744
|
+
property :expiration, as: 'expiration'
|
745
|
+
hash :http_headers, as: 'httpHeaders'
|
746
|
+
property :mime_type, as: 'mimeType'
|
747
|
+
property :path, as: 'path'
|
748
|
+
property :require_matching_file, as: 'requireMatchingFile'
|
749
|
+
property :upload_path_regex, as: 'uploadPathRegex'
|
750
|
+
end
|
751
|
+
end
|
752
|
+
|
753
|
+
class Status
|
754
|
+
# @private
|
755
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
756
|
+
property :code, as: 'code'
|
757
|
+
collection :details, as: 'details'
|
758
|
+
property :message, as: 'message'
|
759
|
+
end
|
760
|
+
end
|
761
|
+
|
762
|
+
class TrafficSplit
|
763
|
+
# @private
|
764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
765
|
+
hash :allocations, as: 'allocations'
|
766
|
+
property :shard_by, as: 'shardBy'
|
767
|
+
end
|
768
|
+
end
|
769
|
+
|
770
|
+
class UrlDispatchRule
|
771
|
+
# @private
|
772
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
773
|
+
property :domain, as: 'domain'
|
774
|
+
property :path, as: 'path'
|
775
|
+
property :service, as: 'service'
|
776
|
+
end
|
777
|
+
end
|
778
|
+
|
779
|
+
class UrlMap
|
780
|
+
# @private
|
781
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
782
|
+
property :api_endpoint, as: 'apiEndpoint', class: Google::Apis::AppengineV1beta5::ApiEndpointHandler, decorator: Google::Apis::AppengineV1beta5::ApiEndpointHandler::Representation
|
783
|
+
|
784
|
+
property :auth_fail_action, as: 'authFailAction'
|
785
|
+
property :login, as: 'login'
|
786
|
+
property :redirect_http_response_code, as: 'redirectHttpResponseCode'
|
787
|
+
property :script, as: 'script', class: Google::Apis::AppengineV1beta5::ScriptHandler, decorator: Google::Apis::AppengineV1beta5::ScriptHandler::Representation
|
788
|
+
|
789
|
+
property :security_level, as: 'securityLevel'
|
790
|
+
property :static_files, as: 'staticFiles', class: Google::Apis::AppengineV1beta5::StaticFilesHandler, decorator: Google::Apis::AppengineV1beta5::StaticFilesHandler::Representation
|
791
|
+
|
792
|
+
property :url_regex, as: 'urlRegex'
|
793
|
+
end
|
794
|
+
end
|
795
|
+
|
796
|
+
class Version
|
797
|
+
# @private
|
798
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
799
|
+
property :api_config, as: 'apiConfig', class: Google::Apis::AppengineV1beta5::ApiConfigHandler, decorator: Google::Apis::AppengineV1beta5::ApiConfigHandler::Representation
|
800
|
+
|
801
|
+
property :automatic_scaling, as: 'automaticScaling', class: Google::Apis::AppengineV1beta5::AutomaticScaling, decorator: Google::Apis::AppengineV1beta5::AutomaticScaling::Representation
|
802
|
+
|
803
|
+
property :basic_scaling, as: 'basicScaling', class: Google::Apis::AppengineV1beta5::BasicScaling, decorator: Google::Apis::AppengineV1beta5::BasicScaling::Representation
|
804
|
+
|
805
|
+
hash :beta_settings, as: 'betaSettings'
|
806
|
+
property :creation_time, as: 'creationTime'
|
807
|
+
property :default_expiration, as: 'defaultExpiration'
|
808
|
+
property :deployer, as: 'deployer'
|
809
|
+
property :deployment, as: 'deployment', class: Google::Apis::AppengineV1beta5::Deployment, decorator: Google::Apis::AppengineV1beta5::Deployment::Representation
|
810
|
+
|
811
|
+
property :disk_usage_bytes, :numeric_string => true, as: 'diskUsageBytes'
|
812
|
+
property :endpoints_api_service, as: 'endpointsApiService', class: Google::Apis::AppengineV1beta5::EndpointsApiService, decorator: Google::Apis::AppengineV1beta5::EndpointsApiService::Representation
|
813
|
+
|
814
|
+
property :env, as: 'env'
|
815
|
+
hash :env_variables, as: 'envVariables'
|
816
|
+
collection :error_handlers, as: 'errorHandlers', class: Google::Apis::AppengineV1beta5::ErrorHandler, decorator: Google::Apis::AppengineV1beta5::ErrorHandler::Representation
|
817
|
+
|
818
|
+
collection :handlers, as: 'handlers', class: Google::Apis::AppengineV1beta5::UrlMap, decorator: Google::Apis::AppengineV1beta5::UrlMap::Representation
|
819
|
+
|
820
|
+
property :health_check, as: 'healthCheck', class: Google::Apis::AppengineV1beta5::HealthCheck, decorator: Google::Apis::AppengineV1beta5::HealthCheck::Representation
|
821
|
+
|
822
|
+
property :id, as: 'id'
|
823
|
+
collection :inbound_services, as: 'inboundServices'
|
824
|
+
property :instance_class, as: 'instanceClass'
|
825
|
+
collection :libraries, as: 'libraries', class: Google::Apis::AppengineV1beta5::Library, decorator: Google::Apis::AppengineV1beta5::Library::Representation
|
826
|
+
|
827
|
+
property :manual_scaling, as: 'manualScaling', class: Google::Apis::AppengineV1beta5::ManualScaling, decorator: Google::Apis::AppengineV1beta5::ManualScaling::Representation
|
828
|
+
|
829
|
+
property :name, as: 'name'
|
830
|
+
property :network, as: 'network', class: Google::Apis::AppengineV1beta5::Network, decorator: Google::Apis::AppengineV1beta5::Network::Representation
|
831
|
+
|
832
|
+
property :nobuild_files_regex, as: 'nobuildFilesRegex'
|
833
|
+
property :resources, as: 'resources', class: Google::Apis::AppengineV1beta5::Resources, decorator: Google::Apis::AppengineV1beta5::Resources::Representation
|
834
|
+
|
835
|
+
property :runtime, as: 'runtime'
|
836
|
+
property :runtime_api_version, as: 'runtimeApiVersion'
|
837
|
+
property :runtime_main_executable_path, as: 'runtimeMainExecutablePath'
|
838
|
+
property :serving_status, as: 'servingStatus'
|
839
|
+
property :threadsafe, as: 'threadsafe'
|
840
|
+
property :vm, as: 'vm'
|
841
|
+
end
|
842
|
+
end
|
843
|
+
|
844
|
+
class Volume
|
845
|
+
# @private
|
846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
847
|
+
property :name, as: 'name'
|
848
|
+
property :size_gb, as: 'sizeGb'
|
849
|
+
property :volume_type, as: 'volumeType'
|
850
|
+
end
|
851
|
+
end
|
852
|
+
end
|
853
|
+
end
|
854
|
+
end
|