google-apis-run_v1alpha1 0.1.0 → 0.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +22 -0
- data/lib/google/apis/run_v1alpha1.rb +1 -1
- data/lib/google/apis/run_v1alpha1/classes.rb +498 -1228
- data/lib/google/apis/run_v1alpha1/gem_version.rb +3 -3
- data/lib/google/apis/run_v1alpha1/representations.rb +121 -451
- data/lib/google/apis/run_v1alpha1/service.rb +285 -1905
- metadata +5 -5
@@ -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.
|
19
|
+
GEM_VERSION = "0.6.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210319"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -58,90 +58,6 @@ module Google
|
|
58
58
|
include Google::Apis::Core::JsonObjectSupport
|
59
59
|
end
|
60
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
61
|
class ConfigMapEnvSource
|
146
62
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
63
|
|
@@ -196,12 +112,6 @@ module Google
|
|
196
112
|
include Google::Apis::Core::JsonObjectSupport
|
197
113
|
end
|
198
114
|
|
199
|
-
class Destination
|
200
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
-
|
202
|
-
include Google::Apis::Core::JsonObjectSupport
|
203
|
-
end
|
204
|
-
|
205
115
|
class DomainMapping
|
206
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
117
|
|
@@ -280,49 +190,67 @@ module Google
|
|
280
190
|
include Google::Apis::Core::JsonObjectSupport
|
281
191
|
end
|
282
192
|
|
193
|
+
class InstanceSpec
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class InstanceStatus
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class InstanceTemplateSpec
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
283
211
|
class IntOrString
|
284
212
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
213
|
|
286
214
|
include Google::Apis::Core::JsonObjectSupport
|
287
215
|
end
|
288
216
|
|
289
|
-
class
|
217
|
+
class Job
|
290
218
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
219
|
|
292
220
|
include Google::Apis::Core::JsonObjectSupport
|
293
221
|
end
|
294
222
|
|
295
|
-
class
|
223
|
+
class JobCondition
|
296
224
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
225
|
|
298
226
|
include Google::Apis::Core::JsonObjectSupport
|
299
227
|
end
|
300
228
|
|
301
|
-
class
|
229
|
+
class JobSpec
|
302
230
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
231
|
|
304
232
|
include Google::Apis::Core::JsonObjectSupport
|
305
233
|
end
|
306
234
|
|
307
|
-
class
|
235
|
+
class JobStatus
|
308
236
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
237
|
|
310
238
|
include Google::Apis::Core::JsonObjectSupport
|
311
239
|
end
|
312
240
|
|
313
|
-
class
|
241
|
+
class KeyToPath
|
314
242
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
243
|
|
316
244
|
include Google::Apis::Core::JsonObjectSupport
|
317
245
|
end
|
318
246
|
|
319
|
-
class
|
247
|
+
class Lifecycle
|
320
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
249
|
|
322
250
|
include Google::Apis::Core::JsonObjectSupport
|
323
251
|
end
|
324
252
|
|
325
|
-
class
|
253
|
+
class ListAuthorizedDomainsResponse
|
326
254
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
255
|
|
328
256
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -340,37 +268,37 @@ module Google
|
|
340
268
|
include Google::Apis::Core::JsonObjectSupport
|
341
269
|
end
|
342
270
|
|
343
|
-
class
|
271
|
+
class ListJobsResponse
|
344
272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
345
273
|
|
346
274
|
include Google::Apis::Core::JsonObjectSupport
|
347
275
|
end
|
348
276
|
|
349
|
-
class
|
277
|
+
class ListLocationsResponse
|
350
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
279
|
|
352
280
|
include Google::Apis::Core::JsonObjectSupport
|
353
281
|
end
|
354
282
|
|
355
|
-
class
|
283
|
+
class ListMeta
|
356
284
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
285
|
|
358
286
|
include Google::Apis::Core::JsonObjectSupport
|
359
287
|
end
|
360
288
|
|
361
|
-
class
|
289
|
+
class ListRevisionsResponse
|
362
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
291
|
|
364
292
|
include Google::Apis::Core::JsonObjectSupport
|
365
293
|
end
|
366
294
|
|
367
|
-
class
|
295
|
+
class ListRoutesResponse
|
368
296
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
297
|
|
370
298
|
include Google::Apis::Core::JsonObjectSupport
|
371
299
|
end
|
372
300
|
|
373
|
-
class
|
301
|
+
class ListServicesResponse
|
374
302
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
303
|
|
376
304
|
include Google::Apis::Core::JsonObjectSupport
|
@@ -394,12 +322,6 @@ module Google
|
|
394
322
|
include Google::Apis::Core::JsonObjectSupport
|
395
323
|
end
|
396
324
|
|
397
|
-
class ObjectReference
|
398
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
399
|
-
|
400
|
-
include Google::Apis::Core::JsonObjectSupport
|
401
|
-
end
|
402
|
-
|
403
325
|
class OwnerReference
|
404
326
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
327
|
|
@@ -598,36 +520,6 @@ module Google
|
|
598
520
|
include Google::Apis::Core::JsonObjectSupport
|
599
521
|
end
|
600
522
|
|
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
523
|
class Volume
|
632
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
525
|
|
@@ -697,192 +589,6 @@ module Google
|
|
697
589
|
end
|
698
590
|
end
|
699
591
|
|
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
592
|
class ConfigMapEnvSource
|
887
593
|
# @private
|
888
594
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1011,15 +717,6 @@ module Google
|
|
1011
717
|
end
|
1012
718
|
end
|
1013
719
|
|
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
720
|
class DomainMapping
|
1024
721
|
# @private
|
1025
722
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1155,6 +852,41 @@ module Google
|
|
1155
852
|
end
|
1156
853
|
end
|
1157
854
|
|
855
|
+
class InstanceSpec
|
856
|
+
# @private
|
857
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
858
|
+
property :active_deadline_seconds, :numeric_string => true, as: 'activeDeadlineSeconds'
|
859
|
+
collection :containers, as: 'containers', class: Google::Apis::RunV1alpha1::Container, decorator: Google::Apis::RunV1alpha1::Container::Representation
|
860
|
+
|
861
|
+
property :restart_policy, as: 'restartPolicy'
|
862
|
+
property :service_account_name, as: 'serviceAccountName'
|
863
|
+
property :termination_grace_period_seconds, :numeric_string => true, as: 'terminationGracePeriodSeconds'
|
864
|
+
collection :volumes, as: 'volumes', class: Google::Apis::RunV1alpha1::Volume, decorator: Google::Apis::RunV1alpha1::Volume::Representation
|
865
|
+
|
866
|
+
end
|
867
|
+
end
|
868
|
+
|
869
|
+
class InstanceStatus
|
870
|
+
# @private
|
871
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
872
|
+
property :completion_time, as: 'completionTime'
|
873
|
+
property :failed, as: 'failed'
|
874
|
+
property :index, as: 'index'
|
875
|
+
property :last_exit_code, as: 'lastExitCode'
|
876
|
+
property :restarted, as: 'restarted'
|
877
|
+
property :start_time, as: 'startTime'
|
878
|
+
property :succeeded, as: 'succeeded'
|
879
|
+
end
|
880
|
+
end
|
881
|
+
|
882
|
+
class InstanceTemplateSpec
|
883
|
+
# @private
|
884
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
885
|
+
property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::InstanceSpec, decorator: Google::Apis::RunV1alpha1::InstanceSpec::Representation
|
886
|
+
|
887
|
+
end
|
888
|
+
end
|
889
|
+
|
1158
890
|
class IntOrString
|
1159
891
|
# @private
|
1160
892
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1164,78 +896,95 @@ module Google
|
|
1164
896
|
end
|
1165
897
|
end
|
1166
898
|
|
1167
|
-
class
|
899
|
+
class Job
|
1168
900
|
# @private
|
1169
901
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1170
|
-
property :
|
1171
|
-
property :
|
1172
|
-
property :
|
902
|
+
property :api_version, as: 'apiVersion'
|
903
|
+
property :kind, as: 'kind'
|
904
|
+
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ObjectMeta, decorator: Google::Apis::RunV1alpha1::ObjectMeta::Representation
|
905
|
+
|
906
|
+
property :spec, as: 'spec', class: Google::Apis::RunV1alpha1::JobSpec, decorator: Google::Apis::RunV1alpha1::JobSpec::Representation
|
907
|
+
|
908
|
+
property :status, as: 'status', class: Google::Apis::RunV1alpha1::JobStatus, decorator: Google::Apis::RunV1alpha1::JobStatus::Representation
|
909
|
+
|
1173
910
|
end
|
1174
911
|
end
|
1175
912
|
|
1176
|
-
class
|
913
|
+
class JobCondition
|
1177
914
|
# @private
|
1178
915
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1179
|
-
property :
|
1180
|
-
|
1181
|
-
property :
|
1182
|
-
|
916
|
+
property :last_transition_time, as: 'lastTransitionTime'
|
917
|
+
property :message, as: 'message'
|
918
|
+
property :reason, as: 'reason'
|
919
|
+
property :severity, as: 'severity'
|
920
|
+
property :status, as: 'status'
|
921
|
+
property :type, as: 'type'
|
1183
922
|
end
|
1184
923
|
end
|
1185
924
|
|
1186
|
-
class
|
925
|
+
class JobSpec
|
1187
926
|
# @private
|
1188
927
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1189
|
-
|
928
|
+
property :active_deadline_seconds, :numeric_string => true, as: 'activeDeadlineSeconds'
|
929
|
+
property :backoff_limit, as: 'backoffLimit'
|
930
|
+
property :completions, as: 'completions'
|
931
|
+
property :parallelism, as: 'parallelism'
|
932
|
+
property :template, as: 'template', class: Google::Apis::RunV1alpha1::InstanceTemplateSpec, decorator: Google::Apis::RunV1alpha1::InstanceTemplateSpec::Representation
|
1190
933
|
|
1191
|
-
property :
|
934
|
+
property :ttl_seconds_after_finished, as: 'ttlSecondsAfterFinished'
|
1192
935
|
end
|
1193
936
|
end
|
1194
937
|
|
1195
|
-
class
|
938
|
+
class JobStatus
|
1196
939
|
# @private
|
1197
940
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1198
|
-
property :
|
1199
|
-
|
941
|
+
property :active, as: 'active'
|
942
|
+
property :completion_time, as: 'completionTime'
|
943
|
+
collection :conditions, as: 'conditions', class: Google::Apis::RunV1alpha1::JobCondition, decorator: Google::Apis::RunV1alpha1::JobCondition::Representation
|
1200
944
|
|
1201
|
-
property :
|
1202
|
-
property :
|
945
|
+
property :failed, as: 'failed'
|
946
|
+
property :image_digest, as: 'imageDigest'
|
947
|
+
collection :instances, as: 'instances', class: Google::Apis::RunV1alpha1::InstanceStatus, decorator: Google::Apis::RunV1alpha1::InstanceStatus::Representation
|
1203
948
|
|
1204
|
-
|
949
|
+
property :observed_generation, as: 'observedGeneration'
|
950
|
+
property :start_time, as: 'startTime'
|
951
|
+
property :succeeded, as: 'succeeded'
|
1205
952
|
end
|
1206
953
|
end
|
1207
954
|
|
1208
|
-
class
|
955
|
+
class KeyToPath
|
1209
956
|
# @private
|
1210
957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1211
|
-
property :
|
1212
|
-
|
958
|
+
property :key, as: 'key'
|
959
|
+
property :mode, as: 'mode'
|
960
|
+
property :path, as: 'path'
|
961
|
+
end
|
962
|
+
end
|
1213
963
|
|
1214
|
-
|
1215
|
-
|
964
|
+
class Lifecycle
|
965
|
+
# @private
|
966
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
967
|
+
property :post_start, as: 'postStart', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
|
968
|
+
|
969
|
+
property :pre_stop, as: 'preStop', class: Google::Apis::RunV1alpha1::Handler, decorator: Google::Apis::RunV1alpha1::Handler::Representation
|
1216
970
|
|
1217
|
-
collection :unreachable, as: 'unreachable'
|
1218
971
|
end
|
1219
972
|
end
|
1220
973
|
|
1221
|
-
class
|
974
|
+
class ListAuthorizedDomainsResponse
|
1222
975
|
# @private
|
1223
976
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1224
|
-
|
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
|
977
|
+
collection :domains, as: 'domains', class: Google::Apis::RunV1alpha1::AuthorizedDomain, decorator: Google::Apis::RunV1alpha1::AuthorizedDomain::Representation
|
1229
978
|
|
1230
|
-
|
979
|
+
property :next_page_token, as: 'nextPageToken'
|
1231
980
|
end
|
1232
981
|
end
|
1233
982
|
|
1234
|
-
class
|
983
|
+
class ListConfigurationsResponse
|
1235
984
|
# @private
|
1236
985
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1237
986
|
property :api_version, as: 'apiVersion'
|
1238
|
-
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::
|
987
|
+
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Configuration, decorator: Google::Apis::RunV1alpha1::Configuration::Representation
|
1239
988
|
|
1240
989
|
property :kind, as: 'kind'
|
1241
990
|
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
|
@@ -1244,11 +993,11 @@ module Google
|
|
1244
993
|
end
|
1245
994
|
end
|
1246
995
|
|
1247
|
-
class
|
996
|
+
class ListDomainMappingsResponse
|
1248
997
|
# @private
|
1249
998
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1250
999
|
property :api_version, as: 'apiVersion'
|
1251
|
-
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::
|
1000
|
+
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::DomainMapping, decorator: Google::Apis::RunV1alpha1::DomainMapping::Representation
|
1252
1001
|
|
1253
1002
|
property :kind, as: 'kind'
|
1254
1003
|
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
|
@@ -1257,15 +1006,16 @@ module Google
|
|
1257
1006
|
end
|
1258
1007
|
end
|
1259
1008
|
|
1260
|
-
class
|
1009
|
+
class ListJobsResponse
|
1261
1010
|
# @private
|
1262
1011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1263
1012
|
property :api_version, as: 'apiVersion'
|
1264
|
-
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::
|
1013
|
+
collection :items, as: 'items', class: Google::Apis::RunV1alpha1::Job, decorator: Google::Apis::RunV1alpha1::Job::Representation
|
1265
1014
|
|
1266
1015
|
property :kind, as: 'kind'
|
1267
1016
|
property :metadata, as: 'metadata', class: Google::Apis::RunV1alpha1::ListMeta, decorator: Google::Apis::RunV1alpha1::ListMeta::Representation
|
1268
1017
|
|
1018
|
+
property :next_page_token, as: 'nextPageToken'
|
1269
1019
|
collection :unreachable, as: 'unreachable'
|
1270
1020
|
end
|
1271
1021
|
end
|
@@ -1327,19 +1077,6 @@ module Google
|
|
1327
1077
|
end
|
1328
1078
|
end
|
1329
1079
|
|
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
1080
|
class LocalObjectReference
|
1344
1081
|
# @private
|
1345
1082
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1380,19 +1117,6 @@ module Google
|
|
1380
1117
|
end
|
1381
1118
|
end
|
1382
1119
|
|
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
1120
|
class OwnerReference
|
1397
1121
|
# @private
|
1398
1122
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -1773,60 +1497,6 @@ module Google
|
|
1773
1497
|
end
|
1774
1498
|
end
|
1775
1499
|
|
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
1500
|
class Volume
|
1831
1501
|
# @private
|
1832
1502
|
class Representation < Google::Apis::Core::JsonRepresentation
|