google-apis-remotebuildexecution_v1alpha 0.1.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,28 @@
1
+ # Copyright 2020 Google LLC
2
+ #
3
+ # Licensed under the Apache License, Version 2.0 (the "License");
4
+ # you may not use this file except in compliance with the License.
5
+ # You may obtain a copy of the License at
6
+ #
7
+ # http://www.apache.org/licenses/LICENSE-2.0
8
+ #
9
+ # Unless required by applicable law or agreed to in writing, software
10
+ # distributed under the License is distributed on an "AS IS" BASIS,
11
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
+ # See the License for the specific language governing permissions and
13
+ # limitations under the License.
14
+
15
+ module Google
16
+ module Apis
17
+ module RemotebuildexecutionV1alpha
18
+ # Version of the google-apis-remotebuildexecution_v1alpha 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 = "20201201"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,1052 @@
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 RemotebuildexecutionV1alpha
24
+
25
+ class BuildBazelRemoteExecutionV2Action
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class BuildBazelRemoteExecutionV2ActionResult
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class BuildBazelRemoteExecutionV2Command
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class BuildBazelRemoteExecutionV2CommandEnvironmentVariable
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class BuildBazelRemoteExecutionV2Digest
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class BuildBazelRemoteExecutionV2Directory
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class BuildBazelRemoteExecutionV2DirectoryNode
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class BuildBazelRemoteExecutionV2ExecuteOperationMetadata
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class BuildBazelRemoteExecutionV2ExecuteResponse
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class BuildBazelRemoteExecutionV2ExecutedActionMetadata
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class BuildBazelRemoteExecutionV2FileNode
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class BuildBazelRemoteExecutionV2LogFile
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class BuildBazelRemoteExecutionV2NodeProperty
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class BuildBazelRemoteExecutionV2OutputDirectory
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class BuildBazelRemoteExecutionV2OutputFile
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class BuildBazelRemoteExecutionV2OutputSymlink
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class BuildBazelRemoteExecutionV2Platform
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class BuildBazelRemoteExecutionV2PlatformProperty
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class BuildBazelRemoteExecutionV2RequestMetadata
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class BuildBazelRemoteExecutionV2SymlinkNode
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class BuildBazelRemoteExecutionV2ToolDetails
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class BuildBazelRemoteExecutionV2Tree
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class GoogleDevtoolsRemotebuildbotCommandDurations
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class GoogleDevtoolsRemotebuildbotCommandEvents
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class GoogleDevtoolsRemotebuildbotCommandStatus
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class GoogleDevtoolsRemotebuildbotResourceUsage
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class GoogleDevtoolsRemotebuildbotResourceUsageStat
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateInstanceRequest
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class GoogleDevtoolsRemoteworkersV1test2AdminTemp
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class GoogleDevtoolsRemoteworkersV1test2Blob
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class GoogleDevtoolsRemoteworkersV1test2CommandOutputs
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class GoogleDevtoolsRemoteworkersV1test2CommandOverhead
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class GoogleDevtoolsRemoteworkersV1test2CommandResult
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class GoogleDevtoolsRemoteworkersV1test2CommandTask
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class GoogleDevtoolsRemoteworkersV1test2Digest
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class GoogleDevtoolsRemoteworkersV1test2Directory
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class GoogleDevtoolsRemoteworkersV1test2FileMetadata
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class GoogleLongrunningOperation
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class GoogleRpcStatus
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class BuildBazelRemoteExecutionV2Action
398
+ # @private
399
+ class Representation < Google::Apis::Core::JsonRepresentation
400
+ property :command_digest, as: 'commandDigest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
401
+
402
+ property :do_not_cache, as: 'doNotCache'
403
+ property :input_root_digest, as: 'inputRootDigest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
404
+
405
+ collection :output_node_properties, as: 'outputNodeProperties'
406
+ property :timeout, as: 'timeout'
407
+ end
408
+ end
409
+
410
+ class BuildBazelRemoteExecutionV2ActionResult
411
+ # @private
412
+ class Representation < Google::Apis::Core::JsonRepresentation
413
+ property :execution_metadata, as: 'executionMetadata', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2ExecutedActionMetadata, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2ExecutedActionMetadata::Representation
414
+
415
+ property :exit_code, as: 'exitCode'
416
+ collection :output_directories, as: 'outputDirectories', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputDirectory, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputDirectory::Representation
417
+
418
+ collection :output_directory_symlinks, as: 'outputDirectorySymlinks', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputSymlink, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputSymlink::Representation
419
+
420
+ collection :output_file_symlinks, as: 'outputFileSymlinks', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputSymlink, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputSymlink::Representation
421
+
422
+ collection :output_files, as: 'outputFiles', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputFile, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputFile::Representation
423
+
424
+ collection :output_symlinks, as: 'outputSymlinks', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputSymlink, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2OutputSymlink::Representation
425
+
426
+ property :stderr_digest, as: 'stderrDigest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
427
+
428
+ property :stderr_raw, :base64 => true, as: 'stderrRaw'
429
+ property :stdout_digest, as: 'stdoutDigest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
430
+
431
+ property :stdout_raw, :base64 => true, as: 'stdoutRaw'
432
+ end
433
+ end
434
+
435
+ class BuildBazelRemoteExecutionV2Command
436
+ # @private
437
+ class Representation < Google::Apis::Core::JsonRepresentation
438
+ collection :arguments, as: 'arguments'
439
+ collection :environment_variables, as: 'environmentVariables', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2CommandEnvironmentVariable, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2CommandEnvironmentVariable::Representation
440
+
441
+ collection :output_directories, as: 'outputDirectories'
442
+ collection :output_files, as: 'outputFiles'
443
+ collection :output_paths, as: 'outputPaths'
444
+ property :platform, as: 'platform', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Platform, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Platform::Representation
445
+
446
+ property :working_directory, as: 'workingDirectory'
447
+ end
448
+ end
449
+
450
+ class BuildBazelRemoteExecutionV2CommandEnvironmentVariable
451
+ # @private
452
+ class Representation < Google::Apis::Core::JsonRepresentation
453
+ property :name, as: 'name'
454
+ property :value, as: 'value'
455
+ end
456
+ end
457
+
458
+ class BuildBazelRemoteExecutionV2Digest
459
+ # @private
460
+ class Representation < Google::Apis::Core::JsonRepresentation
461
+ property :hash_prop, as: 'hash'
462
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
463
+ end
464
+ end
465
+
466
+ class BuildBazelRemoteExecutionV2Directory
467
+ # @private
468
+ class Representation < Google::Apis::Core::JsonRepresentation
469
+ collection :directories, as: 'directories', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2DirectoryNode, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2DirectoryNode::Representation
470
+
471
+ collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2FileNode, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2FileNode::Representation
472
+
473
+ collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty::Representation
474
+
475
+ collection :symlinks, as: 'symlinks', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2SymlinkNode, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2SymlinkNode::Representation
476
+
477
+ end
478
+ end
479
+
480
+ class BuildBazelRemoteExecutionV2DirectoryNode
481
+ # @private
482
+ class Representation < Google::Apis::Core::JsonRepresentation
483
+ property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
484
+
485
+ property :name, as: 'name'
486
+ end
487
+ end
488
+
489
+ class BuildBazelRemoteExecutionV2ExecuteOperationMetadata
490
+ # @private
491
+ class Representation < Google::Apis::Core::JsonRepresentation
492
+ property :action_digest, as: 'actionDigest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
493
+
494
+ property :stage, as: 'stage'
495
+ property :stderr_stream_name, as: 'stderrStreamName'
496
+ property :stdout_stream_name, as: 'stdoutStreamName'
497
+ end
498
+ end
499
+
500
+ class BuildBazelRemoteExecutionV2ExecuteResponse
501
+ # @private
502
+ class Representation < Google::Apis::Core::JsonRepresentation
503
+ property :cached_result, as: 'cachedResult'
504
+ property :message, as: 'message'
505
+ property :result, as: 'result', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2ActionResult, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2ActionResult::Representation
506
+
507
+ hash :server_logs, as: 'serverLogs', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2LogFile, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2LogFile::Representation
508
+
509
+ property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus::Representation
510
+
511
+ end
512
+ end
513
+
514
+ class BuildBazelRemoteExecutionV2ExecutedActionMetadata
515
+ # @private
516
+ class Representation < Google::Apis::Core::JsonRepresentation
517
+ property :execution_completed_timestamp, as: 'executionCompletedTimestamp'
518
+ property :execution_start_timestamp, as: 'executionStartTimestamp'
519
+ property :input_fetch_completed_timestamp, as: 'inputFetchCompletedTimestamp'
520
+ property :input_fetch_start_timestamp, as: 'inputFetchStartTimestamp'
521
+ property :output_upload_completed_timestamp, as: 'outputUploadCompletedTimestamp'
522
+ property :output_upload_start_timestamp, as: 'outputUploadStartTimestamp'
523
+ property :queued_timestamp, as: 'queuedTimestamp'
524
+ property :worker, as: 'worker'
525
+ property :worker_completed_timestamp, as: 'workerCompletedTimestamp'
526
+ property :worker_start_timestamp, as: 'workerStartTimestamp'
527
+ end
528
+ end
529
+
530
+ class BuildBazelRemoteExecutionV2FileNode
531
+ # @private
532
+ class Representation < Google::Apis::Core::JsonRepresentation
533
+ property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
534
+
535
+ property :is_executable, as: 'isExecutable'
536
+ property :name, as: 'name'
537
+ collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty::Representation
538
+
539
+ end
540
+ end
541
+
542
+ class BuildBazelRemoteExecutionV2LogFile
543
+ # @private
544
+ class Representation < Google::Apis::Core::JsonRepresentation
545
+ property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
546
+
547
+ property :human_readable, as: 'humanReadable'
548
+ end
549
+ end
550
+
551
+ class BuildBazelRemoteExecutionV2NodeProperty
552
+ # @private
553
+ class Representation < Google::Apis::Core::JsonRepresentation
554
+ property :name, as: 'name'
555
+ property :value, as: 'value'
556
+ end
557
+ end
558
+
559
+ class BuildBazelRemoteExecutionV2OutputDirectory
560
+ # @private
561
+ class Representation < Google::Apis::Core::JsonRepresentation
562
+ property :path, as: 'path'
563
+ property :tree_digest, as: 'treeDigest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
564
+
565
+ end
566
+ end
567
+
568
+ class BuildBazelRemoteExecutionV2OutputFile
569
+ # @private
570
+ class Representation < Google::Apis::Core::JsonRepresentation
571
+ property :contents, :base64 => true, as: 'contents'
572
+ property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Digest::Representation
573
+
574
+ property :is_executable, as: 'isExecutable'
575
+ collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty::Representation
576
+
577
+ property :path, as: 'path'
578
+ end
579
+ end
580
+
581
+ class BuildBazelRemoteExecutionV2OutputSymlink
582
+ # @private
583
+ class Representation < Google::Apis::Core::JsonRepresentation
584
+ collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty::Representation
585
+
586
+ property :path, as: 'path'
587
+ property :target, as: 'target'
588
+ end
589
+ end
590
+
591
+ class BuildBazelRemoteExecutionV2Platform
592
+ # @private
593
+ class Representation < Google::Apis::Core::JsonRepresentation
594
+ collection :properties, as: 'properties', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2PlatformProperty, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2PlatformProperty::Representation
595
+
596
+ end
597
+ end
598
+
599
+ class BuildBazelRemoteExecutionV2PlatformProperty
600
+ # @private
601
+ class Representation < Google::Apis::Core::JsonRepresentation
602
+ property :name, as: 'name'
603
+ property :value, as: 'value'
604
+ end
605
+ end
606
+
607
+ class BuildBazelRemoteExecutionV2RequestMetadata
608
+ # @private
609
+ class Representation < Google::Apis::Core::JsonRepresentation
610
+ property :action_id, as: 'actionId'
611
+ property :correlated_invocations_id, as: 'correlatedInvocationsId'
612
+ property :tool_details, as: 'toolDetails', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2ToolDetails, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2ToolDetails::Representation
613
+
614
+ property :tool_invocation_id, as: 'toolInvocationId'
615
+ end
616
+ end
617
+
618
+ class BuildBazelRemoteExecutionV2SymlinkNode
619
+ # @private
620
+ class Representation < Google::Apis::Core::JsonRepresentation
621
+ property :name, as: 'name'
622
+ collection :node_properties, as: 'nodeProperties', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2NodeProperty::Representation
623
+
624
+ property :target, as: 'target'
625
+ end
626
+ end
627
+
628
+ class BuildBazelRemoteExecutionV2ToolDetails
629
+ # @private
630
+ class Representation < Google::Apis::Core::JsonRepresentation
631
+ property :tool_name, as: 'toolName'
632
+ property :tool_version, as: 'toolVersion'
633
+ end
634
+ end
635
+
636
+ class BuildBazelRemoteExecutionV2Tree
637
+ # @private
638
+ class Representation < Google::Apis::Core::JsonRepresentation
639
+ collection :children, as: 'children', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Directory, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Directory::Representation
640
+
641
+ property :root, as: 'root', class: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Directory, decorator: Google::Apis::RemotebuildexecutionV1alpha::BuildBazelRemoteExecutionV2Directory::Representation
642
+
643
+ end
644
+ end
645
+
646
+ class GoogleDevtoolsRemotebuildbotCommandDurations
647
+ # @private
648
+ class Representation < Google::Apis::Core::JsonRepresentation
649
+ property :docker_prep, as: 'dockerPrep'
650
+ property :docker_prep_start_time, as: 'dockerPrepStartTime'
651
+ property :download, as: 'download'
652
+ property :download_start_time, as: 'downloadStartTime'
653
+ property :exec_start_time, as: 'execStartTime'
654
+ property :execution, as: 'execution'
655
+ property :iso_prep_done, as: 'isoPrepDone'
656
+ property :overall, as: 'overall'
657
+ property :stdout, as: 'stdout'
658
+ property :upload, as: 'upload'
659
+ property :upload_start_time, as: 'uploadStartTime'
660
+ end
661
+ end
662
+
663
+ class GoogleDevtoolsRemotebuildbotCommandEvents
664
+ # @private
665
+ class Representation < Google::Apis::Core::JsonRepresentation
666
+ property :docker_cache_hit, as: 'dockerCacheHit'
667
+ property :docker_image_name, as: 'dockerImageName'
668
+ property :input_cache_miss, as: 'inputCacheMiss'
669
+ property :num_errors, :numeric_string => true, as: 'numErrors'
670
+ property :num_warnings, :numeric_string => true, as: 'numWarnings'
671
+ end
672
+ end
673
+
674
+ class GoogleDevtoolsRemotebuildbotCommandStatus
675
+ # @private
676
+ class Representation < Google::Apis::Core::JsonRepresentation
677
+ property :code, as: 'code'
678
+ property :message, as: 'message'
679
+ end
680
+ end
681
+
682
+ class GoogleDevtoolsRemotebuildbotResourceUsage
683
+ # @private
684
+ class Representation < Google::Apis::Core::JsonRepresentation
685
+ property :cpu_used_percent, as: 'cpuUsedPercent'
686
+ property :disk_usage, as: 'diskUsage', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildbotResourceUsageStat, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildbotResourceUsageStat::Representation
687
+
688
+ property :memory_usage, as: 'memoryUsage', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildbotResourceUsageStat, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildbotResourceUsageStat::Representation
689
+
690
+ end
691
+ end
692
+
693
+ class GoogleDevtoolsRemotebuildbotResourceUsageStat
694
+ # @private
695
+ class Representation < Google::Apis::Core::JsonRepresentation
696
+ property :total, :numeric_string => true, as: 'total'
697
+ property :used, :numeric_string => true, as: 'used'
698
+ end
699
+ end
700
+
701
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig
702
+ # @private
703
+ class Representation < Google::Apis::Core::JsonRepresentation
704
+ property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
705
+ property :accelerator_type, as: 'acceleratorType'
706
+ end
707
+ end
708
+
709
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale
710
+ # @private
711
+ class Representation < Google::Apis::Core::JsonRepresentation
712
+ property :max_size, :numeric_string => true, as: 'maxSize'
713
+ property :min_size, :numeric_string => true, as: 'minSize'
714
+ end
715
+ end
716
+
717
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateInstanceRequest
718
+ # @private
719
+ class Representation < Google::Apis::Core::JsonRepresentation
720
+ property :instance, as: 'instance', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance::Representation
721
+
722
+ property :instance_id, as: 'instanceId'
723
+ property :parent, as: 'parent'
724
+ end
725
+ end
726
+
727
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaCreateWorkerPoolRequest
728
+ # @private
729
+ class Representation < Google::Apis::Core::JsonRepresentation
730
+ property :parent, as: 'parent'
731
+ property :pool_id, as: 'poolId'
732
+ property :worker_pool, as: 'workerPool', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool::Representation
733
+
734
+ end
735
+ end
736
+
737
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteInstanceRequest
738
+ # @private
739
+ class Representation < Google::Apis::Core::JsonRepresentation
740
+ property :name, as: 'name'
741
+ end
742
+ end
743
+
744
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaDeleteWorkerPoolRequest
745
+ # @private
746
+ class Representation < Google::Apis::Core::JsonRepresentation
747
+ property :name, as: 'name'
748
+ end
749
+ end
750
+
751
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy
752
+ # @private
753
+ class Representation < Google::Apis::Core::JsonRepresentation
754
+ property :container_image_sources, as: 'containerImageSources', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
755
+
756
+ property :docker_add_capabilities, as: 'dockerAddCapabilities', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
757
+
758
+ property :docker_chroot_path, as: 'dockerChrootPath', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
759
+
760
+ property :docker_network, as: 'dockerNetwork', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
761
+
762
+ property :docker_privileged, as: 'dockerPrivileged', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
763
+
764
+ property :docker_run_as_root, as: 'dockerRunAsRoot', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
765
+
766
+ property :docker_runtime, as: 'dockerRuntime', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
767
+
768
+ property :docker_sibling_containers, as: 'dockerSiblingContainers', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature::Representation
769
+
770
+ property :linux_isolation, as: 'linuxIsolation'
771
+ end
772
+ end
773
+
774
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicyFeature
775
+ # @private
776
+ class Representation < Google::Apis::Core::JsonRepresentation
777
+ collection :allowed_values, as: 'allowedValues'
778
+ property :policy, as: 'policy'
779
+ end
780
+ end
781
+
782
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetInstanceRequest
783
+ # @private
784
+ class Representation < Google::Apis::Core::JsonRepresentation
785
+ property :name, as: 'name'
786
+ end
787
+ end
788
+
789
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaGetWorkerPoolRequest
790
+ # @private
791
+ class Representation < Google::Apis::Core::JsonRepresentation
792
+ property :name, as: 'name'
793
+ end
794
+ end
795
+
796
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance
797
+ # @private
798
+ class Representation < Google::Apis::Core::JsonRepresentation
799
+ property :feature_policy, as: 'featurePolicy', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaFeaturePolicy::Representation
800
+
801
+ property :location, as: 'location'
802
+ property :logging_enabled, as: 'loggingEnabled'
803
+ property :name, as: 'name'
804
+ property :state, as: 'state'
805
+ end
806
+ end
807
+
808
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesRequest
809
+ # @private
810
+ class Representation < Google::Apis::Core::JsonRepresentation
811
+ property :parent, as: 'parent'
812
+ end
813
+ end
814
+
815
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListInstancesResponse
816
+ # @private
817
+ class Representation < Google::Apis::Core::JsonRepresentation
818
+ collection :instances, as: 'instances', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance::Representation
819
+
820
+ end
821
+ end
822
+
823
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsRequest
824
+ # @private
825
+ class Representation < Google::Apis::Core::JsonRepresentation
826
+ property :filter, as: 'filter'
827
+ property :parent, as: 'parent'
828
+ end
829
+ end
830
+
831
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaListWorkerPoolsResponse
832
+ # @private
833
+ class Representation < Google::Apis::Core::JsonRepresentation
834
+ collection :worker_pools, as: 'workerPools', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool::Representation
835
+
836
+ end
837
+ end
838
+
839
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateInstanceRequest
840
+ # @private
841
+ class Representation < Google::Apis::Core::JsonRepresentation
842
+ property :instance, as: 'instance', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaInstance::Representation
843
+
844
+ property :logging_enabled, as: 'loggingEnabled'
845
+ property :name, as: 'name'
846
+ property :update_mask, as: 'updateMask'
847
+ end
848
+ end
849
+
850
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaUpdateWorkerPoolRequest
851
+ # @private
852
+ class Representation < Google::Apis::Core::JsonRepresentation
853
+ property :update_mask, as: 'updateMask'
854
+ property :worker_pool, as: 'workerPool', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool::Representation
855
+
856
+ end
857
+ end
858
+
859
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig
860
+ # @private
861
+ class Representation < Google::Apis::Core::JsonRepresentation
862
+ property :accelerator, as: 'accelerator', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaAcceleratorConfig::Representation
863
+
864
+ property :disk_size_gb, :numeric_string => true, as: 'diskSizeGb'
865
+ property :disk_type, as: 'diskType'
866
+ hash :labels, as: 'labels'
867
+ property :machine_type, as: 'machineType'
868
+ property :max_concurrent_actions, :numeric_string => true, as: 'maxConcurrentActions'
869
+ property :min_cpu_platform, as: 'minCpuPlatform'
870
+ property :network_access, as: 'networkAccess'
871
+ property :reserved, as: 'reserved'
872
+ property :sole_tenant_node_type, as: 'soleTenantNodeType'
873
+ property :vm_image, as: 'vmImage'
874
+ end
875
+ end
876
+
877
+ class GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerPool
878
+ # @private
879
+ class Representation < Google::Apis::Core::JsonRepresentation
880
+ property :autoscale, as: 'autoscale', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale::Representation
881
+
882
+ property :channel, as: 'channel'
883
+ property :name, as: 'name'
884
+ property :state, as: 'state'
885
+ property :worker_config, as: 'workerConfig', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemotebuildexecutionAdminV1alphaWorkerConfig::Representation
886
+
887
+ property :worker_count, :numeric_string => true, as: 'workerCount'
888
+ end
889
+ end
890
+
891
+ class GoogleDevtoolsRemoteworkersV1test2AdminTemp
892
+ # @private
893
+ class Representation < Google::Apis::Core::JsonRepresentation
894
+ property :arg, as: 'arg'
895
+ property :command, as: 'command'
896
+ end
897
+ end
898
+
899
+ class GoogleDevtoolsRemoteworkersV1test2Blob
900
+ # @private
901
+ class Representation < Google::Apis::Core::JsonRepresentation
902
+ property :contents, :base64 => true, as: 'contents'
903
+ property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
904
+
905
+ end
906
+ end
907
+
908
+ class GoogleDevtoolsRemoteworkersV1test2CommandOutputs
909
+ # @private
910
+ class Representation < Google::Apis::Core::JsonRepresentation
911
+ property :exit_code, as: 'exitCode'
912
+ property :outputs, as: 'outputs', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
913
+
914
+ end
915
+ end
916
+
917
+ class GoogleDevtoolsRemoteworkersV1test2CommandOverhead
918
+ # @private
919
+ class Representation < Google::Apis::Core::JsonRepresentation
920
+ property :duration, as: 'duration'
921
+ property :overhead, as: 'overhead'
922
+ end
923
+ end
924
+
925
+ class GoogleDevtoolsRemoteworkersV1test2CommandResult
926
+ # @private
927
+ class Representation < Google::Apis::Core::JsonRepresentation
928
+ property :duration, as: 'duration'
929
+ property :exit_code, as: 'exitCode'
930
+ collection :metadata, as: 'metadata'
931
+ property :outputs, as: 'outputs', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
932
+
933
+ property :overhead, as: 'overhead'
934
+ property :status, as: 'status', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus::Representation
935
+
936
+ end
937
+ end
938
+
939
+ class GoogleDevtoolsRemoteworkersV1test2CommandTask
940
+ # @private
941
+ class Representation < Google::Apis::Core::JsonRepresentation
942
+ property :expected_outputs, as: 'expectedOutputs', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs::Representation
943
+
944
+ property :inputs, as: 'inputs', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs::Representation
945
+
946
+ property :timeouts, as: 'timeouts', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts::Representation
947
+
948
+ end
949
+ end
950
+
951
+ class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputs
952
+ # @private
953
+ class Representation < Google::Apis::Core::JsonRepresentation
954
+ collection :arguments, as: 'arguments'
955
+ collection :environment_variables, as: 'environmentVariables', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable::Representation
956
+
957
+ collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
958
+
959
+ collection :inline_blobs, as: 'inlineBlobs', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Blob, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Blob::Representation
960
+
961
+ property :working_directory, as: 'workingDirectory'
962
+ end
963
+ end
964
+
965
+ class GoogleDevtoolsRemoteworkersV1test2CommandTaskInputsEnvironmentVariable
966
+ # @private
967
+ class Representation < Google::Apis::Core::JsonRepresentation
968
+ property :name, as: 'name'
969
+ property :value, as: 'value'
970
+ end
971
+ end
972
+
973
+ class GoogleDevtoolsRemoteworkersV1test2CommandTaskOutputs
974
+ # @private
975
+ class Representation < Google::Apis::Core::JsonRepresentation
976
+ collection :directories, as: 'directories'
977
+ collection :files, as: 'files'
978
+ property :stderr_destination, as: 'stderrDestination'
979
+ property :stdout_destination, as: 'stdoutDestination'
980
+ end
981
+ end
982
+
983
+ class GoogleDevtoolsRemoteworkersV1test2CommandTaskTimeouts
984
+ # @private
985
+ class Representation < Google::Apis::Core::JsonRepresentation
986
+ property :execution, as: 'execution'
987
+ property :idle, as: 'idle'
988
+ property :shutdown, as: 'shutdown'
989
+ end
990
+ end
991
+
992
+ class GoogleDevtoolsRemoteworkersV1test2Digest
993
+ # @private
994
+ class Representation < Google::Apis::Core::JsonRepresentation
995
+ property :hash_prop, as: 'hash'
996
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
997
+ end
998
+ end
999
+
1000
+ class GoogleDevtoolsRemoteworkersV1test2Directory
1001
+ # @private
1002
+ class Representation < Google::Apis::Core::JsonRepresentation
1003
+ collection :directories, as: 'directories', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata::Representation
1004
+
1005
+ collection :files, as: 'files', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2FileMetadata, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2FileMetadata::Representation
1006
+
1007
+ end
1008
+ end
1009
+
1010
+ class GoogleDevtoolsRemoteworkersV1test2DirectoryMetadata
1011
+ # @private
1012
+ class Representation < Google::Apis::Core::JsonRepresentation
1013
+ property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
1014
+
1015
+ property :path, as: 'path'
1016
+ end
1017
+ end
1018
+
1019
+ class GoogleDevtoolsRemoteworkersV1test2FileMetadata
1020
+ # @private
1021
+ class Representation < Google::Apis::Core::JsonRepresentation
1022
+ property :contents, :base64 => true, as: 'contents'
1023
+ property :digest, as: 'digest', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleDevtoolsRemoteworkersV1test2Digest::Representation
1024
+
1025
+ property :is_executable, as: 'isExecutable'
1026
+ property :path, as: 'path'
1027
+ end
1028
+ end
1029
+
1030
+ class GoogleLongrunningOperation
1031
+ # @private
1032
+ class Representation < Google::Apis::Core::JsonRepresentation
1033
+ property :done, as: 'done'
1034
+ property :error, as: 'error', class: Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus, decorator: Google::Apis::RemotebuildexecutionV1alpha::GoogleRpcStatus::Representation
1035
+
1036
+ hash :metadata, as: 'metadata'
1037
+ property :name, as: 'name'
1038
+ hash :response, as: 'response'
1039
+ end
1040
+ end
1041
+
1042
+ class GoogleRpcStatus
1043
+ # @private
1044
+ class Representation < Google::Apis::Core::JsonRepresentation
1045
+ property :code, as: 'code'
1046
+ collection :details, as: 'details'
1047
+ property :message, as: 'message'
1048
+ end
1049
+ end
1050
+ end
1051
+ end
1052
+ end