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