google-apis-run_v1alpha1 0.6.0 → 0.7.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module RunV1alpha1
18
18
  # Version of the google-apis-run_v1alpha1 gem
19
- GEM_VERSION = "0.6.0"
19
+ GEM_VERSION = "0.7.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210319"
25
+ REVISION = "20210503"
26
26
  end
27
27
  end
28
28
  end
@@ -22,36 +22,6 @@ module Google
22
22
  module Apis
23
23
  module RunV1alpha1
24
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
25
  class Capabilities
56
26
  class Representation < Google::Apis::Core::JsonRepresentation; end
57
27
 
@@ -76,30 +46,6 @@ module Google
76
46
  include Google::Apis::Core::JsonObjectSupport
77
47
  end
78
48
 
79
- class Configuration
80
- class Representation < Google::Apis::Core::JsonRepresentation; end
81
-
82
- include Google::Apis::Core::JsonObjectSupport
83
- end
84
-
85
- class ConfigurationCondition
86
- class Representation < Google::Apis::Core::JsonRepresentation; end
87
-
88
- include Google::Apis::Core::JsonObjectSupport
89
- end
90
-
91
- class ConfigurationSpec
92
- class Representation < Google::Apis::Core::JsonRepresentation; end
93
-
94
- include Google::Apis::Core::JsonObjectSupport
95
- end
96
-
97
- class ConfigurationStatus
98
- class Representation < Google::Apis::Core::JsonRepresentation; end
99
-
100
- include Google::Apis::Core::JsonObjectSupport
101
- end
102
-
103
49
  class Container
104
50
  class Representation < Google::Apis::Core::JsonRepresentation; end
105
51
 
@@ -112,30 +58,6 @@ module Google
112
58
  include Google::Apis::Core::JsonObjectSupport
113
59
  end
114
60
 
115
- class DomainMapping
116
- class Representation < Google::Apis::Core::JsonRepresentation; end
117
-
118
- include Google::Apis::Core::JsonObjectSupport
119
- end
120
-
121
- class DomainMappingCondition
122
- class Representation < Google::Apis::Core::JsonRepresentation; end
123
-
124
- include Google::Apis::Core::JsonObjectSupport
125
- end
126
-
127
- class DomainMappingSpec
128
- class Representation < Google::Apis::Core::JsonRepresentation; end
129
-
130
- include Google::Apis::Core::JsonObjectSupport
131
- end
132
-
133
- class DomainMappingStatus
134
- class Representation < Google::Apis::Core::JsonRepresentation; end
135
-
136
- include Google::Apis::Core::JsonObjectSupport
137
- end
138
-
139
61
  class Empty
140
62
  class Representation < Google::Apis::Core::JsonRepresentation; end
141
63
 
@@ -166,12 +88,6 @@ module Google
166
88
  include Google::Apis::Core::JsonObjectSupport
167
89
  end
168
90
 
169
- class Expr
170
- class Representation < Google::Apis::Core::JsonRepresentation; end
171
-
172
- include Google::Apis::Core::JsonObjectSupport
173
- end
174
-
175
91
  class HttpGetAction
176
92
  class Representation < Google::Apis::Core::JsonRepresentation; end
177
93
 
@@ -250,72 +166,24 @@ module Google
250
166
  include Google::Apis::Core::JsonObjectSupport
251
167
  end
252
168
 
253
- class ListAuthorizedDomainsResponse
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
- class ListConfigurationsResponse
260
- class Representation < Google::Apis::Core::JsonRepresentation; end
261
-
262
- include Google::Apis::Core::JsonObjectSupport
263
- end
264
-
265
- class ListDomainMappingsResponse
266
- class Representation < Google::Apis::Core::JsonRepresentation; end
267
-
268
- include Google::Apis::Core::JsonObjectSupport
269
- end
270
-
271
169
  class ListJobsResponse
272
170
  class Representation < Google::Apis::Core::JsonRepresentation; end
273
171
 
274
172
  include Google::Apis::Core::JsonObjectSupport
275
173
  end
276
174
 
277
- class ListLocationsResponse
278
- class Representation < Google::Apis::Core::JsonRepresentation; end
279
-
280
- include Google::Apis::Core::JsonObjectSupport
281
- end
282
-
283
175
  class ListMeta
284
176
  class Representation < Google::Apis::Core::JsonRepresentation; end
