google-apis-lifesciences_v2beta 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.yardopts +13 -0
- data/CHANGELOG.md +7 -0
- data/LICENSE.md +202 -0
- data/OVERVIEW.md +96 -0
- data/lib/google-apis-lifesciences_v2beta.rb +15 -0
- data/lib/google/apis/lifesciences_v2beta.rb +37 -0
- data/lib/google/apis/lifesciences_v2beta/classes.rb +1451 -0
- data/lib/google/apis/lifesciences_v2beta/gem_version.rb +28 -0
- data/lib/google/apis/lifesciences_v2beta/representations.rb +597 -0
- data/lib/google/apis/lifesciences_v2beta/service.rb +293 -0
- metadata +76 -0
@@ -0,0 +1,28 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
module Google
|
16
|
+
module Apis
|
17
|
+
module LifesciencesV2beta
|
18
|
+
# Version of the google-apis-lifesciences_v2beta gem
|
19
|
+
GEM_VERSION = "0.1.0"
|
20
|
+
|
21
|
+
# Version of the code generator used to generate this client
|
22
|
+
GENERATOR_VERSION = "0.1.1"
|
23
|
+
|
24
|
+
# Revision of the discovery document this client was generated from
|
25
|
+
REVISION = "20201213"
|
26
|
+
end
|
27
|
+
end
|
28
|
+
end
|
@@ -0,0 +1,597 @@
|
|
1
|
+
# Copyright 2020 Google LLC
|
2
|
+
#
|
3
|
+
# Licensed under the Apache License, Version 2.0 (the "License");
|
4
|
+
# you may not use this file except in compliance with the License.
|
5
|
+
# You may obtain a copy of the License at
|
6
|
+
#
|
7
|
+
# http://www.apache.org/licenses/LICENSE-2.0
|
8
|
+
#
|
9
|
+
# Unless required by applicable law or agreed to in writing, software
|
10
|
+
# distributed under the License is distributed on an "AS IS" BASIS,
|
11
|
+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
12
|
+
# See the License for the specific language governing permissions and
|
13
|
+
# limitations under the License.
|
14
|
+
|
15
|
+
require 'date'
|
16
|
+
require 'google/apis/core/base_service'
|
17
|
+
require 'google/apis/core/json_representation'
|
18
|
+
require 'google/apis/core/hashable'
|
19
|
+
require 'google/apis/errors'
|
20
|
+
|
21
|
+
module Google
|
22
|
+
module Apis
|
23
|
+
module LifesciencesV2beta
|
24
|
+
|
25
|
+
class Accelerator
|
26
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
27
|
+
|
28
|
+
include Google::Apis::Core::JsonObjectSupport
|
29
|
+
end
|
30
|
+
|
31
|
+
class Action
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class CancelOperationRequest
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class ContainerKilledEvent
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class ContainerStartedEvent
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class ContainerStoppedEvent
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class DelayedEvent
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class Disk
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class Empty
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class Event
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class ExistingDisk
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class FailedEvent
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class ListLocationsResponse
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class ListOperationsResponse
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class Location
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class Metadata
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
121
|
+
class Mount
|
122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
123
|
+
|
124
|
+
include Google::Apis::Core::JsonObjectSupport
|
125
|
+
end
|
126
|
+
|
127
|
+
class NfsMount
|
128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
129
|
+
|
130
|
+
include Google::Apis::Core::JsonObjectSupport
|
131
|
+
end
|
132
|
+
|
133
|
+
class Network
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class Operation
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class PersistentDisk
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class Pipeline
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
157
|
+
class PullStartedEvent
|
158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
|
+
|
160
|
+
include Google::Apis::Core::JsonObjectSupport
|
161
|
+
end
|
162
|
+
|
163
|
+
class PullStoppedEvent
|
164
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
|
+
|
166
|
+
include Google::Apis::Core::JsonObjectSupport
|
167
|
+
end
|
168
|
+
|
169
|
+
class Resources
|
170
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
171
|
+
|
172
|
+
include Google::Apis::Core::JsonObjectSupport
|
173
|
+
end
|
174
|
+
|
175
|
+
class RunPipelineRequest
|
176
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
177
|
+
|
178
|
+
include Google::Apis::Core::JsonObjectSupport
|
179
|
+
end
|
180
|
+
|
181
|
+
class RunPipelineResponse
|
182
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
183
|
+
|
184
|
+
include Google::Apis::Core::JsonObjectSupport
|
185
|
+
end
|
186
|
+
|
187
|
+
class Secret
|
188
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
189
|
+
|
190
|
+
include Google::Apis::Core::JsonObjectSupport
|
191
|
+
end
|
192
|
+
|
193
|
+
class ServiceAccount
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
199
|
+
class Status
|
200
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
201
|
+
|
202
|
+
include Google::Apis::Core::JsonObjectSupport
|
203
|
+
end
|
204
|
+
|
205
|
+
class UnexpectedExitStatusEvent
|
206
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
207
|
+
|
208
|
+
include Google::Apis::Core::JsonObjectSupport
|
209
|
+
end
|
210
|
+
|
211
|
+
class VirtualMachine
|
212
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
213
|
+
|
214
|
+
include Google::Apis::Core::JsonObjectSupport
|
215
|
+
end
|
216
|
+
|
217
|
+
class Volume
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class WorkerAssignedEvent
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class WorkerReleasedEvent
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class Accelerator
|
236
|
+
# @private
|
237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
238
|
+
property :count, :numeric_string => true, as: 'count'
|
239
|
+
property :type, as: 'type'
|
240
|
+
end
|
241
|
+
end
|
242
|
+
|
243
|
+
class Action
|
244
|
+
# @private
|
245
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
246
|
+
property :always_run, as: 'alwaysRun'
|
247
|
+
property :block_external_network, as: 'blockExternalNetwork'
|
248
|
+
collection :commands, as: 'commands'
|
249
|
+
property :container_name, as: 'containerName'
|
250
|
+
property :credentials, as: 'credentials', class: Google::Apis::LifesciencesV2beta::Secret, decorator: Google::Apis::LifesciencesV2beta::Secret::Representation
|
251
|
+
|
252
|
+
property :disable_image_prefetch, as: 'disableImagePrefetch'
|
253
|
+
property :disable_standard_error_capture, as: 'disableStandardErrorCapture'
|
254
|
+
property :enable_fuse, as: 'enableFuse'
|
255
|
+
property :entrypoint, as: 'entrypoint'
|
256
|
+
hash :environment, as: 'environment'
|
257
|
+
property :ignore_exit_status, as: 'ignoreExitStatus'
|
258
|
+
property :image_uri, as: 'imageUri'
|
259
|
+
hash :labels, as: 'labels'
|
260
|
+
collection :mounts, as: 'mounts', class: Google::Apis::LifesciencesV2beta::Mount, decorator: Google::Apis::LifesciencesV2beta::Mount::Representation
|
261
|
+
|
262
|
+
property :pid_namespace, as: 'pidNamespace'
|
263
|
+
hash :port_mappings, as: 'portMappings'
|
264
|
+
property :publish_exposed_ports, as: 'publishExposedPorts'
|
265
|
+
property :run_in_background, as: 'runInBackground'
|
266
|
+
property :timeout, as: 'timeout'
|
267
|
+
end
|
268
|
+
end
|
269
|
+
|
270
|
+
class CancelOperationRequest
|
271
|
+
# @private
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
273
|
+
end
|
274
|
+
end
|
275
|
+
|
276
|
+
class ContainerKilledEvent
|
277
|
+
# @private
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
279
|
+
property :action_id, as: 'actionId'
|
280
|
+
end
|
281
|
+
end
|
282
|
+
|
283
|
+
class ContainerStartedEvent
|
284
|
+
# @private
|
285
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
286
|
+
property :action_id, as: 'actionId'
|
287
|
+
property :ip_address, as: 'ipAddress'
|
288
|
+
hash :port_mappings, as: 'portMappings'
|
289
|
+
end
|
290
|
+
end
|
291
|
+
|
292
|
+
class ContainerStoppedEvent
|
293
|
+
# @private
|
294
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
295
|
+
property :action_id, as: 'actionId'
|
296
|
+
property :exit_status, as: 'exitStatus'
|
297
|
+
property :stderr, as: 'stderr'
|
298
|
+
end
|
299
|
+
end
|
300
|
+
|
301
|
+
class DelayedEvent
|
302
|
+
# @private
|
303
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
304
|
+
property :cause, as: 'cause'
|
305
|
+
collection :metrics, as: 'metrics'
|
306
|
+
end
|
307
|
+
end
|
308
|
+
|
309
|
+
class Disk
|
310
|
+
# @private
|
311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
312
|
+
property :name, as: 'name'
|
313
|
+
property :size_gb, as: 'sizeGb'
|
314
|
+
property :source_image, as: 'sourceImage'
|
315
|
+
property :type, as: 'type'
|
316
|
+
end
|
317
|
+
end
|
318
|
+
|
319
|
+
class Empty
|
320
|
+
# @private
|
321
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
322
|
+
end
|
323
|
+
end
|
324
|
+
|
325
|
+
class Event
|
326
|
+
# @private
|
327
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
328
|
+
property :container_killed, as: 'containerKilled', class: Google::Apis::LifesciencesV2beta::ContainerKilledEvent, decorator: Google::Apis::LifesciencesV2beta::ContainerKilledEvent::Representation
|
329
|
+
|
330
|
+
property :container_started, as: 'containerStarted', class: Google::Apis::LifesciencesV2beta::ContainerStartedEvent, decorator: Google::Apis::LifesciencesV2beta::ContainerStartedEvent::Representation
|
331
|
+
|
332
|
+
property :container_stopped, as: 'containerStopped', class: Google::Apis::LifesciencesV2beta::ContainerStoppedEvent, decorator: Google::Apis::LifesciencesV2beta::ContainerStoppedEvent::Representation
|
333
|
+
|
334
|
+
property :delayed, as: 'delayed', class: Google::Apis::LifesciencesV2beta::DelayedEvent, decorator: Google::Apis::LifesciencesV2beta::DelayedEvent::Representation
|
335
|
+
|
336
|
+
property :description, as: 'description'
|
337
|
+
property :failed, as: 'failed', class: Google::Apis::LifesciencesV2beta::FailedEvent, decorator: Google::Apis::LifesciencesV2beta::FailedEvent::Representation
|
338
|
+
|
339
|
+
property :pull_started, as: 'pullStarted', class: Google::Apis::LifesciencesV2beta::PullStartedEvent, decorator: Google::Apis::LifesciencesV2beta::PullStartedEvent::Representation
|
340
|
+
|
341
|
+
property :pull_stopped, as: 'pullStopped', class: Google::Apis::LifesciencesV2beta::PullStoppedEvent, decorator: Google::Apis::LifesciencesV2beta::PullStoppedEvent::Representation
|
342
|
+
|
343
|
+
property :timestamp, as: 'timestamp'
|
344
|
+
property :unexpected_exit_status, as: 'unexpectedExitStatus', class: Google::Apis::LifesciencesV2beta::UnexpectedExitStatusEvent, decorator: Google::Apis::LifesciencesV2beta::UnexpectedExitStatusEvent::Representation
|
345
|
+
|
346
|
+
property :worker_assigned, as: 'workerAssigned', class: Google::Apis::LifesciencesV2beta::WorkerAssignedEvent, decorator: Google::Apis::LifesciencesV2beta::WorkerAssignedEvent::Representation
|
347
|
+
|
348
|
+
property :worker_released, as: 'workerReleased', class: Google::Apis::LifesciencesV2beta::WorkerReleasedEvent, decorator: Google::Apis::LifesciencesV2beta::WorkerReleasedEvent::Representation
|
349
|
+
|
350
|
+
end
|
351
|
+
end
|
352
|
+
|
353
|
+
class ExistingDisk
|
354
|
+
# @private
|
355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
356
|
+
property :disk, as: 'disk'
|
357
|
+
end
|
358
|
+
end
|
359
|
+
|
360
|
+
class FailedEvent
|
361
|
+
# @private
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
363
|
+
property :cause, as: 'cause'
|
364
|
+
property :code, as: 'code'
|
365
|
+
end
|
366
|
+
end
|
367
|
+
|
368
|
+
class ListLocationsResponse
|
369
|
+
# @private
|
370
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
371
|
+
collection :locations, as: 'locations', class: Google::Apis::LifesciencesV2beta::Location, decorator: Google::Apis::LifesciencesV2beta::Location::Representation
|
372
|
+
|
373
|
+
property :next_page_token, as: 'nextPageToken'
|
374
|
+
end
|
375
|
+
end
|
376
|
+
|
377
|
+
class ListOperationsResponse
|
378
|
+
# @private
|
379
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
380
|
+
property :next_page_token, as: 'nextPageToken'
|
381
|
+
collection :operations, as: 'operations', class: Google::Apis::LifesciencesV2beta::Operation, decorator: Google::Apis::LifesciencesV2beta::Operation::Representation
|
382
|
+
|
383
|
+
end
|
384
|
+
end
|
385
|
+
|
386
|
+
class Location
|
387
|
+
# @private
|
388
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
389
|
+
property :display_name, as: 'displayName'
|
390
|
+
hash :labels, as: 'labels'
|
391
|
+
property :location_id, as: 'locationId'
|
392
|
+
hash :metadata, as: 'metadata'
|
393
|
+
property :name, as: 'name'
|
394
|
+
end
|
395
|
+
end
|
396
|
+
|
397
|
+
class Metadata
|
398
|
+
# @private
|
399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
400
|
+
property :create_time, as: 'createTime'
|
401
|
+
property :end_time, as: 'endTime'
|
402
|
+
collection :events, as: 'events', class: Google::Apis::LifesciencesV2beta::Event, decorator: Google::Apis::LifesciencesV2beta::Event::Representation
|
403
|
+
|
404
|
+
hash :labels, as: 'labels'
|
405
|
+
property :pipeline, as: 'pipeline', class: Google::Apis::LifesciencesV2beta::Pipeline, decorator: Google::Apis::LifesciencesV2beta::Pipeline::Representation
|
406
|
+
|
407
|
+
property :start_time, as: 'startTime'
|
408
|
+
end
|
409
|
+
end
|
410
|
+
|
411
|
+
class Mount
|
412
|
+
# @private
|
413
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
414
|
+
property :disk, as: 'disk'
|
415
|
+
property :path, as: 'path'
|
416
|
+
property :read_only, as: 'readOnly'
|
417
|
+
end
|
418
|
+
end
|
419
|
+
|
420
|
+
class NfsMount
|
421
|
+
# @private
|
422
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
423
|
+
property :target, as: 'target'
|
424
|
+
end
|
425
|
+
end
|
426
|
+
|
427
|
+
class Network
|
428
|
+
# @private
|
429
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
430
|
+
property :network, as: 'network'
|
431
|
+
property :subnetwork, as: 'subnetwork'
|
432
|
+
property :use_private_address, as: 'usePrivateAddress'
|
433
|
+
end
|
434
|
+
end
|
435
|
+
|
436
|
+
class Operation
|
437
|
+
# @private
|
438
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
439
|
+
property :done, as: 'done'
|
440
|
+
property :error, as: 'error', class: Google::Apis::LifesciencesV2beta::Status, decorator: Google::Apis::LifesciencesV2beta::Status::Representation
|
441
|
+
|
442
|
+
hash :metadata, as: 'metadata'
|
443
|
+
property :name, as: 'name'
|
444
|
+
hash :response, as: 'response'
|
445
|
+
end
|
446
|
+
end
|
447
|
+
|
448
|
+
class PersistentDisk
|
449
|
+
# @private
|
450
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
451
|
+
property :size_gb, as: 'sizeGb'
|
452
|
+
property :source_image, as: 'sourceImage'
|
453
|
+
property :type, as: 'type'
|
454
|
+
end
|
455
|
+
end
|
456
|
+
|
457
|
+
class Pipeline
|
458
|
+
# @private
|
459
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
460
|
+
collection :actions, as: 'actions', class: Google::Apis::LifesciencesV2beta::Action, decorator: Google::Apis::LifesciencesV2beta::Action::Representation
|
461
|
+
|
462
|
+
hash :environment, as: 'environment'
|
463
|
+
property :resources, as: 'resources', class: Google::Apis::LifesciencesV2beta::Resources, decorator: Google::Apis::LifesciencesV2beta::Resources::Representation
|
464
|
+
|
465
|
+
property :timeout, as: 'timeout'
|
466
|
+
end
|
467
|
+
end
|
468
|
+
|
469
|
+
class PullStartedEvent
|
470
|
+
# @private
|
471
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
472
|
+
property :image_uri, as: 'imageUri'
|
473
|
+
end
|
474
|
+
end
|
475
|
+
|
476
|
+
class PullStoppedEvent
|
477
|
+
# @private
|
478
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
479
|
+
property :image_uri, as: 'imageUri'
|
480
|
+
end
|
481
|
+
end
|
482
|
+
|
483
|
+
class Resources
|
484
|
+
# @private
|
485
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
486
|
+
collection :regions, as: 'regions'
|
487
|
+
property :virtual_machine, as: 'virtualMachine', class: Google::Apis::LifesciencesV2beta::VirtualMachine, decorator: Google::Apis::LifesciencesV2beta::VirtualMachine::Representation
|
488
|
+
|
489
|
+
collection :zones, as: 'zones'
|
490
|
+
end
|
491
|
+
end
|
492
|
+
|
493
|
+
class RunPipelineRequest
|
494
|
+
# @private
|
495
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
496
|
+
hash :labels, as: 'labels'
|
497
|
+
property :pipeline, as: 'pipeline', class: Google::Apis::LifesciencesV2beta::Pipeline, decorator: Google::Apis::LifesciencesV2beta::Pipeline::Representation
|
498
|
+
|
499
|
+
end
|
500
|
+
end
|
501
|
+
|
502
|
+
class RunPipelineResponse
|
503
|
+
# @private
|
504
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
505
|
+
end
|
506
|
+
end
|
507
|
+
|
508
|
+
class Secret
|
509
|
+
# @private
|
510
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
511
|
+
property :cipher_text, as: 'cipherText'
|
512
|
+
property :key_name, as: 'keyName'
|
513
|
+
end
|
514
|
+
end
|
515
|
+
|
516
|
+
class ServiceAccount
|
517
|
+
# @private
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
519
|
+
property :email, as: 'email'
|
520
|
+
collection :scopes, as: 'scopes'
|
521
|
+
end
|
522
|
+
end
|
523
|
+
|
524
|
+
class Status
|
525
|
+
# @private
|
526
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
527
|
+
property :code, as: 'code'
|
528
|
+
collection :details, as: 'details'
|
529
|
+
property :message, as: 'message'
|
530
|
+
end
|
531
|
+
end
|
532
|
+
|
533
|
+
class UnexpectedExitStatusEvent
|
534
|
+
# @private
|
535
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
536
|
+
property :action_id, as: 'actionId'
|
537
|
+
property :exit_status, as: 'exitStatus'
|
538
|
+
end
|
539
|
+
end
|
540
|
+
|
541
|
+
class VirtualMachine
|
542
|
+
# @private
|
543
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
544
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::LifesciencesV2beta::Accelerator, decorator: Google::Apis::LifesciencesV2beta::Accelerator::Representation
|
545
|
+
|
546
|
+
property :boot_disk_size_gb, as: 'bootDiskSizeGb'
|
547
|
+
property :boot_image, as: 'bootImage'
|
548
|
+
property :cpu_platform, as: 'cpuPlatform'
|
549
|
+
collection :disks, as: 'disks', class: Google::Apis::LifesciencesV2beta::Disk, decorator: Google::Apis::LifesciencesV2beta::Disk::Representation
|
550
|
+
|
551
|
+
collection :docker_cache_images, as: 'dockerCacheImages'
|
552
|
+
property :enable_stackdriver_monitoring, as: 'enableStackdriverMonitoring'
|
553
|
+
hash :labels, as: 'labels'
|
554
|
+
property :machine_type, as: 'machineType'
|
555
|
+
property :network, as: 'network', class: Google::Apis::LifesciencesV2beta::Network, decorator: Google::Apis::LifesciencesV2beta::Network::Representation
|
556
|
+
|
557
|
+
property :nvidia_driver_version, as: 'nvidiaDriverVersion'
|
558
|
+
property :preemptible, as: 'preemptible'
|
559
|
+
property :service_account, as: 'serviceAccount', class: Google::Apis::LifesciencesV2beta::ServiceAccount, decorator: Google::Apis::LifesciencesV2beta::ServiceAccount::Representation
|
560
|
+
|
561
|
+
collection :volumes, as: 'volumes', class: Google::Apis::LifesciencesV2beta::Volume, decorator: Google::Apis::LifesciencesV2beta::Volume::Representation
|
562
|
+
|
563
|
+
end
|
564
|
+
end
|
565
|
+
|
566
|
+
class Volume
|
567
|
+
# @private
|
568
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
569
|
+
property :existing_disk, as: 'existingDisk', class: Google::Apis::LifesciencesV2beta::ExistingDisk, decorator: Google::Apis::LifesciencesV2beta::ExistingDisk::Representation
|
570
|
+
|
571
|
+
property :nfs_mount, as: 'nfsMount', class: Google::Apis::LifesciencesV2beta::NfsMount, decorator: Google::Apis::LifesciencesV2beta::NfsMount::Representation
|
572
|
+
|
573
|
+
property :persistent_disk, as: 'persistentDisk', class: Google::Apis::LifesciencesV2beta::PersistentDisk, decorator: Google::Apis::LifesciencesV2beta::PersistentDisk::Representation
|
574
|
+
|
575
|
+
property :volume, as: 'volume'
|
576
|
+
end
|
577
|
+
end
|
578
|
+
|
579
|
+
class WorkerAssignedEvent
|
580
|
+
# @private
|
581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
582
|
+
property :instance, as: 'instance'
|
583
|
+
property :machine_type, as: 'machineType'
|
584
|
+
property :zone, as: 'zone'
|
585
|
+
end
|
586
|
+
end
|
587
|
+
|
588
|
+
class WorkerReleasedEvent
|
589
|
+
# @private
|
590
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
591
|
+
property :instance, as: 'instance'
|
592
|
+
property :zone, as: 'zone'
|
593
|
+
end
|
594
|
+
end
|
595
|
+
end
|
596
|
+
end
|
597
|
+
end
|