google-api-client 0.28.6 → 0.28.7
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 +4 -4
- data/CHANGELOG.md +7 -0
- data/generated/google/apis/androidpublisher_v3.rb +1 -1
- data/generated/google/apis/androidpublisher_v3/classes.rb +32 -0
- data/generated/google/apis/androidpublisher_v3/representations.rb +16 -0
- data/generated/google/apis/run_v1.rb +35 -0
- data/generated/google/apis/run_v1/classes.rb +73 -0
- data/generated/google/apis/run_v1/representations.rb +43 -0
- data/generated/google/apis/run_v1/service.rb +90 -0
- data/generated/google/apis/run_v1alpha1.rb +35 -0
- data/generated/google/apis/run_v1alpha1/classes.rb +3455 -0
- data/generated/google/apis/run_v1alpha1/representations.rb +1263 -0
- data/generated/google/apis/run_v1alpha1/service.rb +1663 -0
- data/generated/google/apis/texttospeech_v1.rb +1 -1
- data/lib/google/apis/version.rb +1 -1
- metadata +10 -2
@@ -0,0 +1,1263 @@
|
|
1
|
+
# Copyright 2015 Google Inc.
|
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 RunV1alpha1
|
24
|
+
|
25
|
+
class Addressable
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class AuditConfig
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AuditLogConfig
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AuthorizedDomain
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class Binding
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class Capabilities
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class ConfigMapEnvSource
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class Configuration
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class ConfigurationCondition
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class ConfigurationSpec
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class ConfigurationStatus
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class Container
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ContainerPort
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class DomainMapping
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class DomainMappingCondition
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class DomainMappingSpec
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class DomainMappingStatus
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class Empty
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class EnvFromSource
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class EnvVar
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ExecAction
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class Expr
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class HttpGetAction
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class HttpHeader
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class Handler
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class Initializer
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class Initializers
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class IntOrString
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class Lifecycle
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class ListAuthorizedDomainsResponse
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class ListConfigurationsResponse
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class ListDomainMappingsResponse
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class ListLocationsResponse
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class ListMeta
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class ListRevisionsResponse
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class ListRoutesResponse
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class ListServicesResponse
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
247
|
+
class LocalObjectReference
|
248
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
249
|
+
|
250
|
+
include Google::Apis::Core::JsonObjectSupport
|
251
|
+
end
|
252
|
+
|
253
|
+
class Location
|
254
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
|
+
|
256
|
+
include Google::Apis::Core::JsonObjectSupport
|
257
|
+
end
|
258
|
+
|
259
|
+
class ObjectMeta
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
265
|
+
class OwnerReference
|
266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
|
+
|
268
|
+
include Google::Apis::Core::JsonObjectSupport
|
269
|
+
end
|
270
|
+
|
271
|
+
class Policy
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class Probe
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class Quantity
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ResourceRecord
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ResourceRequirements
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class Revision
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class RevisionCondition
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class RevisionSpec
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class RevisionStatus
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class RevisionTemplate
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
331
|
+
class Route
|
332
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
333
|
+
|
334
|
+
include Google::Apis::Core::JsonObjectSupport
|
335
|
+
end
|
336
|
+
|
337
|
+
class RouteCondition
|
338
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
339
|
+
|
340
|
+
include Google::Apis::Core::JsonObjectSupport
|
341
|
+
end
|
342
|
+
|
343
|
+
class RouteSpec
|
344
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
|
+
|
346
|
+
include Google::Apis::Core::JsonObjectSupport
|
347
|
+
end
|
348
|
+
|
349
|
+
class RouteStatus
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class SeLinuxOptions
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class SecretEnvSource
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class SecurityContext
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class Service
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class ServiceCondition
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
385
|
+
class ServiceSpec
|
386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
387
|
+
|
388
|
+
include Google::Apis::Core::JsonObjectSupport
|
389
|
+
end
|
390
|
+
|
391
|
+
class ServiceSpecManualType
|
392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
393
|
+
|
394
|
+
include Google::Apis::Core::JsonObjectSupport
|
395
|
+
end
|
396
|
+
|
397
|
+
class ServiceSpecPinnedType
|
398
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
+
|
400
|
+
include Google::Apis::Core::JsonObjectSupport
|
401
|
+
end
|
402
|
+
|
403
|
+
class ServiceSpecReleaseType
|
404
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
|
+
|
406
|
+
include Google::Apis::Core::JsonObjectSupport
|
407
|
+
end
|
408
|
+
|
409
|
+
class ServiceSpecRunLatest
|
410
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
411
|
+
|
412
|
+
include Google::Apis::Core::JsonObjectSupport
|
413
|
+
end
|
414
|
+
|
415
|
+
class ServiceStatus
|
416
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
417
|
+
|
418
|
+
include Google::Apis::Core::JsonObjectSupport
|
419
|
+
end
|
420
|
+
|
421
|
+
class SetIamPolicyRequest
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
423
|
+
|
424
|
+
include Google::Apis::Core::JsonObjectSupport
|
425
|
+
end
|
426
|
+
|
427
|
+
class TcpSocketAction
|
428
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
429
|
+
|
430
|
+
include Google::Apis::Core::JsonObjectSupport
|
431
|
+
end
|
432
|
+
|
433
|
+
class TestIamPermissionsRequest
|
434
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
435
|
+
|
436
|
+
include Google::Apis::Core::JsonObjectSupport
|
437
|
+
end
|
438
|
+
|
439
|
+
class TestIamPermissionsResponse
|
440
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
441
|
+
|
442
|
+
include Google::Apis::Core::JsonObjectSupport
|
443
|
+
end
|
444
|
+
|
445
|
+
class TrafficTarget
|
446
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
447
|
+
|
448
|
+
include Google::Apis::Core::JsonObjectSupport
|
449
|
+
end
|
450
|
+
|
451
|
+
class VolumeDevice
|
452
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
453
|
+
|
454
|
+
include Google::Apis::Core::JsonObjectSupport
|
455
|
+
end
|
456
|
+
|
457
|
+
class VolumeMount
|
458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
459
|
+
|
460
|
+
include Google::Apis::Core::JsonObjectSupport
|
461
|
+
end
|
462
|
+
|
463
|
+
class Addressable
|
464
|
+
# @private
|
465
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
466
|
+
property :hostname, as: 'hostname'
|
467
|
+
end
|
468
|
+
end
|
469
|
+
|
470
|
+
class AuditConfig
|
471
|
+
# @private
|
472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
473
|
+
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::RunV1alpha1::AuditLogConfig, decorator: Google::Apis::RunV1alpha1::AuditLogConfig::Representation
|
474
|
+
|
475
|
+
property :service, as: 'service'
|
476
|
+
end
|
477
|
+
end
|
478
|
+
|
479
|
+
class AuditLogConfig
|
480
|
+
# @private
|
481
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
482
|
+
collection :exempted_members, as: 'exemptedMembers'
|
483
|
+
property :log_type, as: 'logType'
|
484
|
+
end
|
485
|
+
end
|
486
|
+
|
487
|
+
class AuthorizedDomain
|
488
|
+
# @private
|
489
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
490
|
+
property :id, as: 'id'
|
491
|
+
property :name, as: 'name'
|
492
|
+
end
|
493
|
+
end
|
494
|
+
|
495
|
+
class Binding
|
496
|
+
# @private
|
497
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
498
|
+
property :condition, as: 'condition', class: Google::Apis::RunV1alpha1::Expr, decorator: Google::Apis::RunV1alpha1::Expr::Representation
|
499
|
+
|
500
|
+
collection :members, as: 'members'
|
501
|
+
property :role, as: 'role'
|
502
|
+
end
|
503
|
+
end
|
504
|
+
|
505
|
+
class Capabilities
|
506
|
+
# @private
|
507
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
508
|
+
collection :add, as: 'add'
|
509
|
+
collection :drop, as: 'drop'
|
510
|
+
end
|
511
|
+
end
|
512
|
+
|
513
|
+
class ConfigMapEnvSource
|
514
|
+
# @private
|
515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
516
|
+
property :local_object_reference, as: 'localObjectReference', class: Google::Apis::RunV1alpha1::LocalObjectReference, decorator: Google::Apis::RunV1alpha1::LocalObjectReference::Representation
|
517
|
+
|
518
|
+
property :optional, as: 'optional'
|
519
|
+
end
|
520
|
+
end
|
521
|
+
|
522
|
+
class Configuration
|
523
|
+
# @private
|
524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
525
|
+
property :api_version, as: 'apiVersion'
|
526
|
+
property :kind, as: 'kind'
|
527
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
|
528
|
+
|
529
|
+
property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
|
530
|
+
|
531
|
+
property :status, as: 'status', class: Google::Apis::RunV1alpha1::ConfigurationStatus, decorator: Google::Apis::RunV1alpha1::ConfigurationStatus::Representation
|
532
|
+
|
533
|
+
end
|
534
|
+
end
|
535
|
+
|
536
|
+
class ConfigurationCondition
|
537
|
+
# @private
|
538
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
539
|
+
property :last_transition_time, as: 'lastTransitionTime'
|
540
|
+
property :message, as: 'message'
|
541
|
+
property :reason, as: 'reason'
|
542
|
+
property :status, as: 'status'
|
543
|
+
property :type, as: 'type'
|
544
|
+
end
|
545
|
+
end
|
546
|
+
|
547
|
+
class ConfigurationSpec
|
548
|
+
# @private
|
549
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
550
|
+
property :generation, as: 'generation'
|
551
|
+
property :revision_template, as: 'revisionTemplate', class: Google::Apis::RunV1alpha1::RevisionTemplate, decorator: Google::Apis::RunV1alpha1::RevisionTemplate::Representation
|
552
|
+
|
553
|
+
end
|
554
|
+
end
|
555
|
+
|
556
|
+
class ConfigurationStatus
|
557
|
+
# @private
|
558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
559
|
+
collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::ConfigurationCondition, decorator: Google::Apis::RunV1alpha1::ConfigurationCondition::Representation
|
560
|
+
|
561
|
+
property :latest_created_revision_name, as: 'latestCreatedRevisionName'
|
562
|
+
property :latest_ready_revision_name, as: 'latestReadyRevisionName'
|
563
|
+
property :observed_generation, as: 'observedGeneration'
|
564
|
+
end
|
565
|
+
end
|
566
|
+
|
567
|
+
class Container
|
568
|
+
# @private
|
569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
570
|
+
collection :args, as: 'args'
|
571
|
+
collection :command, as: 'command'
|
572
|
+
collection :env, as: 'env', class: Google::Apis::RunV1alpha1::EnvVar, decorator: Google::Apis::RunV1alpha1::EnvVar::Representation
|
573
|
+
|
574
|
+
collection :env_from, as: 'envFrom', class: Google::Apis::RunV1alpha1::EnvFromSource, decorator: Google::Apis::RunV1alpha1::EnvFromSource::Representation
|
575
|
+
|
576
|
+
property :image, as: 'image'
|
577
|
+
property :image_pull_policy, as: 'imagePullPolicy'
|
578
|
+
property :lifecycle, as: 'lifecycle', class: Google::Apis::RunV1alpha1::Lifecycle, decorator: Google::Apis::RunV1alpha1::Lifecycle::Representation
|
579
|
+
|
580
|
+
property :liveness_probe, as: 'livenessProbe', class: Google::Apis::RunV1alpha1::Probe, decorator: Google::Apis::RunV1alpha1::Probe::Representation
|
581
|
+
|
582
|
+
property :name, as: 'name'
|
583
|
+
collection :ports, as: 'ports', class: Google::Apis::RunV1alpha1::ContainerPort, decorator: Google::Apis::RunV1alpha1::ContainerPort::Representation
|
584
|
+
|
585
|
+
property :readiness_probe, as: 'readinessProbe', class: Google::Apis::RunV1alpha1::Probe, decorator: Google::Apis::RunV1alpha1::Probe::Representation
|
586
|
+
|
587
|
+
property :resources, as: 'resources', class: Google::Apis::RunV1alpha1::ResourceRequirements, decorator: Google::Apis::RunV1alpha1::ResourceRequirements::Representation
|
588
|
+
|
589
|
+
property :security_context, as: 'securityContext', class: Google::Apis::RunV1alpha1::SecurityContext, decorator: Google::Apis::RunV1alpha1::SecurityContext::Representation
|
590
|
+
|
591
|
+
property :stdin, as: 'stdin'
|
592
|
+
property :stdin_once, as: 'stdinOnce'
|
593
|
+
property :termination_message_path, as: 'terminationMessagePath'
|
594
|
+
property :termination_message_policy, as: 'terminationMessagePolicy'
|
595
|
+
property :tty, as: 'tty'
|
596
|
+
collection :volume_devices, as: 'volumeDevices', class: Google::Apis::RunV1alpha1::VolumeDevice, decorator: Google::Apis::RunV1alpha1::VolumeDevice::Representation
|
597
|
+
|
598
|
+
collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV1alpha1::VolumeMount, decorator: Google::Apis::RunV1alpha1::VolumeMount::Representation
|
599
|
+
|
600
|
+
property :working_dir, as: 'workingDir'
|
601
|
+
end
|
602
|
+
end
|
603
|
+
|
604
|
+
class ContainerPort
|
605
|
+
# @private
|
606
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
607
|
+
property :container_port, as: 'containerPort'
|
608
|
+
property :host_ip, as: 'hostIP'
|
609
|
+
property :host_port, as: 'hostPort'
|
610
|
+
property :name, as: 'name'
|
611
|
+
property :protocol, as: 'protocol'
|
612
|
+
end
|
613
|
+
end
|
614
|
+
|
615
|
+
class DomainMapping
|
616
|
+
# @private
|
617
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
618
|
+
property :api_version, as: 'apiVersion'
|
619
|
+
property :kind, as: 'kind'
|
620
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
|
621
|
+
|
622
|
+
property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::DomainMappingSpec, decorator: Google::Apis::RunV1alpha1::DomainMappingSpec::Representation
|
623
|
+
|
624
|
+
property :status, as: 'status', class: Google::Apis::RunV1alpha1::DomainMappingStatus, decorator: Google::Apis::RunV1alpha1::DomainMappingStatus::Representation
|
625
|
+
|
626
|
+
end
|
627
|
+
end
|
628
|
+
|
629
|
+
class DomainMappingCondition
|
630
|
+
# @private
|
631
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
632
|
+
property :message, as: 'message'
|
633
|
+
property :reason, as: 'reason'
|
634
|
+
property :status, as: 'status'
|
635
|
+
property :type, as: 'type'
|
636
|
+
end
|
637
|
+
end
|
638
|
+
|
639
|
+
class DomainMappingSpec
|
640
|
+
# @private
|
641
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
642
|
+
property :certificate_mode, as: 'certificateMode'
|
643
|
+
property :force_override, as: 'forceOverride'
|
644
|
+
property :route_name, as: 'routeName'
|
645
|
+
end
|
646
|
+
end
|
647
|
+
|
648
|
+
class DomainMappingStatus
|
649
|
+
# @private
|
650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
651
|
+
collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::DomainMappingCondition, decorator: Google::Apis::RunV1alpha1::DomainMappingCondition::Representation
|
652
|
+
|
653
|
+
property :mapped_route_name, as: 'mappedRouteName'
|
654
|
+
property :observed_generation, as: 'observedGeneration'
|
655
|
+
collection :resource_records, as: 'resourceRecords', class: Google::Apis::RunV1alpha1::ResourceRecord, decorator: Google::Apis::RunV1alpha1::ResourceRecord::Representation
|
656
|
+
|
657
|
+
end
|
658
|
+
end
|
659
|
+
|
660
|
+
class Empty
|
661
|
+
# @private
|
662
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
663
|
+
end
|
664
|
+
end
|
665
|
+
|
666
|
+
class EnvFromSource
|
667
|
+
# @private
|
668
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
669
|
+
property :config_map_ref, as: 'configMapRef', class: Google::Apis::RunV1alpha1::ConfigMapEnvSource, decorator: Google::Apis::RunV1alpha1::ConfigMapEnvSource::Representation
|
670
|
+
|
671
|
+
property :prefix, as: 'prefix'
|
672
|
+
property :secret_ref, as: 'secretRef', class: Google::Apis::RunV1alpha1::SecretEnvSource, decorator: Google::Apis::RunV1alpha1::SecretEnvSource::Representation
|
673
|
+
|
674
|
+
end
|
675
|
+
end
|
676
|
+
|
677
|
+
class EnvVar
|
678
|
+
# @private
|
679
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
680
|
+
property :name, as: 'name'
|
681
|
+
property :value, as: 'value'
|
682
|
+
end
|
683
|
+
end
|
684
|
+
|
685
|
+
class ExecAction
|
686
|
+
# @private
|
687
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
688
|
+
property :command, as: 'command'
|
689
|
+
end
|
690
|
+
end
|
691
|
+
|
692
|
+
class Expr
|
693
|
+
# @private
|
694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
695
|
+
property :description, as: 'description'
|
696
|
+
property :expression, as: 'expression'
|
697
|
+
property :location, as: 'location'
|
698
|
+
property :title, as: 'title'
|
699
|
+
end
|
700
|
+
end
|
701
|
+
|
702
|
+
class HttpGetAction
|
703
|
+
# @private
|
704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
705
|
+
property :host, as: 'host'
|
706
|
+
collection :http_headers, as: 'httpHeaders', class: Google::Apis::RunV1alpha1::HttpHeader, decorator: Google::Apis::RunV1alpha1::HttpHeader::Representation
|
707
|
+
|
708
|
+
property :path, as: 'path'
|
709
|
+
property :port, as: 'port', class: Google::Apis::RunV1alpha1::IntOrString, decorator: Google::Apis::RunV1alpha1::IntOrString::Representation
|
710
|
+
|
711
|
+
property :scheme, as: 'scheme'
|
712
|
+
end
|
713
|
+
end
|
714
|
+
|
715
|
+
class HttpHeader
|
716
|
+
# @private
|
717
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
718
|
+
property :name, as: 'name'
|
719
|
+
property :value, as: 'value'
|
720
|
+
end
|
721
|
+
end
|
722
|
+
|
723
|
+
class Handler
|
724
|
+
# @private
|
725
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
726
|
+
property :exec, as: 'exec', class: Google::Apis::RunV1alpha1::ExecAction, decorator: Google::Apis::RunV1alpha1::ExecAction::Representation
|
727
|
+
|
728
|
+
property :http_get, as: 'httpGet', class: Google::Apis::RunV1alpha1::HttpGetAction, decorator: Google::Apis::RunV1alpha1::HttpGetAction::Representation
|
729
|
+
|
730
|
+
property :tcp_socket, as: 'tcpSocket', class: Google::Apis::RunV1alpha1::TcpSocketAction, decorator: Google::Apis::RunV1alpha1::TcpSocketAction::Representation
|
731
|
+
|
732
|
+
end
|
733
|
+
end
|
734
|
+
|
735
|
+
class Initializer
|
736
|
+
# @private
|
737
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
738
|
+
property :name, as: 'name'
|
739
|
+
end
|
740
|
+
end
|
741
|
+
|
742
|
+
class Initializers
|
743
|
+
# @private
|
744
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
745
|
+
collection :pending, as: 'pending', class: Google::Apis::RunV1alpha1::Initializer, decorator: Google::Apis::RunV1alpha1::Initializer::Representation
|
746
|
+
|
747
|
+
end
|
748
|
+
end
|
749
|
+
|
750
|
+
class IntOrString
|
751
|
+
# @private
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
753
|
+
property :int_val, as: 'intVal'
|
754
|
+
property :str_val, as: 'strVal'
|
755
|
+
property :type, :numeric_string => true, as: 'type'
|
756
|
+
end
|
757
|
+
end
|
758
|
+
|
759
|
+
class Lifecycle
|
760
|
+
# @private
|
761
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
762
|
+
property :post_start, as: 'postStart', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
|
763
|
+
|
764
|
+
property :pre_stop, as: 'preStop', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
|
765
|
+
|
766
|
+
end
|
767
|
+
end
|
768
|
+
|
769
|
+
class ListAuthorizedDomainsResponse
|
770
|
+
# @private
|
771
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
772
|
+
collection :domains, as: 'domains', class: Google::Apis::RunV1alpha1::AuthorizedDomain, decorator: Google::Apis::RunV1alpha1::AuthorizedDomain::Representation
|
773
|
+
|
774
|
+
property :next_page_token, as: 'nextPageToken'
|
775
|
+
end
|
776
|
+
end
|
777
|
+
|
778
|
+
class ListConfigurationsResponse
|
779
|
+
# @private
|
780
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
781
|
+
property :api_version, as: 'apiVersion'
|
782
|
+
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Configuration, decorator: Google::Apis::RunV1alpha1::Configuration::Representation
|
783
|
+
|
784
|
+
property :kind, as: 'kind'
|
785
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
|
786
|
+
|
787
|
+
collection :unreachable, as: 'unreachable'
|
788
|
+
end
|
789
|
+
end
|
790
|
+
|
791
|
+
class ListDomainMappingsResponse
|
792
|
+
# @private
|
793
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
794
|
+
property :api_version, as: 'apiVersion'
|
795
|
+
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::DomainMapping, decorator: Google::Apis::RunV1alpha1::DomainMapping::Representation
|
796
|
+
|
797
|
+
property :kind, as: 'kind'
|
798
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
|
799
|
+
|
800
|
+
end
|
801
|
+
end
|
802
|
+
|
803
|
+
class ListLocationsResponse
|
804
|
+
# @private
|
805
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
806
|
+
collection :locations, as: 'locations', class: Google::Apis::RunV1alpha1::Location, decorator: Google::Apis::RunV1alpha1::Location::Representation
|
807
|
+
|
808
|
+
property :next_page_token, as: 'nextPageToken'
|
809
|
+
end
|
810
|
+
end
|
811
|
+
|
812
|
+
class ListMeta
|
813
|
+
# @private
|
814
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
815
|
+
property :continue, as: 'continue'
|
816
|
+
property :resource_version, as: 'resourceVersion'
|
817
|
+
property :self_link, as: 'selfLink'
|
818
|
+
end
|
819
|
+
end
|
820
|
+
|
821
|
+
class ListRevisionsResponse
|
822
|
+
# @private
|
823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
824
|
+
property :api_version, as: 'apiVersion'
|
825
|
+
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Revision, decorator: Google::Apis::RunV1alpha1::Revision::Representation
|
826
|
+
|
827
|
+
property :kind, as: 'kind'
|
828
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
|
829
|
+
|
830
|
+
collection :unreachable, as: 'unreachable'
|
831
|
+
end
|
832
|
+
end
|
833
|
+
|
834
|
+
class ListRoutesResponse
|
835
|
+
# @private
|
836
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
837
|
+
property :api_version, as: 'apiVersion'
|
838
|
+
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Route, decorator: Google::Apis::RunV1alpha1::Route::Representation
|
839
|
+
|
840
|
+
property :kind, as: 'kind'
|
841
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
|
842
|
+
|
843
|
+
collection :unreachable, as: 'unreachable'
|
844
|
+
end
|
845
|
+
end
|
846
|
+
|
847
|
+
class ListServicesResponse
|
848
|
+
# @private
|
849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
850
|
+
property :api_version, as: 'apiVersion'
|
851
|
+
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Service, decorator: Google::Apis::RunV1alpha1::Service::Representation
|
852
|
+
|
853
|
+
property :kind, as: 'kind'
|
854
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
|
855
|
+
|
856
|
+
collection :unreachable, as: 'unreachable'
|
857
|
+
end
|
858
|
+
end
|
859
|
+
|
860
|
+
class LocalObjectReference
|
861
|
+
# @private
|
862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
863
|
+
property :name, as: 'name'
|
864
|
+
end
|
865
|
+
end
|
866
|
+
|
867
|
+
class Location
|
868
|
+
# @private
|
869
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
870
|
+
property :display_name, as: 'displayName'
|
871
|
+
hash :labels, as: 'labels'
|
872
|
+
property :location_id, as: 'locationId'
|
873
|
+
hash :metadata, as: 'metadata'
|
874
|
+
property :name, as: 'name'
|
875
|
+
end
|
876
|
+
end
|
877
|
+
|
878
|
+
class ObjectMeta
|
879
|
+
# @private
|
880
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
881
|
+
hash :annotations, as: 'annotations'
|
882
|
+
property :cluster_name, as: 'clusterName'
|
883
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
884
|
+
property :deletion_grace_period_seconds, as: 'deletionGracePeriodSeconds'
|
885
|
+
property :deletion_timestamp, as: 'deletionTimestamp'
|
886
|
+
collection :finalizers, as: 'finalizers'
|
887
|
+
property :generate_name, as: 'generateName'
|
888
|
+
property :generation, as: 'generation'
|
889
|
+
property :initializers, as: 'initializers', class: Google::Apis::RunV1alpha1::Initializers, decorator: Google::Apis::RunV1alpha1::Initializers::Representation
|
890
|
+
|
891
|
+
hash :labels, as: 'labels'
|
892
|
+
property :name, as: 'name'
|
893
|
+
property :namespace, as: 'namespace'
|
894
|
+
collection :owner_references, as: 'ownerReferences', class: Google::Apis::RunV1alpha1::OwnerReference, decorator: Google::Apis::RunV1alpha1::OwnerReference::Representation
|
895
|
+
|
896
|
+
property :resource_version, as: 'resourceVersion'
|
897
|
+
property :self_link, as: 'selfLink'
|
898
|
+
property :uid, as: 'uid'
|
899
|
+
end
|
900
|
+
end
|
901
|
+
|
902
|
+
class OwnerReference
|
903
|
+
# @private
|
904
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
905
|
+
property :api_version, as: 'apiVersion'
|
906
|
+
property :block_owner_deletion, as: 'blockOwnerDeletion'
|
907
|
+
property :controller, as: 'controller'
|
908
|
+
property :kind, as: 'kind'
|
909
|
+
property :name, as: 'name'
|
910
|
+
property :uid, as: 'uid'
|
911
|
+
end
|
912
|
+
end
|
913
|
+
|
914
|
+
class Policy
|
915
|
+
# @private
|
916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
917
|
+
collection :audit_configs, as: 'auditConfigs', class: Google::Apis::RunV1alpha1::AuditConfig, decorator: Google::Apis::RunV1alpha1::AuditConfig::Representation
|
918
|
+
|
919
|
+
collection :bindings, as: 'bindings', class: Google::Apis::RunV1alpha1::Binding, decorator: Google::Apis::RunV1alpha1::Binding::Representation
|
920
|
+
|
921
|
+
property :etag, :base64 => true, as: 'etag'
|
922
|
+
property :version, as: 'version'
|
923
|
+
end
|
924
|
+
end
|
925
|
+
|
926
|
+
class Probe
|
927
|
+
# @private
|
928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
929
|
+
property :failure_threshold, as: 'failureThreshold'
|
930
|
+
property :handler, as: 'handler', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
|
931
|
+
|
932
|
+
property :initial_delay_seconds, as: 'initialDelaySeconds'
|
933
|
+
property :period_seconds, as: 'periodSeconds'
|
934
|
+
property :success_threshold, as: 'successThreshold'
|
935
|
+
property :timeout_seconds, as: 'timeoutSeconds'
|
936
|
+
end
|
937
|
+
end
|
938
|
+
|
939
|
+
class Quantity
|
940
|
+
# @private
|
941
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
942
|
+
property :string, as: 'string'
|
943
|
+
end
|
944
|
+
end
|
945
|
+
|
946
|
+
class ResourceRecord
|
947
|
+
# @private
|
948
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
949
|
+
property :name, as: 'name'
|
950
|
+
property :rrdata, as: 'rrdata'
|
951
|
+
property :type, as: 'type'
|
952
|
+
end
|
953
|
+
end
|
954
|
+
|
955
|
+
class ResourceRequirements
|
956
|
+
# @private
|
957
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
958
|
+
hash :limits, as: 'limits'
|
959
|
+
hash :limits_in_map, as: 'limitsInMap', class: Google::Apis::RunV1alpha1::Quantity, decorator: Google::Apis::RunV1alpha1::Quantity::Representation
|
960
|
+
|
961
|
+
hash :requests, as: 'requests'
|
962
|
+
hash :requests_in_map, as: 'requestsInMap', class: Google::Apis::RunV1alpha1::Quantity, decorator: Google::Apis::RunV1alpha1::Quantity::Representation
|
963
|
+
|
964
|
+
end
|
965
|
+
end
|
966
|
+
|
967
|
+
class Revision
|
968
|
+
# @private
|
969
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
970
|
+
property :api_version, as: 'apiVersion'
|
971
|
+
property :kind, as: 'kind'
|
972
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
|
973
|
+
|
974
|
+
property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RevisionSpec, decorator: Google::Apis::RunV1alpha1::RevisionSpec::Representation
|
975
|
+
|
976
|
+
property :status, as: 'status', class: Google::Apis::RunV1alpha1::RevisionStatus, decorator: Google::Apis::RunV1alpha1::RevisionStatus::Representation
|
977
|
+
|
978
|
+
end
|
979
|
+
end
|
980
|
+
|
981
|
+
class RevisionCondition
|
982
|
+
# @private
|
983
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
984
|
+
property :last_transition_time, as: 'lastTransitionTime'
|
985
|
+
property :message, as: 'message'
|
986
|
+
property :reason, as: 'reason'
|
987
|
+
property :status, as: 'status'
|
988
|
+
property :type, as: 'type'
|
989
|
+
end
|
990
|
+
end
|
991
|
+
|
992
|
+
class RevisionSpec
|
993
|
+
# @private
|
994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
995
|
+
property :concurrency_model, as: 'concurrencyModel'
|
996
|
+
property :container, as: 'container', class: Google::Apis::RunV1alpha1::Container, decorator: Google::Apis::RunV1alpha1::Container::Representation
|
997
|
+
|
998
|
+
property :container_concurrency, as: 'containerConcurrency'
|
999
|
+
property :generation, as: 'generation'
|
1000
|
+
property :service_account_name, as: 'serviceAccountName'
|
1001
|
+
property :serving_state, as: 'servingState'
|
1002
|
+
property :timeout_seconds, as: 'timeoutSeconds'
|
1003
|
+
end
|
1004
|
+
end
|
1005
|
+
|
1006
|
+
class RevisionStatus
|
1007
|
+
# @private
|
1008
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1009
|
+
collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::RevisionCondition, decorator: Google::Apis::RunV1alpha1::RevisionCondition::Representation
|
1010
|
+
|
1011
|
+
property :image_digest, as: 'imageDigest'
|
1012
|
+
property :log_url, as: 'logUrl'
|
1013
|
+
property :observed_generation, as: 'observedGeneration'
|
1014
|
+
property :service_name, as: 'serviceName'
|
1015
|
+
end
|
1016
|
+
end
|
1017
|
+
|
1018
|
+
class RevisionTemplate
|
1019
|
+
# @private
|
1020
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1021
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
|
1022
|
+
|
1023
|
+
property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RevisionSpec, decorator: Google::Apis::RunV1alpha1::RevisionSpec::Representation
|
1024
|
+
|
1025
|
+
end
|
1026
|
+
end
|
1027
|
+
|
1028
|
+
class Route
|
1029
|
+
# @private
|
1030
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1031
|
+
property :api_version, as: 'apiVersion'
|
1032
|
+
property :kind, as: 'kind'
|
1033
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
|
1034
|
+
|
1035
|
+
property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RouteSpec, decorator: Google::Apis::RunV1alpha1::RouteSpec::Representation
|
1036
|
+
|
1037
|
+
property :status, as: 'status', class: Google::Apis::RunV1alpha1::RouteStatus, decorator: Google::Apis::RunV1alpha1::RouteStatus::Representation
|
1038
|
+
|
1039
|
+
end
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class RouteCondition
|
1043
|
+
# @private
|
1044
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1045
|
+
property :last_transition_time, as: 'lastTransitionTime'
|
1046
|
+
property :message, as: 'message'
|
1047
|
+
property :reason, as: 'reason'
|
1048
|
+
property :status, as: 'status'
|
1049
|
+
property :type, as: 'type'
|
1050
|
+
end
|
1051
|
+
end
|
1052
|
+
|
1053
|
+
class RouteSpec
|
1054
|
+
# @private
|
1055
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1056
|
+
property :generation, as: 'generation'
|
1057
|
+
collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
|
1058
|
+
|
1059
|
+
end
|
1060
|
+
end
|
1061
|
+
|
1062
|
+
class RouteStatus
|
1063
|
+
# @private
|
1064
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1065
|
+
property :address, as: 'address', class: Google::Apis::RunV1alpha1::Addressable, decorator: Google::Apis::RunV1alpha1::Addressable::Representation
|
1066
|
+
|
1067
|
+
collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::RouteCondition, decorator: Google::Apis::RunV1alpha1::RouteCondition::Representation
|
1068
|
+
|
1069
|
+
property :domain, as: 'domain'
|
1070
|
+
property :domain_internal, as: 'domainInternal'
|
1071
|
+
property :observed_generation, as: 'observedGeneration'
|
1072
|
+
collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
|
1073
|
+
|
1074
|
+
end
|
1075
|
+
end
|
1076
|
+
|
1077
|
+
class SeLinuxOptions
|
1078
|
+
# @private
|
1079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1080
|
+
property :level, as: 'level'
|
1081
|
+
property :role, as: 'role'
|
1082
|
+
property :type, as: 'type'
|
1083
|
+
property :user, as: 'user'
|
1084
|
+
end
|
1085
|
+
end
|
1086
|
+
|
1087
|
+
class SecretEnvSource
|
1088
|
+
# @private
|
1089
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1090
|
+
property :local_object_reference, as: 'localObjectReference', class: Google::Apis::RunV1alpha1::LocalObjectReference, decorator: Google::Apis::RunV1alpha1::LocalObjectReference::Representation
|
1091
|
+
|
1092
|
+
property :optional, as: 'optional'
|
1093
|
+
end
|
1094
|
+
end
|
1095
|
+
|
1096
|
+
class SecurityContext
|
1097
|
+
# @private
|
1098
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1099
|
+
property :allow_privilege_escalation, as: 'allowPrivilegeEscalation'
|
1100
|
+
property :capabilities, as: 'capabilities', class: Google::Apis::RunV1alpha1::Capabilities, decorator: Google::Apis::RunV1alpha1::Capabilities::Representation
|
1101
|
+
|
1102
|
+
property :privileged, as: 'privileged'
|
1103
|
+
property :read_only_root_filesystem, as: 'readOnlyRootFilesystem'
|
1104
|
+
property :run_as_group, :numeric_string => true, as: 'runAsGroup'
|
1105
|
+
property :run_as_non_root, as: 'runAsNonRoot'
|
1106
|
+
property :run_as_user, :numeric_string => true, as: 'runAsUser'
|
1107
|
+
property :se_linux_options, as: 'seLinuxOptions', class: Google::Apis::RunV1alpha1::SeLinuxOptions, decorator: Google::Apis::RunV1alpha1::SeLinuxOptions::Representation
|
1108
|
+
|
1109
|
+
end
|
1110
|
+
end
|
1111
|
+
|
1112
|
+
class Service
|
1113
|
+
# @private
|
1114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1115
|
+
property :api_version, as: 'apiVersion'
|
1116
|
+
property :kind, as: 'kind'
|
1117
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
|
1118
|
+
|
1119
|
+
property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::ServiceSpec, decorator: Google::Apis::RunV1alpha1::ServiceSpec::Representation
|
1120
|
+
|
1121
|
+
property :status, as: 'status', class: Google::Apis::RunV1alpha1::ServiceStatus, decorator: Google::Apis::RunV1alpha1::ServiceStatus::Representation
|
1122
|
+
|
1123
|
+
end
|
1124
|
+
end
|
1125
|
+
|
1126
|
+
class ServiceCondition
|
1127
|
+
# @private
|
1128
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1129
|
+
property :last_transition_time, as: 'lastTransitionTime'
|
1130
|
+
property :message, as: 'message'
|
1131
|
+
property :reason, as: 'reason'
|
1132
|
+
property :status, as: 'status'
|
1133
|
+
property :type, as: 'type'
|
1134
|
+
end
|
1135
|
+
end
|
1136
|
+
|
1137
|
+
class ServiceSpec
|
1138
|
+
# @private
|
1139
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1140
|
+
property :generation, as: 'generation'
|
1141
|
+
property :manual, as: 'manual', class: Google::Apis::RunV1alpha1::ServiceSpecManualType, decorator: Google::Apis::RunV1alpha1::ServiceSpecManualType::Representation
|
1142
|
+
|
1143
|
+
property :pinned, as: 'pinned', class: Google::Apis::RunV1alpha1::ServiceSpecPinnedType, decorator: Google::Apis::RunV1alpha1::ServiceSpecPinnedType::Representation
|
1144
|
+
|
1145
|
+
property :release, as: 'release', class: Google::Apis::RunV1alpha1::ServiceSpecReleaseType, decorator: Google::Apis::RunV1alpha1::ServiceSpecReleaseType::Representation
|
1146
|
+
|
1147
|
+
property :run_latest, as: 'runLatest', class: Google::Apis::RunV1alpha1::ServiceSpecRunLatest, decorator: Google::Apis::RunV1alpha1::ServiceSpecRunLatest::Representation
|
1148
|
+
|
1149
|
+
end
|
1150
|
+
end
|
1151
|
+
|
1152
|
+
class ServiceSpecManualType
|
1153
|
+
# @private
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1155
|
+
end
|
1156
|
+
end
|
1157
|
+
|
1158
|
+
class ServiceSpecPinnedType
|
1159
|
+
# @private
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1161
|
+
property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
|
1162
|
+
|
1163
|
+
property :revision_name, as: 'revisionName'
|
1164
|
+
end
|
1165
|
+
end
|
1166
|
+
|
1167
|
+
class ServiceSpecReleaseType
|
1168
|
+
# @private
|
1169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1170
|
+
property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
|
1171
|
+
|
1172
|
+
collection :revisions, as: 'revisions'
|
1173
|
+
property :rollout_percent, as: 'rolloutPercent'
|
1174
|
+
end
|
1175
|
+
end
|
1176
|
+
|
1177
|
+
class ServiceSpecRunLatest
|
1178
|
+
# @private
|
1179
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1180
|
+
property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
|
1181
|
+
|
1182
|
+
end
|
1183
|
+
end
|
1184
|
+
|
1185
|
+
class ServiceStatus
|
1186
|
+
# @private
|
1187
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1188
|
+
property :address, as: 'address', class: Google::Apis::RunV1alpha1::Addressable, decorator: Google::Apis::RunV1alpha1::Addressable::Representation
|
1189
|
+
|
1190
|
+
collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::ServiceCondition, decorator: Google::Apis::RunV1alpha1::ServiceCondition::Representation
|
1191
|
+
|
1192
|
+
property :domain, as: 'domain'
|
1193
|
+
property :latest_created_revision_name, as: 'latestCreatedRevisionName'
|
1194
|
+
property :latest_ready_revision_name, as: 'latestReadyRevisionName'
|
1195
|
+
property :observed_generation, as: 'observedGeneration'
|
1196
|
+
collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
|
1197
|
+
|
1198
|
+
end
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class SetIamPolicyRequest
|
1202
|
+
# @private
|
1203
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1204
|
+
property :policy, as: 'policy', class: Google::Apis::RunV1alpha1::Policy, decorator: Google::Apis::RunV1alpha1::Policy::Representation
|
1205
|
+
|
1206
|
+
property :update_mask, as: 'updateMask'
|
1207
|
+
end
|
1208
|
+
end
|
1209
|
+
|
1210
|
+
class TcpSocketAction
|
1211
|
+
# @private
|
1212
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1213
|
+
property :host, as: 'host'
|
1214
|
+
property :port, as: 'port', class: Google::Apis::RunV1alpha1::IntOrString, decorator: Google::Apis::RunV1alpha1::IntOrString::Representation
|
1215
|
+
|
1216
|
+
end
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class TestIamPermissionsRequest
|
1220
|
+
# @private
|
1221
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1222
|
+
collection :permissions, as: 'permissions'
|
1223
|
+
end
|
1224
|
+
end
|
1225
|
+
|
1226
|
+
class TestIamPermissionsResponse
|
1227
|
+
# @private
|
1228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1229
|
+
collection :permissions, as: 'permissions'
|
1230
|
+
end
|
1231
|
+
end
|
1232
|
+
|
1233
|
+
class TrafficTarget
|
1234
|
+
# @private
|
1235
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1236
|
+
property :configuration_name, as: 'configurationName'
|
1237
|
+
property :name, as: 'name'
|
1238
|
+
property :percent, as: 'percent'
|
1239
|
+
property :revision_name, as: 'revisionName'
|
1240
|
+
end
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class VolumeDevice
|
1244
|
+
# @private
|
1245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1246
|
+
property :device_path, as: 'devicePath'
|
1247
|
+
property :name, as: 'name'
|
1248
|
+
end
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
class VolumeMount
|
1252
|
+
# @private
|
1253
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1254
|
+
property :mount_path, as: 'mountPath'
|
1255
|
+
property :mount_propagation, as: 'mountPropagation'
|
1256
|
+
property :name, as: 'name'
|
1257
|
+
property :read_only, as: 'readOnly'
|
1258
|
+
property :sub_path, as: 'subPath'
|
1259
|
+
end
|
1260
|
+
end
|
1261
|
+
end
|
1262
|
+
end
|
1263
|
+
end
|