285
177
 
286
178
  include Google::Apis::Core::JsonObjectSupport
287
179
  end
288
180
 
289
- class ListRevisionsResponse
290
- class Representation < Google::Apis::Core::JsonRepresentation; end
291
-
292
- include Google::Apis::Core::JsonObjectSupport
293
- end
294
-
295
- class ListRoutesResponse
296
- class Representation < Google::Apis::Core::JsonRepresentation; end
297
-
298
- include Google::Apis::Core::JsonObjectSupport
299
- end
300
-
301
- class ListServicesResponse
302
- class Representation < Google::Apis::Core::JsonRepresentation; end
303
-
304
- include Google::Apis::Core::JsonObjectSupport
305
- end
306
-
307
181
  class LocalObjectReference
308
182
  class Representation < Google::Apis::Core::JsonRepresentation; end
309
183
 
310
184
  include Google::Apis::Core::JsonObjectSupport
311
185
  end
312
186
 
313
- class Location
314
- class Representation < Google::Apis::Core::JsonRepresentation; end
315
-
316
- include Google::Apis::Core::JsonObjectSupport
317
- end
318
-
319
187
  class ObjectMeta
320
188
  class Representation < Google::Apis::Core::JsonRepresentation; end
321
189
 
@@ -328,12 +196,6 @@ module Google
328
196
  include Google::Apis::Core::JsonObjectSupport
329
197
  end
330
198
 
331
- class Policy
332
- class Representation < Google::Apis::Core::JsonRepresentation; end
333
-
334
- include Google::Apis::Core::JsonObjectSupport
335
- end
336
-
337
199
  class Probe
338
200
  class Representation < Google::Apis::Core::JsonRepresentation; end
339
201
 
@@ -346,72 +208,12 @@ module Google
346
208
  include Google::Apis::Core::JsonObjectSupport
347
209
  end
348
210
 
349
- class ResourceRecord
350
- class Representation < Google::Apis::Core::JsonRepresentation; end
351
-
352
- include Google::Apis::Core::JsonObjectSupport
353
- end
354
-
355
211
  class ResourceRequirements
356
212
  class Representation < Google::Apis::Core::JsonRepresentation; end
357
213
 
358
214
  include Google::Apis::Core::JsonObjectSupport
359
215
  end
360
216
 
361
- class Revision
362
- class Representation < Google::Apis::Core::JsonRepresentation; end
363
-
364
- include Google::Apis::Core::JsonObjectSupport
365
- end
366
-
367
- class RevisionCondition
368
- class Representation < Google::Apis::Core::JsonRepresentation; end
369
-
370
- include Google::Apis::Core::JsonObjectSupport
371
- end
372
-
373
- class RevisionSpec
374
- class Representation < Google::Apis::Core::JsonRepresentation; end
375
-
376
- include Google::Apis::Core::JsonObjectSupport
377
- end
378
-
379
- class RevisionStatus
380
- class Representation < Google::Apis::Core::JsonRepresentation; end
381
-
382
- include Google::Apis::Core::JsonObjectSupport
383
- end
384
-
385
- class RevisionTemplate
386
- class Representation < Google::Apis::Core::JsonRepresentation; end
387
-
388
- include Google::Apis::Core::JsonObjectSupport
389
- end
390
-
391
- class Route
392
- class Representation < Google::Apis::Core::JsonRepresentation; end
393
-
394
- include Google::Apis::Core::JsonObjectSupport
395
- end
396
-
397
- class RouteCondition
398
- class Representation < Google::Apis::Core::JsonRepresentation; end
399
-
400
- include Google::Apis::Core::JsonObjectSupport
401
- end
402
-
403
- class RouteSpec
404
- class Representation < Google::Apis::Core::JsonRepresentation; end
405
-
406
- include Google::Apis::Core::JsonObjectSupport
407
- end
408
-
409
- class RouteStatus
410
- class Representation < Google::Apis::Core::JsonRepresentation; end
411
-
412
- include Google::Apis::Core::JsonObjectSupport
413
- end
414
-
415
217
  class SeLinuxOptions
416
218
  class Representation < Google::Apis::Core::JsonRepresentation; end
417
219
 
@@ -442,84 +244,12 @@ module Google
442
244
  include Google::Apis::Core::JsonObjectSupport
443
245
  end
444
246
 
