google-apis-run_v1alpha1 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -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 RunV1alpha1
18
+ # Version of the google-apis-run_v1alpha1 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 = "20201113"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1861 @@
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 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 CloudAuditLogsSource
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class CloudAuditLogsSourceSpec
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CloudAuditLogsSourceStatus
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CloudEventOverrides
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class CloudPubSubSource
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class CloudPubSubSourceSpec
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class CloudPubSubSourceStatus
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class CloudSchedulerSource
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class CloudSchedulerSourceSpec
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CloudSchedulerSourceStatus
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class CloudStorageSource
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class CloudStorageSourceSpec
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class CloudStorageSourceStatus
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class Condition
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class ConfigMapEnvSource
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class ConfigMapKeySelector
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class ConfigMapVolumeSource
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class Configuration
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class ConfigurationCondition
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class ConfigurationSpec
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class ConfigurationStatus
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class Container
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class ContainerPort
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class Destination
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class DomainMapping
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class DomainMappingCondition
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class DomainMappingSpec
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class DomainMappingStatus
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class Empty
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class EnvFromSource
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class EnvVar
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class EnvVarSource
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class ExecAction
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class Expr
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class HttpGetAction
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class HttpHeader
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class Handler
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class IntOrString
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class KeyToPath
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class Lifecycle
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class ListAuthorizedDomainsResponse
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class ListCloudAuditLogsSourcesResponse
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class ListCloudPubSubSourcesResponse
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class ListCloudSchedulerSourcesResponse
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class ListCloudStorageSourcesResponse
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class ListConfigurationsResponse
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class ListDomainMappingsResponse
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class ListLocationsResponse
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class ListMeta
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class ListRevisionsResponse
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class ListRoutesResponse
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class ListServicesResponse
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class ListTriggersResponse
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class LocalObjectReference
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class Location
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class ObjectMeta
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class ObjectReference
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class OwnerReference
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class Policy
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class Probe
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class Quantity
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class ResourceRecord
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class ResourceRequirements
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class Revision
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class RevisionCondition
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class RevisionSpec
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class RevisionStatus
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class RevisionTemplate
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class Route
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class RouteCondition
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class RouteSpec
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class RouteStatus
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class SeLinuxOptions
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class SecretEnvSource
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class SecretKeySelector
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class SecretVolumeSource
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class SecurityContext
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class Service
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class ServiceCondition
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class ServiceSpec
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class ServiceSpecManualType
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class ServiceSpecPinnedType
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class ServiceSpecReleaseType
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class ServiceSpecRunLatest
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class ServiceStatus
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class SetIamPolicyRequest
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class TcpSocketAction
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class TestIamPermissionsRequest
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class TestIamPermissionsResponse
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class TrafficTarget
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class Trigger
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class TriggerCondition
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class TriggerFilter
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class TriggerSpec
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class TriggerStatus
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class Volume
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class VolumeDevice
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class VolumeMount
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class Addressable
650
+ # @private
651
+ class Representation < Google::Apis::Core::JsonRepresentation
652
+ property :hostname, as: 'hostname'
653
+ property :url, as: 'url'
654
+ end
655
+ end
656
+
657
+ class AuditConfig
658
+ # @private
659
+ class Representation < Google::Apis::Core::JsonRepresentation
660
+ collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::RunV1alpha1::AuditLogConfig, decorator: Google::Apis::RunV1alpha1::AuditLogConfig::Representation
661
+
662
+ property :service, as: 'service'
663
+ end
664
+ end
665
+
666
+ class AuditLogConfig
667
+ # @private
668
+ class Representation < Google::Apis::Core::JsonRepresentation
669
+ collection :exempted_members, as: 'exemptedMembers'
670
+ property :log_type, as: 'logType'
671
+ end
672
+ end
673
+
674
+ class AuthorizedDomain
675
+ # @private
676
+ class Representation < Google::Apis::Core::JsonRepresentation
677
+ property :id, as: 'id'
678
+ property :name, as: 'name'
679
+ end
680
+ end
681
+
682
+ class Binding
683
+ # @private
684
+ class Representation < Google::Apis::Core::JsonRepresentation
685
+ property :condition, as: 'condition', class: Google::Apis::RunV1alpha1::Expr, decorator: Google::Apis::RunV1alpha1::Expr::Representation
686
+
687
+ collection :members, as: 'members'
688
+ property :role, as: 'role'
689
+ end
690
+ end
691
+
692
+ class Capabilities
693
+ # @private
694
+ class Representation < Google::Apis::Core::JsonRepresentation
695
+ collection :add, as: 'add'
696
+ collection :drop, as: 'drop'
697
+ end
698
+ end
699
+
700
+ class CloudAuditLogsSource
701
+ # @private
702
+ class Representation < Google::Apis::Core::JsonRepresentation
703
+ property :api_version, as: 'apiVersion'
704
+ property :kind, as: 'kind'
705
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
706
+
707
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::CloudAuditLogsSourceSpec, decorator: Google::Apis::RunV1alpha1::CloudAuditLogsSourceSpec::Representation
708
+
709
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::CloudAuditLogsSourceStatus, decorator: Google::Apis::RunV1alpha1::CloudAuditLogsSourceStatus::Representation
710
+
711
+ end
712
+ end
713
+
714
+ class CloudAuditLogsSourceSpec
715
+ # @private
716
+ class Representation < Google::Apis::Core::JsonRepresentation
717
+ property :ce_overrides, as: 'ceOverrides', class: Google::Apis::RunV1alpha1::CloudEventOverrides, decorator: Google::Apis::RunV1alpha1::CloudEventOverrides::Representation
718
+
719
+ property :method_name, as: 'methodName'
720
+ property :resource_name, as: 'resourceName'
721
+ property :service_account_name, as: 'serviceAccountName'
722
+ property :service_name, as: 'serviceName'
723
+ property :sink, as: 'sink', class: Google::Apis::RunV1alpha1::Destination, decorator: Google::Apis::RunV1alpha1::Destination::Representation
724
+
725
+ end
726
+ end
727
+
728
+ class CloudAuditLogsSourceStatus
729
+ # @private
730
+ class Representation < Google::Apis::Core::JsonRepresentation
731
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::Condition, decorator: Google::Apis::RunV1alpha1::Condition::Representation
732
+
733
+ property :observed_generation, as: 'observedGeneration'
734
+ property :sink_uri, as: 'sinkUri'
735
+ end
736
+ end
737
+
738
+ class CloudEventOverrides
739
+ # @private
740
+ class Representation < Google::Apis::Core::JsonRepresentation
741
+ hash :extensions, as: 'extensions'
742
+ end
743
+ end
744
+
745
+ class CloudPubSubSource
746
+ # @private
747
+ class Representation < Google::Apis::Core::JsonRepresentation
748
+ property :api_version, as: 'apiVersion'
749
+ property :kind, as: 'kind'
750
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
751
+
752
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::CloudPubSubSourceSpec, decorator: Google::Apis::RunV1alpha1::CloudPubSubSourceSpec::Representation
753
+
754
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::CloudPubSubSourceStatus, decorator: Google::Apis::RunV1alpha1::CloudPubSubSourceStatus::Representation
755
+
756
+ end
757
+ end
758
+
759
+ class CloudPubSubSourceSpec
760
+ # @private
761
+ class Representation < Google::Apis::Core::JsonRepresentation
762
+ property :ack_deadline, as: 'ackDeadline'
763
+ property :ce_overrides, as: 'ceOverrides', class: Google::Apis::RunV1alpha1::CloudEventOverrides, decorator: Google::Apis::RunV1alpha1::CloudEventOverrides::Representation
764
+
765
+ property :project, as: 'project'
766
+ property :pubsub_secret, as: 'pubsubSecret', class: Google::Apis::RunV1alpha1::SecretKeySelector, decorator: Google::Apis::RunV1alpha1::SecretKeySelector::Representation
767
+
768
+ property :retain_acked_messages, as: 'retainAckedMessages'
769
+ property :retention_duration, as: 'retentionDuration'
770
+ property :secret, as: 'secret', class: Google::Apis::RunV1alpha1::SecretKeySelector, decorator: Google::Apis::RunV1alpha1::SecretKeySelector::Representation
771
+
772
+ property :sink, as: 'sink', class: Google::Apis::RunV1alpha1::Destination, decorator: Google::Apis::RunV1alpha1::Destination::Representation
773
+
774
+ property :topic, as: 'topic'
775
+ end
776
+ end
777
+
778
+ class CloudPubSubSourceStatus
779
+ # @private
780
+ class Representation < Google::Apis::Core::JsonRepresentation
781
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::Condition, decorator: Google::Apis::RunV1alpha1::Condition::Representation
782
+
783
+ property :observed_generation, as: 'observedGeneration'
784
+ property :sink_uri, as: 'sinkUri'
785
+ end
786
+ end
787
+
788
+ class CloudSchedulerSource
789
+ # @private
790
+ class Representation < Google::Apis::Core::JsonRepresentation
791
+ property :api_version, as: 'apiVersion'
792
+ property :kind, as: 'kind'
793
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
794
+
795
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::CloudSchedulerSourceSpec, decorator: Google::Apis::RunV1alpha1::CloudSchedulerSourceSpec::Representation
796
+
797
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::CloudSchedulerSourceStatus, decorator: Google::Apis::RunV1alpha1::CloudSchedulerSourceStatus::Representation
798
+
799
+ end
800
+ end
801
+
802
+ class CloudSchedulerSourceSpec
803
+ # @private
804
+ class Representation < Google::Apis::Core::JsonRepresentation
805
+ property :ce_overrides, as: 'ceOverrides', class: Google::Apis::RunV1alpha1::CloudEventOverrides, decorator: Google::Apis::RunV1alpha1::CloudEventOverrides::Representation
806
+
807
+ property :data, as: 'data'
808
+ property :location, as: 'location'
809
+ property :project, as: 'project'
810
+ property :pubsub_secret, as: 'pubsubSecret', class: Google::Apis::RunV1alpha1::SecretKeySelector, decorator: Google::Apis::RunV1alpha1::SecretKeySelector::Representation
811
+
812
+ property :schedule, as: 'schedule'
813
+ property :secret, as: 'secret', class: Google::Apis::RunV1alpha1::SecretKeySelector, decorator: Google::Apis::RunV1alpha1::SecretKeySelector::Representation
814
+
815
+ property :sink, as: 'sink', class: Google::Apis::RunV1alpha1::Destination, decorator: Google::Apis::RunV1alpha1::Destination::Representation
816
+
817
+ end
818
+ end
819
+
820
+ class CloudSchedulerSourceStatus
821
+ # @private
822
+ class Representation < Google::Apis::Core::JsonRepresentation
823
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::Condition, decorator: Google::Apis::RunV1alpha1::Condition::Representation
824
+
825
+ property :observed_generation, as: 'observedGeneration'
826
+ property :sink_uri, as: 'sinkUri'
827
+ end
828
+ end
829
+
830
+ class CloudStorageSource
831
+ # @private
832
+ class Representation < Google::Apis::Core::JsonRepresentation
833
+ property :api_version, as: 'apiVersion'
834
+ property :kind, as: 'kind'
835
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
836
+
837
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::CloudStorageSourceSpec, decorator: Google::Apis::RunV1alpha1::CloudStorageSourceSpec::Representation
838
+
839
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::CloudStorageSourceStatus, decorator: Google::Apis::RunV1alpha1::CloudStorageSourceStatus::Representation
840
+
841
+ end
842
+ end
843
+
844
+ class CloudStorageSourceSpec
845
+ # @private
846
+ class Representation < Google::Apis::Core::JsonRepresentation
847
+ property :bucket, as: 'bucket'
848
+ property :ce_overrides, as: 'ceOverrides', class: Google::Apis::RunV1alpha1::CloudEventOverrides, decorator: Google::Apis::RunV1alpha1::CloudEventOverrides::Representation
849
+
850
+ collection :event_types, as: 'eventTypes'
851
+ property :object_name_prefix, as: 'objectNamePrefix'
852
+ property :payload_format, as: 'payloadFormat'
853
+ property :project, as: 'project'
854
+ property :pubsub_secret, as: 'pubsubSecret', class: Google::Apis::RunV1alpha1::SecretKeySelector, decorator: Google::Apis::RunV1alpha1::SecretKeySelector::Representation
855
+
856
+ property :secret, as: 'secret', class: Google::Apis::RunV1alpha1::SecretKeySelector, decorator: Google::Apis::RunV1alpha1::SecretKeySelector::Representation
857
+
858
+ property :service_account_name, as: 'serviceAccountName'
859
+ property :sink, as: 'sink', class: Google::Apis::RunV1alpha1::Destination, decorator: Google::Apis::RunV1alpha1::Destination::Representation
860
+
861
+ end
862
+ end
863
+
864
+ class CloudStorageSourceStatus
865
+ # @private
866
+ class Representation < Google::Apis::Core::JsonRepresentation
867
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::Condition, decorator: Google::Apis::RunV1alpha1::Condition::Representation
868
+
869
+ property :observed_generation, as: 'observedGeneration'
870
+ property :sink_uri, as: 'sinkUri'
871
+ end
872
+ end
873
+
874
+ class Condition
875
+ # @private
876
+ class Representation < Google::Apis::Core::JsonRepresentation
877
+ property :last_transition_time, as: 'lastTransitionTime'
878
+ property :message, as: 'message'
879
+ property :reason, as: 'reason'
880
+ property :severity, as: 'severity'
881
+ property :status, as: 'status'
882
+ property :type, as: 'type'
883
+ end
884
+ end
885
+
886
+ class ConfigMapEnvSource
887
+ # @private
888
+ class Representation < Google::Apis::Core::JsonRepresentation
889
+ property :local_object_reference, as: 'localObjectReference', class: Google::Apis::RunV1alpha1::LocalObjectReference, decorator: Google::Apis::RunV1alpha1::LocalObjectReference::Representation
890
+
891
+ property :name, as: 'name'
892
+ property :optional, as: 'optional'
893
+ end
894
+ end
895
+
896
+ class ConfigMapKeySelector
897
+ # @private
898
+ class Representation < Google::Apis::Core::JsonRepresentation
899
+ property :key, as: 'key'
900
+ property :local_object_reference, as: 'localObjectReference', class: Google::Apis::RunV1alpha1::LocalObjectReference, decorator: Google::Apis::RunV1alpha1::LocalObjectReference::Representation
901
+
902
+ property :name, as: 'name'
903
+ property :optional, as: 'optional'
904
+ end
905
+ end
906
+
907
+ class ConfigMapVolumeSource
908
+ # @private
909
+ class Representation < Google::Apis::Core::JsonRepresentation
910
+ property :default_mode, as: 'defaultMode'
911
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::KeyToPath, decorator: Google::Apis::RunV1alpha1::KeyToPath::Representation
912
+
913
+ property :name, as: 'name'
914
+ property :optional, as: 'optional'
915
+ end
916
+ end
917
+
918
+ class Configuration
919
+ # @private
920
+ class Representation < Google::Apis::Core::JsonRepresentation
921
+ property :api_version, as: 'apiVersion'
922
+ property :kind, as: 'kind'
923
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
924
+
925
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
926
+
927
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::ConfigurationStatus, decorator: Google::Apis::RunV1alpha1::ConfigurationStatus::Representation
928
+
929
+ end
930
+ end
931
+
932
+ class ConfigurationCondition
933
+ # @private
934
+ class Representation < Google::Apis::Core::JsonRepresentation
935
+ property :last_transition_time, as: 'lastTransitionTime'
936
+ property :message, as: 'message'
937
+ property :reason, as: 'reason'
938
+ property :severity, as: 'severity'
939
+ property :status, as: 'status'
940
+ property :type, as: 'type'
941
+ end
942
+ end
943
+
944
+ class ConfigurationSpec
945
+ # @private
946
+ class Representation < Google::Apis::Core::JsonRepresentation
947
+ property :generation, as: 'generation'
948
+ property :revision_template, as: 'revisionTemplate', class: Google::Apis::RunV1alpha1::RevisionTemplate, decorator: Google::Apis::RunV1alpha1::RevisionTemplate::Representation
949
+
950
+ property :template, as: 'template', class: Google::Apis::RunV1alpha1::RevisionTemplate, decorator: Google::Apis::RunV1alpha1::RevisionTemplate::Representation
951
+
952
+ end
953
+ end
954
+
955
+ class ConfigurationStatus
956
+ # @private
957
+ class Representation < Google::Apis::Core::JsonRepresentation
958
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::ConfigurationCondition, decorator: Google::Apis::RunV1alpha1::ConfigurationCondition::Representation
959
+
960
+ property :latest_created_revision_name, as: 'latestCreatedRevisionName'
961
+ property :latest_ready_revision_name, as: 'latestReadyRevisionName'
962
+ property :observed_generation, as: 'observedGeneration'
963
+ end
964
+ end
965
+
966
+ class Container
967
+ # @private
968
+ class Representation < Google::Apis::Core::JsonRepresentation
969
+ collection :args, as: 'args'
970
+ collection :command, as: 'command'
971
+ collection :env, as: 'env', class: Google::Apis::RunV1alpha1::EnvVar, decorator: Google::Apis::RunV1alpha1::EnvVar::Representation
972
+
973
+ collection :env_from, as: 'envFrom', class: Google::Apis::RunV1alpha1::EnvFromSource, decorator: Google::Apis::RunV1alpha1::EnvFromSource::Representation
974
+
975
+ property :image, as: 'image'
976
+ property :image_pull_policy, as: 'imagePullPolicy'
977
+ property :lifecycle, as: 'lifecycle', class: Google::Apis::RunV1alpha1::Lifecycle, decorator: Google::Apis::RunV1alpha1::Lifecycle::Representation
978
+
979
+ property :liveness_probe, as: 'livenessProbe', class: Google::Apis::RunV1alpha1::Probe, decorator: Google::Apis::RunV1alpha1::Probe::Representation
980
+
981
+ property :name, as: 'name'
982
+ collection :ports, as: 'ports', class: Google::Apis::RunV1alpha1::ContainerPort, decorator: Google::Apis::RunV1alpha1::ContainerPort::Representation
983
+
984
+ property :readiness_probe, as: 'readinessProbe', class: Google::Apis::RunV1alpha1::Probe, decorator: Google::Apis::RunV1alpha1::Probe::Representation
985
+
986
+ property :resources, as: 'resources', class: Google::Apis::RunV1alpha1::ResourceRequirements, decorator: Google::Apis::RunV1alpha1::ResourceRequirements::Representation
987
+
988
+ property :security_context, as: 'securityContext', class: Google::Apis::RunV1alpha1::SecurityContext, decorator: Google::Apis::RunV1alpha1::SecurityContext::Representation
989
+
990
+ property :stdin, as: 'stdin'
991
+ property :stdin_once, as: 'stdinOnce'
992
+ property :termination_message_path, as: 'terminationMessagePath'
993
+ property :termination_message_policy, as: 'terminationMessagePolicy'
994
+ property :tty, as: 'tty'
995
+ collection :volume_devices, as: 'volumeDevices', class: Google::Apis::RunV1alpha1::VolumeDevice, decorator: Google::Apis::RunV1alpha1::VolumeDevice::Representation
996
+
997
+ collection :volume_mounts, as: 'volumeMounts', class: Google::Apis::RunV1alpha1::VolumeMount, decorator: Google::Apis::RunV1alpha1::VolumeMount::Representation
998
+
999
+ property :working_dir, as: 'workingDir'
1000
+ end
1001
+ end
1002
+
1003
+ class ContainerPort
1004
+ # @private
1005
+ class Representation < Google::Apis::Core::JsonRepresentation
1006
+ property :container_port, as: 'containerPort'
1007
+ property :host_ip, as: 'hostIP'
1008
+ property :host_port, as: 'hostPort'
1009
+ property :name, as: 'name'
1010
+ property :protocol, as: 'protocol'
1011
+ end
1012
+ end
1013
+
1014
+ class Destination
1015
+ # @private
1016
+ class Representation < Google::Apis::Core::JsonRepresentation
1017
+ property :ref, as: 'ref', class: Google::Apis::RunV1alpha1::ObjectReference, decorator: Google::Apis::RunV1alpha1::ObjectReference::Representation
1018
+
1019
+ property :uri, as: 'uri'
1020
+ end
1021
+ end
1022
+
1023
+ class DomainMapping
1024
+ # @private
1025
+ class Representation < Google::Apis::Core::JsonRepresentation
1026
+ property :api_version, as: 'apiVersion'
1027
+ property :kind, as: 'kind'
1028
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1029
+
1030
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::DomainMappingSpec, decorator: Google::Apis::RunV1alpha1::DomainMappingSpec::Representation
1031
+
1032
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::DomainMappingStatus, decorator: Google::Apis::RunV1alpha1::DomainMappingStatus::Representation
1033
+
1034
+ end
1035
+ end
1036
+
1037
+ class DomainMappingCondition
1038
+ # @private
1039
+ class Representation < Google::Apis::Core::JsonRepresentation
1040
+ property :last_transition_time, as: 'lastTransitionTime'
1041
+ property :message, as: 'message'
1042
+ property :reason, as: 'reason'
1043
+ property :severity, as: 'severity'
1044
+ property :status, as: 'status'
1045
+ property :type, as: 'type'
1046
+ end
1047
+ end
1048
+
1049
+ class DomainMappingSpec
1050
+ # @private
1051
+ class Representation < Google::Apis::Core::JsonRepresentation
1052
+ property :certificate_mode, as: 'certificateMode'
1053
+ property :force_override, as: 'forceOverride'
1054
+ property :route_name, as: 'routeName'
1055
+ end
1056
+ end
1057
+
1058
+ class DomainMappingStatus
1059
+ # @private
1060
+ class Representation < Google::Apis::Core::JsonRepresentation
1061
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::DomainMappingCondition, decorator: Google::Apis::RunV1alpha1::DomainMappingCondition::Representation
1062
+
1063
+ property :mapped_route_name, as: 'mappedRouteName'
1064
+ property :observed_generation, as: 'observedGeneration'
1065
+ collection :resource_records, as: 'resourceRecords', class: Google::Apis::RunV1alpha1::ResourceRecord, decorator: Google::Apis::RunV1alpha1::ResourceRecord::Representation
1066
+
1067
+ property :url, as: 'url'
1068
+ end
1069
+ end
1070
+
1071
+ class Empty
1072
+ # @private
1073
+ class Representation < Google::Apis::Core::JsonRepresentation
1074
+ end
1075
+ end
1076
+
1077
+ class EnvFromSource
1078
+ # @private
1079
+ class Representation < Google::Apis::Core::JsonRepresentation
1080
+ property :config_map_ref, as: 'configMapRef', class: Google::Apis::RunV1alpha1::ConfigMapEnvSource, decorator: Google::Apis::RunV1alpha1::ConfigMapEnvSource::Representation
1081
+
1082
+ property :prefix, as: 'prefix'
1083
+ property :secret_ref, as: 'secretRef', class: Google::Apis::RunV1alpha1::SecretEnvSource, decorator: Google::Apis::RunV1alpha1::SecretEnvSource::Representation
1084
+
1085
+ end
1086
+ end
1087
+
1088
+ class EnvVar
1089
+ # @private
1090
+ class Representation < Google::Apis::Core::JsonRepresentation
1091
+ property :name, as: 'name'
1092
+ property :value, as: 'value'
1093
+ property :value_from, as: 'valueFrom', class: Google::Apis::RunV1alpha1::EnvVarSource, decorator: Google::Apis::RunV1alpha1::EnvVarSource::Representation
1094
+
1095
+ end
1096
+ end
1097
+
1098
+ class EnvVarSource
1099
+ # @private
1100
+ class Representation < Google::Apis::Core::JsonRepresentation
1101
+ property :config_map_key_ref, as: 'configMapKeyRef', class: Google::Apis::RunV1alpha1::ConfigMapKeySelector, decorator: Google::Apis::RunV1alpha1::ConfigMapKeySelector::Representation
1102
+
1103
+ property :secret_key_ref, as: 'secretKeyRef', class: Google::Apis::RunV1alpha1::SecretKeySelector, decorator: Google::Apis::RunV1alpha1::SecretKeySelector::Representation
1104
+
1105
+ end
1106
+ end
1107
+
1108
+ class ExecAction
1109
+ # @private
1110
+ class Representation < Google::Apis::Core::JsonRepresentation
1111
+ collection :command, as: 'command'
1112
+ end
1113
+ end
1114
+
1115
+ class Expr
1116
+ # @private
1117
+ class Representation < Google::Apis::Core::JsonRepresentation
1118
+ property :description, as: 'description'
1119
+ property :expression, as: 'expression'
1120
+ property :location, as: 'location'
1121
+ property :title, as: 'title'
1122
+ end
1123
+ end
1124
+
1125
+ class HttpGetAction
1126
+ # @private
1127
+ class Representation < Google::Apis::Core::JsonRepresentation
1128
+ property :host, as: 'host'
1129
+ collection :http_headers, as: 'httpHeaders', class: Google::Apis::RunV1alpha1::HttpHeader, decorator: Google::Apis::RunV1alpha1::HttpHeader::Representation
1130
+
1131
+ property :path, as: 'path'
1132
+ property :port, as: 'port', class: Google::Apis::RunV1alpha1::IntOrString, decorator: Google::Apis::RunV1alpha1::IntOrString::Representation
1133
+
1134
+ property :scheme, as: 'scheme'
1135
+ end
1136
+ end
1137
+
1138
+ class HttpHeader
1139
+ # @private
1140
+ class Representation < Google::Apis::Core::JsonRepresentation
1141
+ property :name, as: 'name'
1142
+ property :value, as: 'value'
1143
+ end
1144
+ end
1145
+
1146
+ class Handler
1147
+ # @private
1148
+ class Representation < Google::Apis::Core::JsonRepresentation
1149
+ property :exec, as: 'exec', class: Google::Apis::RunV1alpha1::ExecAction, decorator: Google::Apis::RunV1alpha1::ExecAction::Representation
1150
+
1151
+ property :http_get, as: 'httpGet', class: Google::Apis::RunV1alpha1::HttpGetAction, decorator: Google::Apis::RunV1alpha1::HttpGetAction::Representation
1152
+
1153
+ property :tcp_socket, as: 'tcpSocket', class: Google::Apis::RunV1alpha1::TcpSocketAction, decorator: Google::Apis::RunV1alpha1::TcpSocketAction::Representation
1154
+
1155
+ end
1156
+ end
1157
+
1158
+ class IntOrString
1159
+ # @private
1160
+ class Representation < Google::Apis::Core::JsonRepresentation
1161
+ property :int_val, as: 'intVal'
1162
+ property :str_val, as: 'strVal'
1163
+ property :type, as: 'type'
1164
+ end
1165
+ end
1166
+
1167
+ class KeyToPath
1168
+ # @private
1169
+ class Representation < Google::Apis::Core::JsonRepresentation
1170
+ property :key, as: 'key'
1171
+ property :mode, as: 'mode'
1172
+ property :path, as: 'path'
1173
+ end
1174
+ end
1175
+
1176
+ class Lifecycle
1177
+ # @private
1178
+ class Representation < Google::Apis::Core::JsonRepresentation
1179
+ property :post_start, as: 'postStart', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
1180
+
1181
+ property :pre_stop, as: 'preStop', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
1182
+
1183
+ end
1184
+ end
1185
+
1186
+ class ListAuthorizedDomainsResponse
1187
+ # @private
1188
+ class Representation < Google::Apis::Core::JsonRepresentation
1189
+ collection :domains, as: 'domains', class: Google::Apis::RunV1alpha1::AuthorizedDomain, decorator: Google::Apis::RunV1alpha1::AuthorizedDomain::Representation
1190
+
1191
+ property :next_page_token, as: 'nextPageToken'
1192
+ end
1193
+ end
1194
+
1195
+ class ListCloudAuditLogsSourcesResponse
1196
+ # @private
1197
+ class Representation < Google::Apis::Core::JsonRepresentation
1198
+ property :api_version, as: 'apiVersion'
1199
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::CloudAuditLogsSource, decorator: Google::Apis::RunV1alpha1::CloudAuditLogsSource::Representation
1200
+
1201
+ property :kind, as: 'kind'
1202
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1203
+
1204
+ collection :unreachable, as: 'unreachable'
1205
+ end
1206
+ end
1207
+
1208
+ class ListCloudPubSubSourcesResponse
1209
+ # @private
1210
+ class Representation < Google::Apis::Core::JsonRepresentation
1211
+ property :api_version, as: 'apiVersion'
1212
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::CloudPubSubSource, decorator: Google::Apis::RunV1alpha1::CloudPubSubSource::Representation
1213
+
1214
+ property :kind, as: 'kind'
1215
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1216
+
1217
+ collection :unreachable, as: 'unreachable'
1218
+ end
1219
+ end
1220
+
1221
+ class ListCloudSchedulerSourcesResponse
1222
+ # @private
1223
+ class Representation < Google::Apis::Core::JsonRepresentation
1224
+ property :api_version, as: 'apiVersion'
1225
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::CloudSchedulerSource, decorator: Google::Apis::RunV1alpha1::CloudSchedulerSource::Representation
1226
+
1227
+ property :kind, as: 'kind'
1228
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1229
+
1230
+ collection :unreachable, as: 'unreachable'
1231
+ end
1232
+ end
1233
+
1234
+ class ListCloudStorageSourcesResponse
1235
+ # @private
1236
+ class Representation < Google::Apis::Core::JsonRepresentation
1237
+ property :api_version, as: 'apiVersion'
1238
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::CloudStorageSource, decorator: Google::Apis::RunV1alpha1::CloudStorageSource::Representation
1239
+
1240
+ property :kind, as: 'kind'
1241
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1242
+
1243
+ collection :unreachable, as: 'unreachable'
1244
+ end
1245
+ end
1246
+
1247
+ class ListConfigurationsResponse
1248
+ # @private
1249
+ class Representation < Google::Apis::Core::JsonRepresentation
1250
+ property :api_version, as: 'apiVersion'
1251
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Configuration, decorator: Google::Apis::RunV1alpha1::Configuration::Representation
1252
+
1253
+ property :kind, as: 'kind'
1254
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1255
+
1256
+ collection :unreachable, as: 'unreachable'
1257
+ end
1258
+ end
1259
+
1260
+ class ListDomainMappingsResponse
1261
+ # @private
1262
+ class Representation < Google::Apis::Core::JsonRepresentation
1263
+ property :api_version, as: 'apiVersion'
1264
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::DomainMapping, decorator: Google::Apis::RunV1alpha1::DomainMapping::Representation
1265
+
1266
+ property :kind, as: 'kind'
1267
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1268
+
1269
+ collection :unreachable, as: 'unreachable'
1270
+ end
1271
+ end
1272
+
1273
+ class ListLocationsResponse
1274
+ # @private
1275
+ class Representation < Google::Apis::Core::JsonRepresentation
1276
+ collection :locations, as: 'locations', class: Google::Apis::RunV1alpha1::Location, decorator: Google::Apis::RunV1alpha1::Location::Representation
1277
+
1278
+ property :next_page_token, as: 'nextPageToken'
1279
+ end
1280
+ end
1281
+
1282
+ class ListMeta
1283
+ # @private
1284
+ class Representation < Google::Apis::Core::JsonRepresentation
1285
+ property :continue, as: 'continue'
1286
+ property :resource_version, as: 'resourceVersion'
1287
+ property :self_link, as: 'selfLink'
1288
+ end
1289
+ end
1290
+
1291
+ class ListRevisionsResponse
1292
+ # @private
1293
+ class Representation < Google::Apis::Core::JsonRepresentation
1294
+ property :api_version, as: 'apiVersion'
1295
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Revision, decorator: Google::Apis::RunV1alpha1::Revision::Representation
1296
+
1297
+ property :kind, as: 'kind'
1298
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1299
+
1300
+ collection :unreachable, as: 'unreachable'
1301
+ end
1302
+ end
1303
+
1304
+ class ListRoutesResponse
1305
+ # @private
1306
+ class Representation < Google::Apis::Core::JsonRepresentation
1307
+ property :api_version, as: 'apiVersion'
1308
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Route, decorator: Google::Apis::RunV1alpha1::Route::Representation
1309
+
1310
+ property :kind, as: 'kind'
1311
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1312
+
1313
+ collection :unreachable, as: 'unreachable'
1314
+ end
1315
+ end
1316
+
1317
+ class ListServicesResponse
1318
+ # @private
1319
+ class Representation < Google::Apis::Core::JsonRepresentation
1320
+ property :api_version, as: 'apiVersion'
1321
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Service, decorator: Google::Apis::RunV1alpha1::Service::Representation
1322
+
1323
+ property :kind, as: 'kind'
1324
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1325
+
1326
+ collection :unreachable, as: 'unreachable'
1327
+ end
1328
+ end
1329
+
1330
+ class ListTriggersResponse
1331
+ # @private
1332
+ class Representation < Google::Apis::Core::JsonRepresentation
1333
+ property :api_version, as: 'apiVersion'
1334
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Trigger, decorator: Google::Apis::RunV1alpha1::Trigger::Representation
1335
+
1336
+ property :kind, as: 'kind'
1337
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1338
+
1339
+ collection :unreachable, as: 'unreachable'
1340
+ end
1341
+ end
1342
+
1343
+ class LocalObjectReference
1344
+ # @private
1345
+ class Representation < Google::Apis::Core::JsonRepresentation
1346
+ property :name, as: 'name'
1347
+ end
1348
+ end
1349
+
1350
+ class Location
1351
+ # @private
1352
+ class Representation < Google::Apis::Core::JsonRepresentation
1353
+ property :display_name, as: 'displayName'
1354
+ hash :labels, as: 'labels'
1355
+ property :location_id, as: 'locationId'
1356
+ hash :metadata, as: 'metadata'
1357
+ property :name, as: 'name'
1358
+ end
1359
+ end
1360
+
1361
+ class ObjectMeta
1362
+ # @private
1363
+ class Representation < Google::Apis::Core::JsonRepresentation
1364
+ hash :annotations, as: 'annotations'
1365
+ property :cluster_name, as: 'clusterName'
1366
+ property :creation_timestamp, as: 'creationTimestamp'
1367
+ property :deletion_grace_period_seconds, as: 'deletionGracePeriodSeconds'
1368
+ property :deletion_timestamp, as: 'deletionTimestamp'
1369
+ collection :finalizers, as: 'finalizers'
1370
+ property :generate_name, as: 'generateName'
1371
+ property :generation, as: 'generation'
1372
+ hash :labels, as: 'labels'
1373
+ property :name, as: 'name'
1374
+ property :namespace, as: 'namespace'
1375
+ collection :owner_references, as: 'ownerReferences', class: Google::Apis::RunV1alpha1::OwnerReference, decorator: Google::Apis::RunV1alpha1::OwnerReference::Representation
1376
+
1377
+ property :resource_version, as: 'resourceVersion'
1378
+ property :self_link, as: 'selfLink'
1379
+ property :uid, as: 'uid'
1380
+ end
1381
+ end
1382
+
1383
+ class ObjectReference
1384
+ # @private
1385
+ class Representation < Google::Apis::Core::JsonRepresentation
1386
+ property :api_version, as: 'apiVersion'
1387
+ property :field_path, as: 'fieldPath'
1388
+ property :kind, as: 'kind'
1389
+ property :name, as: 'name'
1390
+ property :namespace, as: 'namespace'
1391
+ property :resource_version, as: 'resourceVersion'
1392
+ property :uid, as: 'uid'
1393
+ end
1394
+ end
1395
+
1396
+ class OwnerReference
1397
+ # @private
1398
+ class Representation < Google::Apis::Core::JsonRepresentation
1399
+ property :api_version, as: 'apiVersion'
1400
+ property :block_owner_deletion, as: 'blockOwnerDeletion'
1401
+ property :controller, as: 'controller'
1402
+ property :kind, as: 'kind'
1403
+ property :name, as: 'name'
1404
+ property :uid, as: 'uid'
1405
+ end
1406
+ end
1407
+
1408
+ class Policy
1409
+ # @private
1410
+ class Representation < Google::Apis::Core::JsonRepresentation
1411
+ collection :audit_configs, as: 'auditConfigs', class: Google::Apis::RunV1alpha1::AuditConfig, decorator: Google::Apis::RunV1alpha1::AuditConfig::Representation
1412
+
1413
+ collection :bindings, as: 'bindings', class: Google::Apis::RunV1alpha1::Binding, decorator: Google::Apis::RunV1alpha1::Binding::Representation
1414
+
1415
+ property :etag, :base64 => true, as: 'etag'
1416
+ property :version, as: 'version'
1417
+ end
1418
+ end
1419
+
1420
+ class Probe
1421
+ # @private
1422
+ class Representation < Google::Apis::Core::JsonRepresentation
1423
+ property :failure_threshold, as: 'failureThreshold'
1424
+ property :handler, as: 'handler', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
1425
+
1426
+ property :initial_delay_seconds, as: 'initialDelaySeconds'
1427
+ property :period_seconds, as: 'periodSeconds'
1428
+ property :success_threshold, as: 'successThreshold'
1429
+ property :timeout_seconds, as: 'timeoutSeconds'
1430
+ end
1431
+ end
1432
+
1433
+ class Quantity
1434
+ # @private
1435
+ class Representation < Google::Apis::Core::JsonRepresentation
1436
+ property :string, as: 'string'
1437
+ end
1438
+ end
1439
+
1440
+ class ResourceRecord
1441
+ # @private
1442
+ class Representation < Google::Apis::Core::JsonRepresentation
1443
+ property :name, as: 'name'
1444
+ property :rrdata, as: 'rrdata'
1445
+ property :type, as: 'type'
1446
+ end
1447
+ end
1448
+
1449
+ class ResourceRequirements
1450
+ # @private
1451
+ class Representation < Google::Apis::Core::JsonRepresentation
1452
+ hash :limits, as: 'limits'
1453
+ hash :limits_in_map, as: 'limitsInMap', class: Google::Apis::RunV1alpha1::Quantity, decorator: Google::Apis::RunV1alpha1::Quantity::Representation
1454
+
1455
+ hash :requests, as: 'requests'
1456
+ hash :requests_in_map, as: 'requestsInMap', class: Google::Apis::RunV1alpha1::Quantity, decorator: Google::Apis::RunV1alpha1::Quantity::Representation
1457
+
1458
+ end
1459
+ end
1460
+
1461
+ class Revision
1462
+ # @private
1463
+ class Representation < Google::Apis::Core::JsonRepresentation
1464
+ property :api_version, as: 'apiVersion'
1465
+ property :kind, as: 'kind'
1466
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1467
+
1468
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RevisionSpec, decorator: Google::Apis::RunV1alpha1::RevisionSpec::Representation
1469
+
1470
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::RevisionStatus, decorator: Google::Apis::RunV1alpha1::RevisionStatus::Representation
1471
+
1472
+ end
1473
+ end
1474
+
1475
+ class RevisionCondition
1476
+ # @private
1477
+ class Representation < Google::Apis::Core::JsonRepresentation
1478
+ property :last_transition_time, as: 'lastTransitionTime'
1479
+ property :message, as: 'message'
1480
+ property :reason, as: 'reason'
1481
+ property :severity, as: 'severity'
1482
+ property :status, as: 'status'
1483
+ property :type, as: 'type'
1484
+ end
1485
+ end
1486
+
1487
+ class RevisionSpec
1488
+ # @private
1489
+ class Representation < Google::Apis::Core::JsonRepresentation
1490
+ property :concurrency_model, as: 'concurrencyModel'
1491
+ property :container, as: 'container', class: Google::Apis::RunV1alpha1::Container, decorator: Google::Apis::RunV1alpha1::Container::Representation
1492
+
1493
+ property :container_concurrency, as: 'containerConcurrency'
1494
+ collection :containers, as: 'containers', class: Google::Apis::RunV1alpha1::Container, decorator: Google::Apis::RunV1alpha1::Container::Representation
1495
+
1496
+ property :generation, as: 'generation'
1497
+ property :service_account_name, as: 'serviceAccountName'
1498
+ property :serving_state, as: 'servingState'
1499
+ property :timeout_seconds, as: 'timeoutSeconds'
1500
+ collection :volumes, as: 'volumes', class: Google::Apis::RunV1alpha1::Volume, decorator: Google::Apis::RunV1alpha1::Volume::Representation
1501
+
1502
+ end
1503
+ end
1504
+
1505
+ class RevisionStatus
1506
+ # @private
1507
+ class Representation < Google::Apis::Core::JsonRepresentation
1508
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::RevisionCondition, decorator: Google::Apis::RunV1alpha1::RevisionCondition::Representation
1509
+
1510
+ property :image_digest, as: 'imageDigest'
1511
+ property :log_url, as: 'logUrl'
1512
+ property :observed_generation, as: 'observedGeneration'
1513
+ property :service_name, as: 'serviceName'
1514
+ end
1515
+ end
1516
+
1517
+ class RevisionTemplate
1518
+ # @private
1519
+ class Representation < Google::Apis::Core::JsonRepresentation
1520
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1521
+
1522
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RevisionSpec, decorator: Google::Apis::RunV1alpha1::RevisionSpec::Representation
1523
+
1524
+ end
1525
+ end
1526
+
1527
+ class Route
1528
+ # @private
1529
+ class Representation < Google::Apis::Core::JsonRepresentation
1530
+ property :api_version, as: 'apiVersion'
1531
+ property :kind, as: 'kind'
1532
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1533
+
1534
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RouteSpec, decorator: Google::Apis::RunV1alpha1::RouteSpec::Representation
1535
+
1536
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::RouteStatus, decorator: Google::Apis::RunV1alpha1::RouteStatus::Representation
1537
+
1538
+ end
1539
+ end
1540
+
1541
+ class RouteCondition
1542
+ # @private
1543
+ class Representation < Google::Apis::Core::JsonRepresentation
1544
+ property :last_transition_time, as: 'lastTransitionTime'
1545
+ property :message, as: 'message'
1546
+ property :reason, as: 'reason'
1547
+ property :severity, as: 'severity'
1548
+ property :status, as: 'status'
1549
+ property :type, as: 'type'
1550
+ end
1551
+ end
1552
+
1553
+ class RouteSpec
1554
+ # @private
1555
+ class Representation < Google::Apis::Core::JsonRepresentation
1556
+ property :generation, as: 'generation'
1557
+ collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
1558
+
1559
+ end
1560
+ end
1561
+
1562
+ class RouteStatus
1563
+ # @private
1564
+ class Representation < Google::Apis::Core::JsonRepresentation
1565
+ property :address, as: 'address', class: Google::Apis::RunV1alpha1::Addressable, decorator: Google::Apis::RunV1alpha1::Addressable::Representation
1566
+
1567
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::RouteCondition, decorator: Google::Apis::RunV1alpha1::RouteCondition::Representation
1568
+
1569
+ property :domain, as: 'domain'
1570
+ property :domain_internal, as: 'domainInternal'
1571
+ property :observed_generation, as: 'observedGeneration'
1572
+ collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
1573
+
1574
+ property :url, as: 'url'
1575
+ end
1576
+ end
1577
+
1578
+ class SeLinuxOptions
1579
+ # @private
1580
+ class Representation < Google::Apis::Core::JsonRepresentation
1581
+ property :level, as: 'level'
1582
+ property :role, as: 'role'
1583
+ property :type, as: 'type'
1584
+ property :user, as: 'user'
1585
+ end
1586
+ end
1587
+
1588
+ class SecretEnvSource
1589
+ # @private
1590
+ class Representation < Google::Apis::Core::JsonRepresentation
1591
+ property :local_object_reference, as: 'localObjectReference', class: Google::Apis::RunV1alpha1::LocalObjectReference, decorator: Google::Apis::RunV1alpha1::LocalObjectReference::Representation
1592
+
1593
+ property :name, as: 'name'
1594
+ property :optional, as: 'optional'
1595
+ end
1596
+ end
1597
+
1598
+ class SecretKeySelector
1599
+ # @private
1600
+ class Representation < Google::Apis::Core::JsonRepresentation
1601
+ property :key, as: 'key'
1602
+ property :local_object_reference, as: 'localObjectReference', class: Google::Apis::RunV1alpha1::LocalObjectReference, decorator: Google::Apis::RunV1alpha1::LocalObjectReference::Representation
1603
+
1604
+ property :name, as: 'name'
1605
+ property :optional, as: 'optional'
1606
+ end
1607
+ end
1608
+
1609
+ class SecretVolumeSource
1610
+ # @private
1611
+ class Representation < Google::Apis::Core::JsonRepresentation
1612
+ property :default_mode, as: 'defaultMode'
1613
+ collection :items, as: 'items', class: Google::Apis::RunV1alpha1::KeyToPath, decorator: Google::Apis::RunV1alpha1::KeyToPath::Representation
1614
+
1615
+ property :optional, as: 'optional'
1616
+ property :secret_name, as: 'secretName'
1617
+ end
1618
+ end
1619
+
1620
+ class SecurityContext
1621
+ # @private
1622
+ class Representation < Google::Apis::Core::JsonRepresentation
1623
+ property :allow_privilege_escalation, as: 'allowPrivilegeEscalation'
1624
+ property :capabilities, as: 'capabilities', class: Google::Apis::RunV1alpha1::Capabilities, decorator: Google::Apis::RunV1alpha1::Capabilities::Representation
1625
+
1626
+ property :privileged, as: 'privileged'
1627
+ property :read_only_root_filesystem, as: 'readOnlyRootFilesystem'
1628
+ property :run_as_group, as: 'runAsGroup'
1629
+ property :run_as_non_root, as: 'runAsNonRoot'
1630
+ property :run_as_user, as: 'runAsUser'
1631
+ property :se_linux_options, as: 'seLinuxOptions', class: Google::Apis::RunV1alpha1::SeLinuxOptions, decorator: Google::Apis::RunV1alpha1::SeLinuxOptions::Representation
1632
+
1633
+ end
1634
+ end
1635
+
1636
+ class Service
1637
+ # @private
1638
+ class Representation < Google::Apis::Core::JsonRepresentation
1639
+ property :api_version, as: 'apiVersion'
1640
+ property :kind, as: 'kind'
1641
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1642
+
1643
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::ServiceSpec, decorator: Google::Apis::RunV1alpha1::ServiceSpec::Representation
1644
+
1645
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::ServiceStatus, decorator: Google::Apis::RunV1alpha1::ServiceStatus::Representation
1646
+
1647
+ end
1648
+ end
1649
+
1650
+ class ServiceCondition
1651
+ # @private
1652
+ class Representation < Google::Apis::Core::JsonRepresentation
1653
+ property :last_transition_time, as: 'lastTransitionTime'
1654
+ property :message, as: 'message'
1655
+ property :reason, as: 'reason'
1656
+ property :severity, as: 'severity'
1657
+ property :status, as: 'status'
1658
+ property :type, as: 'type'
1659
+ end
1660
+ end
1661
+
1662
+ class ServiceSpec
1663
+ # @private
1664
+ class Representation < Google::Apis::Core::JsonRepresentation
1665
+ property :generation, as: 'generation'
1666
+ property :manual, as: 'manual', class: Google::Apis::RunV1alpha1::ServiceSpecManualType, decorator: Google::Apis::RunV1alpha1::ServiceSpecManualType::Representation
1667
+
1668
+ property :pinned, as: 'pinned', class: Google::Apis::RunV1alpha1::ServiceSpecPinnedType, decorator: Google::Apis::RunV1alpha1::ServiceSpecPinnedType::Representation
1669
+
1670
+ property :release, as: 'release', class: Google::Apis::RunV1alpha1::ServiceSpecReleaseType, decorator: Google::Apis::RunV1alpha1::ServiceSpecReleaseType::Representation
1671
+
1672
+ property :run_latest, as: 'runLatest', class: Google::Apis::RunV1alpha1::ServiceSpecRunLatest, decorator: Google::Apis::RunV1alpha1::ServiceSpecRunLatest::Representation
1673
+
1674
+ property :template, as: 'template', class: Google::Apis::RunV1alpha1::RevisionTemplate, decorator: Google::Apis::RunV1alpha1::RevisionTemplate::Representation
1675
+
1676
+ collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
1677
+
1678
+ end
1679
+ end
1680
+
1681
+ class ServiceSpecManualType
1682
+ # @private
1683
+ class Representation < Google::Apis::Core::JsonRepresentation
1684
+ end
1685
+ end
1686
+
1687
+ class ServiceSpecPinnedType
1688
+ # @private
1689
+ class Representation < Google::Apis::Core::JsonRepresentation
1690
+ property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
1691
+
1692
+ property :revision_name, as: 'revisionName'
1693
+ end
1694
+ end
1695
+
1696
+ class ServiceSpecReleaseType
1697
+ # @private
1698
+ class Representation < Google::Apis::Core::JsonRepresentation
1699
+ property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
1700
+
1701
+ collection :revisions, as: 'revisions'
1702
+ property :rollout_percent, as: 'rolloutPercent'
1703
+ end
1704
+ end
1705
+
1706
+ class ServiceSpecRunLatest
1707
+ # @private
1708
+ class Representation < Google::Apis::Core::JsonRepresentation
1709
+ property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
1710
+
1711
+ end
1712
+ end
1713
+
1714
+ class ServiceStatus
1715
+ # @private
1716
+ class Representation < Google::Apis::Core::JsonRepresentation
1717
+ property :address, as: 'address', class: Google::Apis::RunV1alpha1::Addressable, decorator: Google::Apis::RunV1alpha1::Addressable::Representation
1718
+
1719
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::ServiceCondition, decorator: Google::Apis::RunV1alpha1::ServiceCondition::Representation
1720
+
1721
+ property :domain, as: 'domain'
1722
+ property :latest_created_revision_name, as: 'latestCreatedRevisionName'
1723
+ property :latest_ready_revision_name, as: 'latestReadyRevisionName'
1724
+ property :observed_generation, as: 'observedGeneration'
1725
+ collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
1726
+
1727
+ property :url, as: 'url'
1728
+ end
1729
+ end
1730
+
1731
+ class SetIamPolicyRequest
1732
+ # @private
1733
+ class Representation < Google::Apis::Core::JsonRepresentation
1734
+ property :policy, as: 'policy', class: Google::Apis::RunV1alpha1::Policy, decorator: Google::Apis::RunV1alpha1::Policy::Representation
1735
+
1736
+ property :update_mask, as: 'updateMask'
1737
+ end
1738
+ end
1739
+
1740
+ class TcpSocketAction
1741
+ # @private
1742
+ class Representation < Google::Apis::Core::JsonRepresentation
1743
+ property :host, as: 'host'
1744
+ property :port, as: 'port', class: Google::Apis::RunV1alpha1::IntOrString, decorator: Google::Apis::RunV1alpha1::IntOrString::Representation
1745
+
1746
+ end
1747
+ end
1748
+
1749
+ class TestIamPermissionsRequest
1750
+ # @private
1751
+ class Representation < Google::Apis::Core::JsonRepresentation
1752
+ collection :permissions, as: 'permissions'
1753
+ end
1754
+ end
1755
+
1756
+ class TestIamPermissionsResponse
1757
+ # @private
1758
+ class Representation < Google::Apis::Core::JsonRepresentation
1759
+ collection :permissions, as: 'permissions'
1760
+ end
1761
+ end
1762
+
1763
+ class TrafficTarget
1764
+ # @private
1765
+ class Representation < Google::Apis::Core::JsonRepresentation
1766
+ property :configuration_name, as: 'configurationName'
1767
+ property :latest_revision, as: 'latestRevision'
1768
+ property :name, as: 'name'
1769
+ property :percent, as: 'percent'
1770
+ property :revision_name, as: 'revisionName'
1771
+ property :tag, as: 'tag'
1772
+ property :url, as: 'url'
1773
+ end
1774
+ end
1775
+
1776
+ class Trigger
1777
+ # @private
1778
+ class Representation < Google::Apis::Core::JsonRepresentation
1779
+ property :api_version, as: 'apiVersion'
1780
+ property :kind, as: 'kind'
1781
+ property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1782
+
1783
+ property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::TriggerSpec, decorator: Google::Apis::RunV1alpha1::TriggerSpec::Representation
1784
+
1785
+ property :status, as: 'status', class: Google::Apis::RunV1alpha1::TriggerStatus, decorator: Google::Apis::RunV1alpha1::TriggerStatus::Representation
1786
+
1787
+ end
1788
+ end
1789
+
1790
+ class TriggerCondition
1791
+ # @private
1792
+ class Representation < Google::Apis::Core::JsonRepresentation
1793
+ property :last_transition_time, as: 'lastTransitionTime'
1794
+ property :message, as: 'message'
1795
+ property :reason, as: 'reason'
1796
+ property :severity, as: 'severity'
1797
+ property :status, as: 'status'
1798
+ property :type, as: 'type'
1799
+ end
1800
+ end
1801
+
1802
+ class TriggerFilter
1803
+ # @private
1804
+ class Representation < Google::Apis::Core::JsonRepresentation
1805
+ hash :attributes, as: 'attributes'
1806
+ end
1807
+ end
1808
+
1809
+ class TriggerSpec
1810
+ # @private
1811
+ class Representation < Google::Apis::Core::JsonRepresentation
1812
+ property :broker, as: 'broker'
1813
+ property :filter, as: 'filter', class: Google::Apis::RunV1alpha1::TriggerFilter, decorator: Google::Apis::RunV1alpha1::TriggerFilter::Representation
1814
+
1815
+ property :subscriber, as: 'subscriber', class: Google::Apis::RunV1alpha1::Destination, decorator: Google::Apis::RunV1alpha1::Destination::Representation
1816
+
1817
+ end
1818
+ end
1819
+
1820
+ class TriggerStatus
1821
+ # @private
1822
+ class Representation < Google::Apis::Core::JsonRepresentation
1823
+ collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::TriggerCondition, decorator: Google::Apis::RunV1alpha1::TriggerCondition::Representation
1824
+
1825
+ property :observed_generation, as: 'observedGeneration'
1826
+ property :subscriber_uri, as: 'subscriberUri'
1827
+ end
1828
+ end
1829
+
1830
+ class Volume
1831
+ # @private
1832
+ class Representation < Google::Apis::Core::JsonRepresentation
1833
+ property :config_map, as: 'configMap', class: Google::Apis::RunV1alpha1::ConfigMapVolumeSource, decorator: Google::Apis::RunV1alpha1::ConfigMapVolumeSource::Representation
1834
+
1835
+ property :name, as: 'name'
1836
+ property :secret, as: 'secret', class: Google::Apis::RunV1alpha1::SecretVolumeSource, decorator: Google::Apis::RunV1alpha1::SecretVolumeSource::Representation
1837
+
1838
+ end
1839
+ end
1840
+
1841
+ class VolumeDevice
1842
+ # @private
1843
+ class Representation < Google::Apis::Core::JsonRepresentation
1844
+ property :device_path, as: 'devicePath'
1845
+ property :name, as: 'name'
1846
+ end
1847
+ end
1848
+
1849
+ class VolumeMount
1850
+ # @private
1851
+ class Representation < Google::Apis::Core::JsonRepresentation
1852
+ property :mount_path, as: 'mountPath'
1853
+ property :mount_propagation, as: 'mountPropagation'
1854
+ property :name, as: 'name'
1855
+ property :read_only, as: 'readOnly'
1856
+ property :sub_path, as: 'subPath'
1857
+ end
1858
+ end
1859
+ end
1860
+ end
1861
+ end