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