445
- class Service
446
- class Representation < Google::Apis::Core::JsonRepresentation; end
447
-
448
- include Google::Apis::Core::JsonObjectSupport
449
- end
450
-
451
- class ServiceCondition
452
- class Representation < Google::Apis::Core::JsonRepresentation; end
453
-
454
- include Google::Apis::Core::JsonObjectSupport
455
- end
456
-
457
- class ServiceSpec
458
- class Representation < Google::Apis::Core::JsonRepresentation; end
459
-
460
- include Google::Apis::Core::JsonObjectSupport
461
- end
462
-
463
- class ServiceSpecManualType
464
- class Representation < Google::Apis::Core::JsonRepresentation; end
465
-
466
- include Google::Apis::Core::JsonObjectSupport
467
- end
468
-
469
- class ServiceSpecPinnedType
470
- class Representation < Google::Apis::Core::JsonRepresentation; end
471
-
472
- include Google::Apis::Core::JsonObjectSupport
473
- end
474
-
475
- class ServiceSpecReleaseType
476
- class Representation < Google::Apis::Core::JsonRepresentation; end
477
-
478
- include Google::Apis::Core::JsonObjectSupport
479
- end
480
-
481
- class ServiceSpecRunLatest
482
- class Representation < Google::Apis::Core::JsonRepresentation; end
483
-
484
- include Google::Apis::Core::JsonObjectSupport
485
- end
486
-
487
- class ServiceStatus
488
- class Representation < Google::Apis::Core::JsonRepresentation; end
489
-
490
- include Google::Apis::Core::JsonObjectSupport
491
- end
492
-
493
- class SetIamPolicyRequest
494
- class Representation < Google::Apis::Core::JsonRepresentation; end
495
-
496
- include Google::Apis::Core::JsonObjectSupport
497
- end
498
-
499
247
  class TcpSocketAction
500
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
501
249
 
502
250
  include Google::Apis::Core::JsonObjectSupport
503
251
  end
504
252
 
505
- class TestIamPermissionsRequest
506
- class Representation < Google::Apis::Core::JsonRepresentation; end
507
-
508
- include Google::Apis::Core::JsonObjectSupport
509
- end
510
-
511
- class TestIamPermissionsResponse
512
- class Representation < Google::Apis::Core::JsonRepresentation; end
513
-
514
- include Google::Apis::Core::JsonObjectSupport
515
- end
516
-
517
- class TrafficTarget
518
- class Representation < Google::Apis::Core::JsonRepresentation; end
519
-
520
- include Google::Apis::Core::JsonObjectSupport
521
- end
522
-
523
253
  class Volume
524
254
  class Representation < Google::Apis::Core::JsonRepresentation; end
525
255
 
@@ -538,49 +268,6 @@ module Google
538
268
  include Google::Apis::Core::JsonObjectSupport
539
269
  end
540
270
 
541
- class Addressable
542
- # @private
543
- class Representation < Google::Apis::Core::JsonRepresentation
544
- property :hostname, as: 'hostname'
545
- property :url, as: 'url'
546
- end
547
- end
548
-
549
- class AuditConfig
550
- # @private
551
- class Representation < Google::Apis::Core::JsonRepresentation
552
- collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::RunV1alpha1::AuditLogConfig, decorator: Google::Apis::RunV1alpha1::AuditLogConfig::Representation
553
-
554
- property :service, as: 'service'
555
- end
556
- end
557
-
558
- class AuditLogConfig
559
- # @private
560
- class Representation < Google::Apis::Core::JsonRepresentation
561
- collection :exempted_members, as: 'exemptedMembers'
562
- property :log_type, as: 'logType'
563
- end
564
- end
565
-
566
- class AuthorizedDomain
567
- # @private
568
- class Representation < Google::Apis::Core::JsonRepresentation
569
- property :id, as: 'id'
570
- property :name, as: 'name'
571
- end
572
- end
573
-
574
- class Binding
575
- # @private
576
- class Representation < Google::Apis::Core::JsonRepresentation
577
- property :condition, as: 'condition', class: Google::Apis::RunV1alpha1::Expr, decorator: Google::Apis::RunV1alpha1::Expr::Representation
578
-
579
- collection :members, as: 'members'
580
- property :role, as: 'role'
581
- end
582
- end
583
-
584
271
  class Capabilities
585
272
  # @private
586
273
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -621,55 +308,7 @@ module Google
621
308
  end
622
309
  end
623
310
 
624
- class Configuration
625
- # @private
626
- class Representation < Google::Apis::Core::JsonRepresentation
627
- property :api_version, as: 'apiVersion'
628
- property :kind, as: 'kind'
629
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
630
-
631
- property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
632
-
633
- property :status, as: 'status', class: Google::Apis::RunV1alpha1::ConfigurationStatus, decorator: Google::Apis::RunV1alpha1::ConfigurationStatus::Representation
634
-
635
- end
636
- end
637
-
638
- class ConfigurationCondition
639
- # @private
640
- class Representation < Google::Apis::Core::JsonRepresentation
641
- property :last_transition_time, as: 'lastTransitionTime'
642
- property :message, as: 'message'
643
- property :reason, as: 'reason'
644
- property :severity, as: 'severity'
645
- property :status, as: 'status'
646
- property :type, as: 'type'
647
- end
648
- end
649
-
650
- class ConfigurationSpec
651
- # @private
652
- class Representation < Google::Apis::Core::JsonRepresentation
653
- property :generation, as: 'generation'
654
- property :revision_template, as: 'revisionTemplate', class: Google::Apis::RunV1alpha1::RevisionTemplate, decorator: Google::Apis::RunV1alpha1::RevisionTemplate::Representation
655
-
656
- property :template, as: 'template', class: Google::Apis::RunV1alpha1::RevisionTemplate, decorator: Google::Apis::RunV1alpha1::RevisionTemplate::Representation
657
-
658
- end
659
- end
660
-
661
- class ConfigurationStatus
662
- # @private
663
- class Representation < Google::Apis::Core::JsonRepresentation
664
- collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::ConfigurationCondition, decorator: Google::Apis::RunV1alpha1::ConfigurationCondition::Representation
665
-
666
- property :latest_created_revision_name, as: 'latestCreatedRevisionName'
667
- property :latest_ready_revision_name, as: 'latestReadyRevisionName'
668
- property :observed_generation, as: 'observedGeneration'
669
- end
670
- end
671
-
672
- class Container
311
+ class Container
673
312
  # @private
674
313
  class Representation < Google::Apis::Core::JsonRepresentation
675
314
  collection :args, as: 'args'
@@ -717,54 +356,6 @@ module Google
717
356
  end
718
357
  end
719
358
 
720
- class DomainMapping
721
- # @private
722
- class Representation < Google::Apis::Core::JsonRepresentation
723
- property :api_version, as: 'apiVersion'
724
- property :kind, as: 'kind'
725
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
726
-
727
- property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::DomainMappingSpec, decorator: Google::Apis::RunV1alpha1::DomainMappingSpec::Representation
728
-
729
- property :status, as: 'status', class: Google::Apis::RunV1alpha1::DomainMappingStatus, decorator: Google::Apis::RunV1alpha1::DomainMappingStatus::Representation
730
-
731
- end
732
- end
733
-
734
- class DomainMappingCondition
735
- # @private
736
- class Representation < Google::Apis::Core::JsonRepresentation
737
- property :last_transition_time, as: 'lastTransitionTime'
738
- property :message, as: 'message'
739
- property :reason, as: 'reason'
740
- property :severity, as: 'severity'
741
- property :status, as: 'status'
742
- property :type, as: 'type'
743
- end
744
- end
745
-
746
- class DomainMappingSpec
747
- # @private
748
- class Representation < Google::Apis::Core::JsonRepresentation
749
- property :certificate_mode, as: 'certificateMode'
750
- property :force_override, as: 'forceOverride'
751
- property :route_name, as: 'routeName'
752
- end
753
- end
754
-
755
- class DomainMappingStatus
756
- # @private
757
- class Representation < Google::Apis::Core::JsonRepresentation
758
- collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::DomainMappingCondition, decorator: Google::Apis::RunV1alpha1::DomainMappingCondition::Representation
759
-
760
- property :mapped_route_name, as: 'mappedRouteName'
761
- property :observed_generation, as: 'observedGeneration'
762
- collection :resource_records, as: 'resourceRecords', class: Google::Apis::RunV1alpha1::ResourceRecord, decorator: Google::Apis::RunV1alpha1::ResourceRecord::Representation
763
-
764
- property :url, as: 'url'
765
- end
766
- end
767
-
768
359
  class Empty
769
360
  # @private
770
361
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -809,16 +400,6 @@ module Google
809
400
  end
810
401
  end
811
402
 
812
- class Expr
813
- # @private
814
- class Representation < Google::Apis::Core::JsonRepresentation
815
- property :description, as: 'description'
816
- property :expression, as: 'expression'
817
- property :location, as: 'location'
818
- property :title, as: 'title'
819
- end
820
- end
821
-
822
403
  class HttpGetAction
823
404
  # @private
824
405
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -971,41 +552,6 @@ module Google
971
552
  end
972
553
  end
973
554
 
974
- class ListAuthorizedDomainsResponse
975
- # @private
976
- class Representation < Google::Apis::Core::JsonRepresentation
977
- collection :domains, as: 'domains', class: Google::Apis::RunV1alpha1::AuthorizedDomain, decorator: Google::Apis::RunV1alpha1::AuthorizedDomain::Representation
978
-
979
- property :next_page_token, as: 'nextPageToken'
980
- end
981
- end
982
-
983
- class ListConfigurationsResponse
984
- # @private
985
- class Representation < Google::Apis::Core::JsonRepresentation
986
- property :api_version, as: 'apiVersion'
987
- collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Configuration, decorator: Google::Apis::RunV1alpha1::Configuration::Representation
988
-
989
- property :kind, as: 'kind'
990
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
991
-
992
- collection :unreachable, as: 'unreachable'
993
- end
994
- end
995
-
996
- class ListDomainMappingsResponse
997
- # @private
998
- class Representation < Google::Apis::Core::JsonRepresentation
999
- property :api_version, as: 'apiVersion'
1000
- collection :items, as: 'items', class: Google::Apis::RunV1alpha1::DomainMapping, decorator: Google::Apis::RunV1alpha1::DomainMapping::Representation
1001
-
1002
- property :kind, as: 'kind'
1003
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1004
-
1005
- collection :unreachable, as: 'unreachable'
1006
- end
1007
- end
1008
-
1009
555
  class ListJobsResponse
1010
556
  # @private
1011
557
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1020,15 +566,6 @@ module Google
1020
566
  end
1021
567
  end
1022
568
 
1023
- class ListLocationsResponse
1024
- # @private
1025
- class Representation < Google::Apis::Core::JsonRepresentation
1026
- collection :locations, as: 'locations', class: Google::Apis::RunV1alpha1::Location, decorator: Google::Apis::RunV1alpha1::Location::Representation
1027
-
1028
- property :next_page_token, as: 'nextPageToken'
1029
- end
1030
- end
1031
-
1032
569
  class ListMeta
1033
570
  # @private
1034
571
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1038,45 +575,6 @@ module Google
1038
575
  end
1039
576
  end
1040
577
 
1041
- class ListRevisionsResponse
1042
- # @private
1043
- class Representation < Google::Apis::Core::JsonRepresentation
1044
- property :api_version, as: 'apiVersion'
1045
- collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Revision, decorator: Google::Apis::RunV1alpha1::Revision::Representation
1046
-
1047
- property :kind, as: 'kind'
1048
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1049
-
1050
- collection :unreachable, as: 'unreachable'
1051
- end
1052
- end
1053
-
1054
- class ListRoutesResponse
1055
- # @private
1056
- class Representation < Google::Apis::Core::JsonRepresentation
1057
- property :api_version, as: 'apiVersion'
1058
- collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Route, decorator: Google::Apis::RunV1alpha1::Route::Representation
1059
-
1060
- property :kind, as: 'kind'
1061
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1062
-
1063
- collection :unreachable, as: 'unreachable'
1064
- end
1065
- end
1066
-
1067
- class ListServicesResponse
1068
- # @private
1069
- class Representation < Google::Apis::Core::JsonRepresentation
1070
- property :api_version, as: 'apiVersion'
1071
- collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Service, decorator: Google::Apis::RunV1alpha1::Service::Representation
1072
-
1073
- property :kind, as: 'kind'
1074
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
1075
-
1076
- collection :unreachable, as: 'unreachable'
1077
- end
1078
- end
1079
-
1080
578
  class LocalObjectReference
1081
579
  # @private
1082
580
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1084,17 +582,6 @@ module Google
1084
582
  end
1085
583
  end
1086
584
 
1087
- class Location
1088
- # @private
1089
- class Representation < Google::Apis::Core::JsonRepresentation
1090
- property :display_name, as: 'displayName'
1091
- hash :labels, as: 'labels'
1092
- property :location_id, as: 'locationId'
1093
- hash :metadata, as: 'metadata'
1094
- property :name, as: 'name'
1095
- end
1096
- end
1097
-
1098
585
  class ObjectMeta
1099
586
  # @private
1100
587
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1129,18 +616,6 @@ module Google
1129
616
  end
1130
617
  end
1131
618
 
1132
- class Policy
1133
- # @private
1134
- class Representation < Google::Apis::Core::JsonRepresentation
1135
- collection :audit_configs, as: 'auditConfigs', class: Google::Apis::RunV1alpha1::AuditConfig, decorator: Google::Apis::RunV1alpha1::AuditConfig::Representation
1136
-
1137
- collection :bindings, as: 'bindings', class: Google::Apis::RunV1alpha1::Binding, decorator: Google::Apis::RunV1alpha1::Binding::Representation
1138
-
1139
- property :etag, :base64 => true, as: 'etag'
1140
- property :version, as: 'version'
1141
- end
1142
- end
1143
-
1144
619
  class Probe
1145
620
  # @private
1146
621
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1161,15 +636,6 @@ module Google
1161
636
  end
1162
637
  end
1163
638
 
1164
- class ResourceRecord
1165
- # @private
1166
- class Representation < Google::Apis::Core::JsonRepresentation
1167
- property :name, as: 'name'
1168
- property :rrdata, as: 'rrdata'
1169
- property :type, as: 'type'
1170
- end
1171
- end
1172
-
1173
639
  class ResourceRequirements
1174
640
  # @private
1175
641
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1182,123 +648,6 @@ module Google
1182
648
  end
1183
649
  end
1184
650
 
1185
- class Revision
1186
- # @private
1187
- class Representation < Google::Apis::Core::JsonRepresentation
1188
- property :api_version, as: 'apiVersion'
1189
- property :kind, as: 'kind'
1190
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1191
-
1192
- property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RevisionSpec, decorator: Google::Apis::RunV1alpha1::RevisionSpec::Representation
1193
-
1194
- property :status, as: 'status', class: Google::Apis::RunV1alpha1::RevisionStatus, decorator: Google::Apis::RunV1alpha1::RevisionStatus::Representation
1195
-
1196
- end
1197
- end
1198
-
1199
- class RevisionCondition
1200
- # @private
1201
- class Representation < Google::Apis::Core::JsonRepresentation
1202
- property :last_transition_time, as: 'lastTransitionTime'
1203
- property :message, as: 'message'
1204
- property :reason, as: 'reason'
1205
- property :severity, as: 'severity'
1206
- property :status, as: 'status'
1207
- property :type, as: 'type'
1208
- end
1209
- end
1210
-
1211
- class RevisionSpec
1212
- # @private
1213
- class Representation < Google::Apis::Core::JsonRepresentation
1214
- property :concurrency_model, as: 'concurrencyModel'
1215
- property :container, as: 'container', class: Google::Apis::RunV1alpha1::Container, decorator: Google::Apis::RunV1alpha1::Container::Representation
1216
-
1217
- property :container_concurrency, as: 'containerConcurrency'
1218
- collection :containers, as: 'containers', class: Google::Apis::RunV1alpha1::Container, decorator: Google::Apis::RunV1alpha1::Container::Representation
1219
-
1220
- property :generation, as: 'generation'
1221
- property :service_account_name, as: 'serviceAccountName'
1222
- property :serving_state, as: 'servingState'
1223
- property :timeout_seconds, as: 'timeoutSeconds'
1224
- collection :volumes, as: 'volumes', class: Google::Apis::RunV1alpha1::Volume, decorator: Google::Apis::RunV1alpha1::Volume::Representation
1225
-
1226
- end
1227
- end
1228
-
1229
- class RevisionStatus
1230
- # @private
1231
- class Representation < Google::Apis::Core::JsonRepresentation
1232
- collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::RevisionCondition, decorator: Google::Apis::RunV1alpha1::RevisionCondition::Representation
1233
-
1234
- property :image_digest, as: 'imageDigest'
1235
- property :log_url, as: 'logUrl'
1236
- property :observed_generation, as: 'observedGeneration'
1237
- property :service_name, as: 'serviceName'
1238
- end
1239
- end
1240
-
1241
- class RevisionTemplate
1242
- # @private
1243
- class Representation < Google::Apis::Core::JsonRepresentation
1244
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1245
-
1246
- property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RevisionSpec, decorator: Google::Apis::RunV1alpha1::RevisionSpec::Representation
1247
-
1248
- end
1249
- end
1250
-
1251
- class Route
1252
- # @private
1253
- class Representation < Google::Apis::Core::JsonRepresentation
1254
- property :api_version, as: 'apiVersion'
1255
- property :kind, as: 'kind'
1256
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1257
-
1258
- property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::RouteSpec, decorator: Google::Apis::RunV1alpha1::RouteSpec::Representation
1259
-
1260
- property :status, as: 'status', class: Google::Apis::RunV1alpha1::RouteStatus, decorator: Google::Apis::RunV1alpha1::RouteStatus::Representation
1261
-
1262
- end
1263
- end
1264
-
1265
- class RouteCondition
1266
- # @private
1267
- class Representation < Google::Apis::Core::JsonRepresentation
1268
- property :last_transition_time, as: 'lastTransitionTime'
1269
- property :message, as: 'message'
1270
- property :reason, as: 'reason'
1271
- property :severity, as: 'severity'
1272
- property :status, as: 'status'
1273
- property :type, as: 'type'
1274
- end
1275
- end
1276
-
1277
- class RouteSpec
1278
- # @private
1279
- class Representation < Google::Apis::Core::JsonRepresentation
1280
- property :generation, as: 'generation'
1281
- collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
1282
-
1283
- end
1284
- end
1285
-
1286
- class RouteStatus
1287
- # @private
1288
- class Representation < Google::Apis::Core::JsonRepresentation
1289
- property :address, as: 'address', class: Google::Apis::RunV1alpha1::Addressable, decorator: Google::Apis::RunV1alpha1::Addressable::Representation
1290
-
1291
- collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::RouteCondition, decorator: Google::Apis::RunV1alpha1::RouteCondition::Representation
1292
-
1293
- property :domain, as: 'domain'
1294
- property :domain_internal, as: 'domainInternal'
1295
- property :observed_generation, as: 'observedGeneration'
1296
- collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
1297
-
1298
- property :url, as: 'url'
1299
- end
1300
- end
1301
-
1302
651
  class SeLinuxOptions
1303
652
  # @private
1304
653
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1357,110 +706,6 @@ module Google
1357
706
  end
1358
707
  end
1359
708
 
1360
- class Service
1361
- # @private
1362
- class Representation < Google::Apis::Core::JsonRepresentation
1363
- property :api_version, as: 'apiVersion'
1364
- property :kind, as: 'kind'
1365
- property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
1366
-
1367
- property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::ServiceSpec, decorator: Google::Apis::RunV1alpha1::ServiceSpec::Representation
1368
-
1369
- property :status, as: 'status', class: Google::Apis::RunV1alpha1::ServiceStatus, decorator: Google::Apis::RunV1alpha1::ServiceStatus::Representation
1370
-
1371
- end
1372
- end
1373
-
1374
- class ServiceCondition
1375
- # @private
1376
- class Representation < Google::Apis::Core::JsonRepresentation
1377
- property :last_transition_time, as: 'lastTransitionTime'
1378
- property :message, as: 'message'
1379
- property :reason, as: 'reason'
1380
- property :severity, as: 'severity'
1381
- property :status, as: 'status'
1382
- property :type, as: 'type'
1383
- end
1384
- end
1385
-
1386
- class ServiceSpec
1387
- # @private
1388
- class Representation < Google::Apis::Core::JsonRepresentation
1389
- property :generation, as: 'generation'
1390
- property :manual, as: 'manual', class: Google::Apis::RunV1alpha1::ServiceSpecManualType, decorator: Google::Apis::RunV1alpha1::ServiceSpecManualType::Representation
1391
-
1392
- property :pinned, as: 'pinned', class: Google::Apis::RunV1alpha1::ServiceSpecPinnedType, decorator: Google::Apis::RunV1alpha1::ServiceSpecPinnedType::Representation
1393
-
1394
- property :release, as: 'release', class: Google::Apis::RunV1alpha1::ServiceSpecReleaseType, decorator: Google::Apis::RunV1alpha1::ServiceSpecReleaseType::Representation
1395
-
1396
- property :run_latest, as: 'runLatest', class: Google::Apis::RunV1alpha1::ServiceSpecRunLatest, decorator: Google::Apis::RunV1alpha1::ServiceSpecRunLatest::Representation
1397
-
1398
- property :template, as: 'template', class: Google::Apis::RunV1alpha1::RevisionTemplate, decorator: Google::Apis::RunV1alpha1::RevisionTemplate::Representation
1399
-
1400
- collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
1401
-
1402
- end
1403
- end
1404
-
1405
- class ServiceSpecManualType
1406
- # @private
1407
- class Representation < Google::Apis::Core::JsonRepresentation
1408
- end
1409
- end
1410
-
1411
- class ServiceSpecPinnedType
1412
- # @private
1413
- class Representation < Google::Apis::Core::JsonRepresentation
1414
- property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
1415
-
1416
- property :revision_name, as: 'revisionName'
1417
- end
1418
- end
1419
-
1420
- class ServiceSpecReleaseType
1421
- # @private
1422
- class Representation < Google::Apis::Core::JsonRepresentation
1423
- property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
1424
-
1425
- collection :revisions, as: 'revisions'
1426
- property :rollout_percent, as: 'rolloutPercent'
1427
- end
1428
- end
1429
-
1430
- class ServiceSpecRunLatest
1431
- # @private
1432
- class Representation < Google::Apis::Core::JsonRepresentation
1433
- property :configuration, as: 'configuration', class: Google::Apis::RunV1alpha1::ConfigurationSpec, decorator: Google::Apis::RunV1alpha1::ConfigurationSpec::Representation
1434
-
1435
- end
1436
- end
1437
-
1438
- class ServiceStatus
1439
- # @private
1440
- class Representation < Google::Apis::Core::JsonRepresentation
1441
- property :address, as: 'address', class: Google::Apis::RunV1alpha1::Addressable, decorator: Google::Apis::RunV1alpha1::Addressable::Representation
1442
-
1443
- collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::ServiceCondition, decorator: Google::Apis::RunV1alpha1::ServiceCondition::Representation
1444
-
1445
- property :domain, as: 'domain'
1446
- property :latest_created_revision_name, as: 'latestCreatedRevisionName'
1447
- property :latest_ready_revision_name, as: 'latestReadyRevisionName'
1448
- property :observed_generation, as: 'observedGeneration'
1449
- collection :traffic, as: 'traffic', class: Google::Apis::RunV1alpha1::TrafficTarget, decorator: Google::Apis::RunV1alpha1::TrafficTarget::Representation
1450
-
1451
- property :url, as: 'url'
1452
- end
1453
- end
1454
-
1455
- class SetIamPolicyRequest
1456
- # @private
1457
- class Representation < Google::Apis::Core::JsonRepresentation
1458
- property :policy, as: 'policy', class: Google::Apis::RunV1alpha1::Policy, decorator: Google::Apis::RunV1alpha1::Policy::Representation
1459
-
1460
- property :update_mask, as: 'updateMask'
1461
- end
1462
- end
1463
-
1464
709
  class TcpSocketAction
1465
710
  # @private
1466
711
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -1470,33 +715,6 @@ module Google
1470
715
  end
1471
716
  end
1472
717
 
1473
- class TestIamPermissionsRequest
1474
- # @private
1475
- class Representation < Google::Apis::Core::JsonRepresentation
1476
- collection :permissions, as: 'permissions'
1477
- end
1478
- end
1479
-
1480
- class TestIamPermissionsResponse
1481
- # @private
1482
- class Representation < Google::Apis::Core::JsonRepresentation
1483
- collection :permissions, as: 'permissions'
1484
- end
1485
- end
1486
-
1487
- class TrafficTarget
1488
- # @private
1489
- class Representation < Google::Apis::Core::JsonRepresentation
1490
- property :configuration_name, as: 'configurationName'
1491
- property :latest_revision, as: 'latestRevision'
1492
- property :name, as: 'name'
1493
- property :percent, as: 'percent'
1494
- property :revision_name, as: 'revisionName'
1495
- property :tag, as: 'tag'
1496
- property :url, as: 'url'
1497
- end
1498
- end
1499
-
1500
718
  class Volume
1501
719
  # @private
1502
720
  class Representation < Google::Apis::Core::JsonRepresentation