google-apis-dataflow_v1b3 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 DataflowV1b3
18
+ # Version of the google-apis-dataflow_v1b3 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 = "20201204"
26
+ end
27
+ end
28
+ end
@@ -0,0 +1,2933 @@
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 DataflowV1b3
24
+
25
+ class ApproximateProgress
26
+ class Representation < Google::Apis::Core::JsonRepresentation; end
27
+
28
+ include Google::Apis::Core::JsonObjectSupport
29
+ end
30
+
31
+ class ApproximateReportedProgress
32
+ class Representation < Google::Apis::Core::JsonRepresentation; end
33
+
34
+ include Google::Apis::Core::JsonObjectSupport
35
+ end
36
+
37
+ class ApproximateSplitRequest
38
+ class Representation < Google::Apis::Core::JsonRepresentation; end
39
+
40
+ include Google::Apis::Core::JsonObjectSupport
41
+ end
42
+
43
+ class Artifact
44
+ class Representation < Google::Apis::Core::JsonRepresentation; end
45
+
46
+ include Google::Apis::Core::JsonObjectSupport
47
+ end
48
+
49
+ class AutoscalingEvent
50
+ class Representation < Google::Apis::Core::JsonRepresentation; end
51
+
52
+ include Google::Apis::Core::JsonObjectSupport
53
+ end
54
+
55
+ class AutoscalingSettings
56
+ class Representation < Google::Apis::Core::JsonRepresentation; end
57
+
58
+ include Google::Apis::Core::JsonObjectSupport
59
+ end
60
+
61
+ class BigQueryIoDetails
62
+ class Representation < Google::Apis::Core::JsonRepresentation; end
63
+
64
+ include Google::Apis::Core::JsonObjectSupport
65
+ end
66
+
67
+ class BigTableIoDetails
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
73
+ class CpuTime
74
+ class Representation < Google::Apis::Core::JsonRepresentation; end
75
+
76
+ include Google::Apis::Core::JsonObjectSupport
77
+ end
78
+
79
+ class CommitTemplateVersionRequest
80
+ class Representation < Google::Apis::Core::JsonRepresentation; end
81
+
82
+ include Google::Apis::Core::JsonObjectSupport
83
+ end
84
+
85
+ class ComponentSource
86
+ class Representation < Google::Apis::Core::JsonRepresentation; end
87
+
88
+ include Google::Apis::Core::JsonObjectSupport
89
+ end
90
+
91
+ class ComponentTransform
92
+ class Representation < Google::Apis::Core::JsonRepresentation; end
93
+
94
+ include Google::Apis::Core::JsonObjectSupport
95
+ end
96
+
97
+ class ComputationTopology
98
+ class Representation < Google::Apis::Core::JsonRepresentation; end
99
+
100
+ include Google::Apis::Core::JsonObjectSupport
101
+ end
102
+
103
+ class ConcatPosition
104
+ class Representation < Google::Apis::Core::JsonRepresentation; end
105
+
106
+ include Google::Apis::Core::JsonObjectSupport
107
+ end
108
+
109
+ class ContainerSpec
110
+ class Representation < Google::Apis::Core::JsonRepresentation; end
111
+
112
+ include Google::Apis::Core::JsonObjectSupport
113
+ end
114
+
115
+ class CounterMetadata
116
+ class Representation < Google::Apis::Core::JsonRepresentation; end
117
+
118
+ include Google::Apis::Core::JsonObjectSupport
119
+ end
120
+
121
+ class CounterStructuredName
122
+ class Representation < Google::Apis::Core::JsonRepresentation; end
123
+
124
+ include Google::Apis::Core::JsonObjectSupport
125
+ end
126
+
127
+ class CounterStructuredNameAndMetadata
128
+ class Representation < Google::Apis::Core::JsonRepresentation; end
129
+
130
+ include Google::Apis::Core::JsonObjectSupport
131
+ end
132
+
133
+ class CounterUpdate
134
+ class Representation < Google::Apis::Core::JsonRepresentation; end
135
+
136
+ include Google::Apis::Core::JsonObjectSupport
137
+ end
138
+
139
+ class CreateJobFromTemplateRequest
140
+ class Representation < Google::Apis::Core::JsonRepresentation; end
141
+
142
+ include Google::Apis::Core::JsonObjectSupport
143
+ end
144
+
145
+ class CreateTemplateVersionRequest
146
+ class Representation < Google::Apis::Core::JsonRepresentation; end
147
+
148
+ include Google::Apis::Core::JsonObjectSupport
149
+ end
150
+
151
+ class CustomSourceLocation
152
+ class Representation < Google::Apis::Core::JsonRepresentation; end
153
+
154
+ include Google::Apis::Core::JsonObjectSupport
155
+ end
156
+
157
+ class DataDiskAssignment
158
+ class Representation < Google::Apis::Core::JsonRepresentation; end
159
+
160
+ include Google::Apis::Core::JsonObjectSupport
161
+ end
162
+
163
+ class DatastoreIoDetails
164
+ class Representation < Google::Apis::Core::JsonRepresentation; end
165
+
166
+ include Google::Apis::Core::JsonObjectSupport
167
+ end
168
+
169
+ class DeleteSnapshotResponse
170
+ class Representation < Google::Apis::Core::JsonRepresentation; end
171
+
172
+ include Google::Apis::Core::JsonObjectSupport
173
+ end
174
+
175
+ class DerivedSource
176
+ class Representation < Google::Apis::Core::JsonRepresentation; end
177
+
178
+ include Google::Apis::Core::JsonObjectSupport
179
+ end
180
+
181
+ class Disk
182
+ class Representation < Google::Apis::Core::JsonRepresentation; end
183
+
184
+ include Google::Apis::Core::JsonObjectSupport
185
+ end
186
+
187
+ class DisplayData
188
+ class Representation < Google::Apis::Core::JsonRepresentation; end
189
+
190
+ include Google::Apis::Core::JsonObjectSupport
191
+ end
192
+
193
+ class DistributionUpdate
194
+ class Representation < Google::Apis::Core::JsonRepresentation; end
195
+
196
+ include Google::Apis::Core::JsonObjectSupport
197
+ end
198
+
199
+ class DynamicSourceSplit
200
+ class Representation < Google::Apis::Core::JsonRepresentation; end
201
+
202
+ include Google::Apis::Core::JsonObjectSupport
203
+ end
204
+
205
+ class Empty
206
+ class Representation < Google::Apis::Core::JsonRepresentation; end
207
+
208
+ include Google::Apis::Core::JsonObjectSupport
209
+ end
210
+
211
+ class Environment
212
+ class Representation < Google::Apis::Core::JsonRepresentation; end
213
+
214
+ include Google::Apis::Core::JsonObjectSupport
215
+ end
216
+
217
+ class ExecutionStageState
218
+ class Representation < Google::Apis::Core::JsonRepresentation; end
219
+
220
+ include Google::Apis::Core::JsonObjectSupport
221
+ end
222
+
223
+ class ExecutionStageSummary
224
+ class Representation < Google::Apis::Core::JsonRepresentation; end
225
+
226
+ include Google::Apis::Core::JsonObjectSupport
227
+ end
228
+
229
+ class FailedLocation
230
+ class Representation < Google::Apis::Core::JsonRepresentation; end
231
+
232
+ include Google::Apis::Core::JsonObjectSupport
233
+ end
234
+
235
+ class FileIoDetails
236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
237
+
238
+ include Google::Apis::Core::JsonObjectSupport
239
+ end
240
+
241
+ class FlattenInstruction
242
+ class Representation < Google::Apis::Core::JsonRepresentation; end
243
+
244
+ include Google::Apis::Core::JsonObjectSupport
245
+ end
246
+
247
+ class FlexTemplateRuntimeEnvironment
248
+ class Representation < Google::Apis::Core::JsonRepresentation; end
249
+
250
+ include Google::Apis::Core::JsonObjectSupport
251
+ end
252
+
253
+ class FloatingPointList
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
259
+ class FloatingPointMean
260
+ class Representation < Google::Apis::Core::JsonRepresentation; end
261
+
262
+ include Google::Apis::Core::JsonObjectSupport
263
+ end
264
+
265
+ class GetDebugConfigRequest
266
+ class Representation < Google::Apis::Core::JsonRepresentation; end
267
+
268
+ include Google::Apis::Core::JsonObjectSupport
269
+ end
270
+
271
+ class GetDebugConfigResponse
272
+ class Representation < Google::Apis::Core::JsonRepresentation; end
273
+
274
+ include Google::Apis::Core::JsonObjectSupport
275
+ end
276
+
277
+ class GetTemplateResponse
278
+ class Representation < Google::Apis::Core::JsonRepresentation; end
279
+
280
+ include Google::Apis::Core::JsonObjectSupport
281
+ end
282
+
283
+ class Histogram
284
+ class Representation < Google::Apis::Core::JsonRepresentation; end
285
+
286
+ include Google::Apis::Core::JsonObjectSupport
287
+ end
288
+
289
+ class HotKeyDetection
290
+ class Representation < Google::Apis::Core::JsonRepresentation; end
291
+
292
+ include Google::Apis::Core::JsonObjectSupport
293
+ end
294
+
295
+ class InstructionInput
296
+ class Representation < Google::Apis::Core::JsonRepresentation; end
297
+
298
+ include Google::Apis::Core::JsonObjectSupport
299
+ end
300
+
301
+ class InstructionOutput
302
+ class Representation < Google::Apis::Core::JsonRepresentation; end
303
+
304
+ include Google::Apis::Core::JsonObjectSupport
305
+ end
306
+
307
+ class IntegerGauge
308
+ class Representation < Google::Apis::Core::JsonRepresentation; end
309
+
310
+ include Google::Apis::Core::JsonObjectSupport
311
+ end
312
+
313
+ class IntegerList
314
+ class Representation < Google::Apis::Core::JsonRepresentation; end
315
+
316
+ include Google::Apis::Core::JsonObjectSupport
317
+ end
318
+
319
+ class IntegerMean
320
+ class Representation < Google::Apis::Core::JsonRepresentation; end
321
+
322
+ include Google::Apis::Core::JsonObjectSupport
323
+ end
324
+
325
+ class Job
326
+ class Representation < Google::Apis::Core::JsonRepresentation; end
327
+
328
+ include Google::Apis::Core::JsonObjectSupport
329
+ end
330
+
331
+ class JobExecutionDetails
332
+ class Representation < Google::Apis::Core::JsonRepresentation; end
333
+
334
+ include Google::Apis::Core::JsonObjectSupport
335
+ end
336
+
337
+ class JobExecutionInfo
338
+ class Representation < Google::Apis::Core::JsonRepresentation; end
339
+
340
+ include Google::Apis::Core::JsonObjectSupport
341
+ end
342
+
343
+ class JobExecutionStageInfo
344
+ class Representation < Google::Apis::Core::JsonRepresentation; end
345
+
346
+ include Google::Apis::Core::JsonObjectSupport
347
+ end
348
+
349
+ class JobMessage
350
+ class Representation < Google::Apis::Core::JsonRepresentation; end
351
+
352
+ include Google::Apis::Core::JsonObjectSupport
353
+ end
354
+
355
+ class JobMetadata
356
+ class Representation < Google::Apis::Core::JsonRepresentation; end
357
+
358
+ include Google::Apis::Core::JsonObjectSupport
359
+ end
360
+
361
+ class JobMetrics
362
+ class Representation < Google::Apis::Core::JsonRepresentation; end
363
+
364
+ include Google::Apis::Core::JsonObjectSupport
365
+ end
366
+
367
+ class KeyRangeDataDiskAssignment
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class KeyRangeLocation
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
379
+ class LaunchFlexTemplateParameter
380
+ class Representation < Google::Apis::Core::JsonRepresentation; end
381
+
382
+ include Google::Apis::Core::JsonObjectSupport
383
+ end
384
+
385
+ class LaunchFlexTemplateRequest
386
+ class Representation < Google::Apis::Core::JsonRepresentation; end
387
+
388
+ include Google::Apis::Core::JsonObjectSupport
389
+ end
390
+
391
+ class LaunchFlexTemplateResponse
392
+ class Representation < Google::Apis::Core::JsonRepresentation; end
393
+
394
+ include Google::Apis::Core::JsonObjectSupport
395
+ end
396
+
397
+ class LaunchTemplateParameters
398
+ class Representation < Google::Apis::Core::JsonRepresentation; end
399
+
400
+ include Google::Apis::Core::JsonObjectSupport
401
+ end
402
+
403
+ class LaunchTemplateResponse
404
+ class Representation < Google::Apis::Core::JsonRepresentation; end
405
+
406
+ include Google::Apis::Core::JsonObjectSupport
407
+ end
408
+
409
+ class LeaseWorkItemRequest
410
+ class Representation < Google::Apis::Core::JsonRepresentation; end
411
+
412
+ include Google::Apis::Core::JsonObjectSupport
413
+ end
414
+
415
+ class LeaseWorkItemResponse
416
+ class Representation < Google::Apis::Core::JsonRepresentation; end
417
+
418
+ include Google::Apis::Core::JsonObjectSupport
419
+ end
420
+
421
+ class ListJobMessagesResponse
422
+ class Representation < Google::Apis::Core::JsonRepresentation; end
423
+
424
+ include Google::Apis::Core::JsonObjectSupport
425
+ end
426
+
427
+ class ListJobsResponse
428
+ class Representation < Google::Apis::Core::JsonRepresentation; end
429
+
430
+ include Google::Apis::Core::JsonObjectSupport
431
+ end
432
+
433
+ class ListSnapshotsResponse
434
+ class Representation < Google::Apis::Core::JsonRepresentation; end
435
+
436
+ include Google::Apis::Core::JsonObjectSupport
437
+ end
438
+
439
+ class ListTemplateVersionsResponse
440
+ class Representation < Google::Apis::Core::JsonRepresentation; end
441
+
442
+ include Google::Apis::Core::JsonObjectSupport
443
+ end
444
+
445
+ class MapTask
446
+ class Representation < Google::Apis::Core::JsonRepresentation; end
447
+
448
+ include Google::Apis::Core::JsonObjectSupport
449
+ end
450
+
451
+ class MemInfo
452
+ class Representation < Google::Apis::Core::JsonRepresentation; end
453
+
454
+ include Google::Apis::Core::JsonObjectSupport
455
+ end
456
+
457
+ class MetricShortId
458
+ class Representation < Google::Apis::Core::JsonRepresentation; end
459
+
460
+ include Google::Apis::Core::JsonObjectSupport
461
+ end
462
+
463
+ class MetricStructuredName
464
+ class Representation < Google::Apis::Core::JsonRepresentation; end
465
+
466
+ include Google::Apis::Core::JsonObjectSupport
467
+ end
468
+
469
+ class MetricUpdate
470
+ class Representation < Google::Apis::Core::JsonRepresentation; end
471
+
472
+ include Google::Apis::Core::JsonObjectSupport
473
+ end
474
+
475
+ class ModifyTemplateVersionLabelRequest
476
+ class Representation < Google::Apis::Core::JsonRepresentation; end
477
+
478
+ include Google::Apis::Core::JsonObjectSupport
479
+ end
480
+
481
+ class ModifyTemplateVersionLabelResponse
482
+ class Representation < Google::Apis::Core::JsonRepresentation; end
483
+
484
+ include Google::Apis::Core::JsonObjectSupport
485
+ end
486
+
487
+ class ModifyTemplateVersionTagRequest
488
+ class Representation < Google::Apis::Core::JsonRepresentation; end
489
+
490
+ include Google::Apis::Core::JsonObjectSupport
491
+ end
492
+
493
+ class ModifyTemplateVersionTagResponse
494
+ class Representation < Google::Apis::Core::JsonRepresentation; end
495
+
496
+ include Google::Apis::Core::JsonObjectSupport
497
+ end
498
+
499
+ class MountedDataDisk
500
+ class Representation < Google::Apis::Core::JsonRepresentation; end
501
+
502
+ include Google::Apis::Core::JsonObjectSupport
503
+ end
504
+
505
+ class MultiOutputInfo
506
+ class Representation < Google::Apis::Core::JsonRepresentation; end
507
+
508
+ include Google::Apis::Core::JsonObjectSupport
509
+ end
510
+
511
+ class NameAndKind
512
+ class Representation < Google::Apis::Core::JsonRepresentation; end
513
+
514
+ include Google::Apis::Core::JsonObjectSupport
515
+ end
516
+
517
+ class Package
518
+ class Representation < Google::Apis::Core::JsonRepresentation; end
519
+
520
+ include Google::Apis::Core::JsonObjectSupport
521
+ end
522
+
523
+ class ParDoInstruction
524
+ class Representation < Google::Apis::Core::JsonRepresentation; end
525
+
526
+ include Google::Apis::Core::JsonObjectSupport
527
+ end
528
+
529
+ class ParallelInstruction
530
+ class Representation < Google::Apis::Core::JsonRepresentation; end
531
+
532
+ include Google::Apis::Core::JsonObjectSupport
533
+ end
534
+
535
+ class Parameter
536
+ class Representation < Google::Apis::Core::JsonRepresentation; end
537
+
538
+ include Google::Apis::Core::JsonObjectSupport
539
+ end
540
+
541
+ class ParameterMetadata
542
+ class Representation < Google::Apis::Core::JsonRepresentation; end
543
+
544
+ include Google::Apis::Core::JsonObjectSupport
545
+ end
546
+
547
+ class PartialGroupByKeyInstruction
548
+ class Representation < Google::Apis::Core::JsonRepresentation; end
549
+
550
+ include Google::Apis::Core::JsonObjectSupport
551
+ end
552
+
553
+ class PipelineDescription
554
+ class Representation < Google::Apis::Core::JsonRepresentation; end
555
+
556
+ include Google::Apis::Core::JsonObjectSupport
557
+ end
558
+
559
+ class Point
560
+ class Representation < Google::Apis::Core::JsonRepresentation; end
561
+
562
+ include Google::Apis::Core::JsonObjectSupport
563
+ end
564
+
565
+ class Position
566
+ class Representation < Google::Apis::Core::JsonRepresentation; end
567
+
568
+ include Google::Apis::Core::JsonObjectSupport
569
+ end
570
+
571
+ class ProgressTimeseries
572
+ class Representation < Google::Apis::Core::JsonRepresentation; end
573
+
574
+ include Google::Apis::Core::JsonObjectSupport
575
+ end
576
+
577
+ class PubSubIoDetails
578
+ class Representation < Google::Apis::Core::JsonRepresentation; end
579
+
580
+ include Google::Apis::Core::JsonObjectSupport
581
+ end
582
+
583
+ class PubsubLocation
584
+ class Representation < Google::Apis::Core::JsonRepresentation; end
585
+
586
+ include Google::Apis::Core::JsonObjectSupport
587
+ end
588
+
589
+ class PubsubSnapshotMetadata
590
+ class Representation < Google::Apis::Core::JsonRepresentation; end
591
+
592
+ include Google::Apis::Core::JsonObjectSupport
593
+ end
594
+
595
+ class QueryInfo
596
+ class Representation < Google::Apis::Core::JsonRepresentation; end
597
+
598
+ include Google::Apis::Core::JsonObjectSupport
599
+ end
600
+
601
+ class ReadInstruction
602
+ class Representation < Google::Apis::Core::JsonRepresentation; end
603
+
604
+ include Google::Apis::Core::JsonObjectSupport
605
+ end
606
+
607
+ class ReportWorkItemStatusRequest
608
+ class Representation < Google::Apis::Core::JsonRepresentation; end
609
+
610
+ include Google::Apis::Core::JsonObjectSupport
611
+ end
612
+
613
+ class ReportWorkItemStatusResponse
614
+ class Representation < Google::Apis::Core::JsonRepresentation; end
615
+
616
+ include Google::Apis::Core::JsonObjectSupport
617
+ end
618
+
619
+ class ReportedParallelism
620
+ class Representation < Google::Apis::Core::JsonRepresentation; end
621
+
622
+ include Google::Apis::Core::JsonObjectSupport
623
+ end
624
+
625
+ class ResourceUtilizationReport
626
+ class Representation < Google::Apis::Core::JsonRepresentation; end
627
+
628
+ include Google::Apis::Core::JsonObjectSupport
629
+ end
630
+
631
+ class ResourceUtilizationReportResponse
632
+ class Representation < Google::Apis::Core::JsonRepresentation; end
633
+
634
+ include Google::Apis::Core::JsonObjectSupport
635
+ end
636
+
637
+ class RuntimeEnvironment
638
+ class Representation < Google::Apis::Core::JsonRepresentation; end
639
+
640
+ include Google::Apis::Core::JsonObjectSupport
641
+ end
642
+
643
+ class RuntimeMetadata
644
+ class Representation < Google::Apis::Core::JsonRepresentation; end
645
+
646
+ include Google::Apis::Core::JsonObjectSupport
647
+ end
648
+
649
+ class SdkInfo
650
+ class Representation < Google::Apis::Core::JsonRepresentation; end
651
+
652
+ include Google::Apis::Core::JsonObjectSupport
653
+ end
654
+
655
+ class SdkHarnessContainerImage
656
+ class Representation < Google::Apis::Core::JsonRepresentation; end
657
+
658
+ include Google::Apis::Core::JsonObjectSupport
659
+ end
660
+
661
+ class SdkVersion
662
+ class Representation < Google::Apis::Core::JsonRepresentation; end
663
+
664
+ include Google::Apis::Core::JsonObjectSupport
665
+ end
666
+
667
+ class SendDebugCaptureRequest
668
+ class Representation < Google::Apis::Core::JsonRepresentation; end
669
+
670
+ include Google::Apis::Core::JsonObjectSupport
671
+ end
672
+
673
+ class SendDebugCaptureResponse
674
+ class Representation < Google::Apis::Core::JsonRepresentation; end
675
+
676
+ include Google::Apis::Core::JsonObjectSupport
677
+ end
678
+
679
+ class SendWorkerMessagesRequest
680
+ class Representation < Google::Apis::Core::JsonRepresentation; end
681
+
682
+ include Google::Apis::Core::JsonObjectSupport
683
+ end
684
+
685
+ class SendWorkerMessagesResponse
686
+ class Representation < Google::Apis::Core::JsonRepresentation; end
687
+
688
+ include Google::Apis::Core::JsonObjectSupport
689
+ end
690
+
691
+ class SeqMapTask
692
+ class Representation < Google::Apis::Core::JsonRepresentation; end
693
+
694
+ include Google::Apis::Core::JsonObjectSupport
695
+ end
696
+
697
+ class SeqMapTaskOutputInfo
698
+ class Representation < Google::Apis::Core::JsonRepresentation; end
699
+
700
+ include Google::Apis::Core::JsonObjectSupport
701
+ end
702
+
703
+ class ShellTask
704
+ class Representation < Google::Apis::Core::JsonRepresentation; end
705
+
706
+ include Google::Apis::Core::JsonObjectSupport
707
+ end
708
+
709
+ class SideInputInfo
710
+ class Representation < Google::Apis::Core::JsonRepresentation; end
711
+
712
+ include Google::Apis::Core::JsonObjectSupport
713
+ end
714
+
715
+ class Sink
716
+ class Representation < Google::Apis::Core::JsonRepresentation; end
717
+
718
+ include Google::Apis::Core::JsonObjectSupport
719
+ end
720
+
721
+ class Snapshot
722
+ class Representation < Google::Apis::Core::JsonRepresentation; end
723
+
724
+ include Google::Apis::Core::JsonObjectSupport
725
+ end
726
+
727
+ class SnapshotJobRequest
728
+ class Representation < Google::Apis::Core::JsonRepresentation; end
729
+
730
+ include Google::Apis::Core::JsonObjectSupport
731
+ end
732
+
733
+ class Source
734
+ class Representation < Google::Apis::Core::JsonRepresentation; end
735
+
736
+ include Google::Apis::Core::JsonObjectSupport
737
+ end
738
+
739
+ class SourceFork
740
+ class Representation < Google::Apis::Core::JsonRepresentation; end
741
+
742
+ include Google::Apis::Core::JsonObjectSupport
743
+ end
744
+
745
+ class SourceGetMetadataRequest
746
+ class Representation < Google::Apis::Core::JsonRepresentation; end
747
+
748
+ include Google::Apis::Core::JsonObjectSupport
749
+ end
750
+
751
+ class SourceGetMetadataResponse
752
+ class Representation < Google::Apis::Core::JsonRepresentation; end
753
+
754
+ include Google::Apis::Core::JsonObjectSupport
755
+ end
756
+
757
+ class SourceMetadata
758
+ class Representation < Google::Apis::Core::JsonRepresentation; end
759
+
760
+ include Google::Apis::Core::JsonObjectSupport
761
+ end
762
+
763
+ class SourceOperationRequest
764
+ class Representation < Google::Apis::Core::JsonRepresentation; end
765
+
766
+ include Google::Apis::Core::JsonObjectSupport
767
+ end
768
+
769
+ class SourceOperationResponse
770
+ class Representation < Google::Apis::Core::JsonRepresentation; end
771
+
772
+ include Google::Apis::Core::JsonObjectSupport
773
+ end
774
+
775
+ class SourceSplitOptions
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
781
+ class SourceSplitRequest
782
+ class Representation < Google::Apis::Core::JsonRepresentation; end
783
+
784
+ include Google::Apis::Core::JsonObjectSupport
785
+ end
786
+
787
+ class SourceSplitResponse
788
+ class Representation < Google::Apis::Core::JsonRepresentation; end
789
+
790
+ include Google::Apis::Core::JsonObjectSupport
791
+ end
792
+
793
+ class SourceSplitShard
794
+ class Representation < Google::Apis::Core::JsonRepresentation; end
795
+
796
+ include Google::Apis::Core::JsonObjectSupport
797
+ end
798
+
799
+ class SpannerIoDetails
800
+ class Representation < Google::Apis::Core::JsonRepresentation; end
801
+
802
+ include Google::Apis::Core::JsonObjectSupport
803
+ end
804
+
805
+ class SplitInt64
806
+ class Representation < Google::Apis::Core::JsonRepresentation; end
807
+
808
+ include Google::Apis::Core::JsonObjectSupport
809
+ end
810
+
811
+ class StageExecutionDetails
812
+ class Representation < Google::Apis::Core::JsonRepresentation; end
813
+
814
+ include Google::Apis::Core::JsonObjectSupport
815
+ end
816
+
817
+ class StageSource
818
+ class Representation < Google::Apis::Core::JsonRepresentation; end
819
+
820
+ include Google::Apis::Core::JsonObjectSupport
821
+ end
822
+
823
+ class StageSummary
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class StateFamilyConfig
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class Status
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class Step
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class StreamLocation
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class StreamingApplianceSnapshotConfig
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class StreamingComputationConfig
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class StreamingComputationRanges
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class StreamingComputationTask
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class StreamingConfigTask
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class StreamingSetupTask
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
889
+ class StreamingSideInputLocation
890
+ class Representation < Google::Apis::Core::JsonRepresentation; end
891
+
892
+ include Google::Apis::Core::JsonObjectSupport
893
+ end
894
+
895
+ class StreamingStageLocation
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class StringList
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class StructuredMessage
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
913
+ class TaskRunnerSettings
914
+ class Representation < Google::Apis::Core::JsonRepresentation; end
915
+
916
+ include Google::Apis::Core::JsonObjectSupport
917
+ end
918
+
919
+ class TemplateMetadata
920
+ class Representation < Google::Apis::Core::JsonRepresentation; end
921
+
922
+ include Google::Apis::Core::JsonObjectSupport
923
+ end
924
+
925
+ class TemplateVersion
926
+ class Representation < Google::Apis::Core::JsonRepresentation; end
927
+
928
+ include Google::Apis::Core::JsonObjectSupport
929
+ end
930
+
931
+ class TopologyConfig
932
+ class Representation < Google::Apis::Core::JsonRepresentation; end
933
+
934
+ include Google::Apis::Core::JsonObjectSupport
935
+ end
936
+
937
+ class TransformSummary
938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
939
+
940
+ include Google::Apis::Core::JsonObjectSupport
941
+ end
942
+
943
+ class ValidateResponse
944
+ class Representation < Google::Apis::Core::JsonRepresentation; end
945
+
946
+ include Google::Apis::Core::JsonObjectSupport
947
+ end
948
+
949
+ class WorkItem
950
+ class Representation < Google::Apis::Core::JsonRepresentation; end
951
+
952
+ include Google::Apis::Core::JsonObjectSupport
953
+ end
954
+
955
+ class WorkItemDetails
956
+ class Representation < Google::Apis::Core::JsonRepresentation; end
957
+
958
+ include Google::Apis::Core::JsonObjectSupport
959
+ end
960
+
961
+ class WorkItemServiceState
962
+ class Representation < Google::Apis::Core::JsonRepresentation; end
963
+
964
+ include Google::Apis::Core::JsonObjectSupport
965
+ end
966
+
967
+ class WorkItemStatus
968
+ class Representation < Google::Apis::Core::JsonRepresentation; end
969
+
970
+ include Google::Apis::Core::JsonObjectSupport
971
+ end
972
+
973
+ class WorkerDetails
974
+ class Representation < Google::Apis::Core::JsonRepresentation; end
975
+
976
+ include Google::Apis::Core::JsonObjectSupport
977
+ end
978
+
979
+ class WorkerHealthReport
980
+ class Representation < Google::Apis::Core::JsonRepresentation; end
981
+
982
+ include Google::Apis::Core::JsonObjectSupport
983
+ end
984
+
985
+ class WorkerHealthReportResponse
986
+ class Representation < Google::Apis::Core::JsonRepresentation; end
987
+
988
+ include Google::Apis::Core::JsonObjectSupport
989
+ end
990
+
991
+ class WorkerLifecycleEvent
992
+ class Representation < Google::Apis::Core::JsonRepresentation; end
993
+
994
+ include Google::Apis::Core::JsonObjectSupport
995
+ end
996
+
997
+ class WorkerMessage
998
+ class Representation < Google::Apis::Core::JsonRepresentation; end
999
+
1000
+ include Google::Apis::Core::JsonObjectSupport
1001
+ end
1002
+
1003
+ class WorkerMessageCode
1004
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1005
+
1006
+ include Google::Apis::Core::JsonObjectSupport
1007
+ end
1008
+
1009
+ class WorkerMessageResponse
1010
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1011
+
1012
+ include Google::Apis::Core::JsonObjectSupport
1013
+ end
1014
+
1015
+ class WorkerPool
1016
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1017
+
1018
+ include Google::Apis::Core::JsonObjectSupport
1019
+ end
1020
+
1021
+ class WorkerSettings
1022
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1023
+
1024
+ include Google::Apis::Core::JsonObjectSupport
1025
+ end
1026
+
1027
+ class WorkerShutdownNotice
1028
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1029
+
1030
+ include Google::Apis::Core::JsonObjectSupport
1031
+ end
1032
+
1033
+ class WorkerShutdownNoticeResponse
1034
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1035
+
1036
+ include Google::Apis::Core::JsonObjectSupport
1037
+ end
1038
+
1039
+ class WriteInstruction
1040
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1041
+
1042
+ include Google::Apis::Core::JsonObjectSupport
1043
+ end
1044
+
1045
+ class ApproximateProgress
1046
+ # @private
1047
+ class Representation < Google::Apis::Core::JsonRepresentation
1048
+ property :percent_complete, as: 'percentComplete'
1049
+ property :position, as: 'position', class: Google::Apis::DataflowV1b3::Position, decorator: Google::Apis::DataflowV1b3::Position::Representation
1050
+
1051
+ property :remaining_time, as: 'remainingTime'
1052
+ end
1053
+ end
1054
+
1055
+ class ApproximateReportedProgress
1056
+ # @private
1057
+ class Representation < Google::Apis::Core::JsonRepresentation
1058
+ property :consumed_parallelism, as: 'consumedParallelism', class: Google::Apis::DataflowV1b3::ReportedParallelism, decorator: Google::Apis::DataflowV1b3::ReportedParallelism::Representation
1059
+
1060
+ property :fraction_consumed, as: 'fractionConsumed'
1061
+ property :position, as: 'position', class: Google::Apis::DataflowV1b3::Position, decorator: Google::Apis::DataflowV1b3::Position::Representation
1062
+
1063
+ property :remaining_parallelism, as: 'remainingParallelism', class: Google::Apis::DataflowV1b3::ReportedParallelism, decorator: Google::Apis::DataflowV1b3::ReportedParallelism::Representation
1064
+
1065
+ end
1066
+ end
1067
+
1068
+ class ApproximateSplitRequest
1069
+ # @private
1070
+ class Representation < Google::Apis::Core::JsonRepresentation
1071
+ property :fraction_consumed, as: 'fractionConsumed'
1072
+ property :fraction_of_remainder, as: 'fractionOfRemainder'
1073
+ property :position, as: 'position', class: Google::Apis::DataflowV1b3::Position, decorator: Google::Apis::DataflowV1b3::Position::Representation
1074
+
1075
+ end
1076
+ end
1077
+
1078
+ class Artifact
1079
+ # @private
1080
+ class Representation < Google::Apis::Core::JsonRepresentation
1081
+ property :container_spec, as: 'containerSpec', class: Google::Apis::DataflowV1b3::ContainerSpec, decorator: Google::Apis::DataflowV1b3::ContainerSpec::Representation
1082
+
1083
+ property :job_graph_gcs_path, as: 'jobGraphGcsPath'
1084
+ property :metadata, as: 'metadata', class: Google::Apis::DataflowV1b3::TemplateMetadata, decorator: Google::Apis::DataflowV1b3::TemplateMetadata::Representation
1085
+
1086
+ end
1087
+ end
1088
+
1089
+ class AutoscalingEvent
1090
+ # @private
1091
+ class Representation < Google::Apis::Core::JsonRepresentation
1092
+ property :current_num_workers, :numeric_string => true, as: 'currentNumWorkers'
1093
+ property :description, as: 'description', class: Google::Apis::DataflowV1b3::StructuredMessage, decorator: Google::Apis::DataflowV1b3::StructuredMessage::Representation
1094
+
1095
+ property :event_type, as: 'eventType'
1096
+ property :target_num_workers, :numeric_string => true, as: 'targetNumWorkers'
1097
+ property :time, as: 'time'
1098
+ property :worker_pool, as: 'workerPool'
1099
+ end
1100
+ end
1101
+
1102
+ class AutoscalingSettings
1103
+ # @private
1104
+ class Representation < Google::Apis::Core::JsonRepresentation
1105
+ property :algorithm, as: 'algorithm'
1106
+ property :max_num_workers, as: 'maxNumWorkers'
1107
+ end
1108
+ end
1109
+
1110
+ class BigQueryIoDetails
1111
+ # @private
1112
+ class Representation < Google::Apis::Core::JsonRepresentation
1113
+ property :dataset, as: 'dataset'
1114
+ property :project_id, as: 'projectId'
1115
+ property :query, as: 'query'
1116
+ property :table, as: 'table'
1117
+ end
1118
+ end
1119
+
1120
+ class BigTableIoDetails
1121
+ # @private
1122
+ class Representation < Google::Apis::Core::JsonRepresentation
1123
+ property :instance_id, as: 'instanceId'
1124
+ property :project_id, as: 'projectId'
1125
+ property :table_id, as: 'tableId'
1126
+ end
1127
+ end
1128
+
1129
+ class CpuTime
1130
+ # @private
1131
+ class Representation < Google::Apis::Core::JsonRepresentation
1132
+ property :rate, as: 'rate'
1133
+ property :timestamp, as: 'timestamp'
1134
+ property :total_ms, :numeric_string => true, as: 'totalMs'
1135
+ end
1136
+ end
1137
+
1138
+ class CommitTemplateVersionRequest
1139
+ # @private
1140
+ class Representation < Google::Apis::Core::JsonRepresentation
1141
+ property :template_version, as: 'templateVersion', class: Google::Apis::DataflowV1b3::TemplateVersion, decorator: Google::Apis::DataflowV1b3::TemplateVersion::Representation
1142
+
1143
+ end
1144
+ end
1145
+
1146
+ class ComponentSource
1147
+ # @private
1148
+ class Representation < Google::Apis::Core::JsonRepresentation
1149
+ property :name, as: 'name'
1150
+ property :original_transform_or_collection, as: 'originalTransformOrCollection'
1151
+ property :user_name, as: 'userName'
1152
+ end
1153
+ end
1154
+
1155
+ class ComponentTransform
1156
+ # @private
1157
+ class Representation < Google::Apis::Core::JsonRepresentation
1158
+ property :name, as: 'name'
1159
+ property :original_transform, as: 'originalTransform'
1160
+ property :user_name, as: 'userName'
1161
+ end
1162
+ end
1163
+
1164
+ class ComputationTopology
1165
+ # @private
1166
+ class Representation < Google::Apis::Core::JsonRepresentation
1167
+ property :computation_id, as: 'computationId'
1168
+ collection :inputs, as: 'inputs', class: Google::Apis::DataflowV1b3::StreamLocation, decorator: Google::Apis::DataflowV1b3::StreamLocation::Representation
1169
+
1170
+ collection :key_ranges, as: 'keyRanges', class: Google::Apis::DataflowV1b3::KeyRangeLocation, decorator: Google::Apis::DataflowV1b3::KeyRangeLocation::Representation
1171
+
1172
+ collection :outputs, as: 'outputs', class: Google::Apis::DataflowV1b3::StreamLocation, decorator: Google::Apis::DataflowV1b3::StreamLocation::Representation
1173
+
1174
+ collection :state_families, as: 'stateFamilies', class: Google::Apis::DataflowV1b3::StateFamilyConfig, decorator: Google::Apis::DataflowV1b3::StateFamilyConfig::Representation
1175
+
1176
+ property :system_stage_name, as: 'systemStageName'
1177
+ end
1178
+ end
1179
+
1180
+ class ConcatPosition
1181
+ # @private
1182
+ class Representation < Google::Apis::Core::JsonRepresentation
1183
+ property :index, as: 'index'
1184
+ property :position, as: 'position', class: Google::Apis::DataflowV1b3::Position, decorator: Google::Apis::DataflowV1b3::Position::Representation
1185
+
1186
+ end
1187
+ end
1188
+
1189
+ class ContainerSpec
1190
+ # @private
1191
+ class Representation < Google::Apis::Core::JsonRepresentation
1192
+ property :default_environment, as: 'defaultEnvironment', class: Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment, decorator: Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment::Representation
1193
+
1194
+ property :image, as: 'image'
1195
+ property :metadata, as: 'metadata', class: Google::Apis::DataflowV1b3::TemplateMetadata, decorator: Google::Apis::DataflowV1b3::TemplateMetadata::Representation
1196
+
1197
+ property :sdk_info, as: 'sdkInfo', class: Google::Apis::DataflowV1b3::SdkInfo, decorator: Google::Apis::DataflowV1b3::SdkInfo::Representation
1198
+
1199
+ end
1200
+ end
1201
+
1202
+ class CounterMetadata
1203
+ # @private
1204
+ class Representation < Google::Apis::Core::JsonRepresentation
1205
+ property :description, as: 'description'
1206
+ property :kind, as: 'kind'
1207
+ property :other_units, as: 'otherUnits'
1208
+ property :standard_units, as: 'standardUnits'
1209
+ end
1210
+ end
1211
+
1212
+ class CounterStructuredName
1213
+ # @private
1214
+ class Representation < Google::Apis::Core::JsonRepresentation
1215
+ property :component_step_name, as: 'componentStepName'
1216
+ property :execution_step_name, as: 'executionStepName'
1217
+ property :input_index, as: 'inputIndex'
1218
+ property :name, as: 'name'
1219
+ property :origin, as: 'origin'
1220
+ property :origin_namespace, as: 'originNamespace'
1221
+ property :original_requesting_step_name, as: 'originalRequestingStepName'
1222
+ property :original_step_name, as: 'originalStepName'
1223
+ property :portion, as: 'portion'
1224
+ property :worker_id, as: 'workerId'
1225
+ end
1226
+ end
1227
+
1228
+ class CounterStructuredNameAndMetadata
1229
+ # @private
1230
+ class Representation < Google::Apis::Core::JsonRepresentation
1231
+ property :metadata, as: 'metadata', class: Google::Apis::DataflowV1b3::CounterMetadata, decorator: Google::Apis::DataflowV1b3::CounterMetadata::Representation
1232
+
1233
+ property :name, as: 'name', class: Google::Apis::DataflowV1b3::CounterStructuredName, decorator: Google::Apis::DataflowV1b3::CounterStructuredName::Representation
1234
+
1235
+ end
1236
+ end
1237
+
1238
+ class CounterUpdate
1239
+ # @private
1240
+ class Representation < Google::Apis::Core::JsonRepresentation
1241
+ property :boolean, as: 'boolean'
1242
+ property :cumulative, as: 'cumulative'
1243
+ property :distribution, as: 'distribution', class: Google::Apis::DataflowV1b3::DistributionUpdate, decorator: Google::Apis::DataflowV1b3::DistributionUpdate::Representation
1244
+
1245
+ property :floating_point, as: 'floatingPoint'
1246
+ property :floating_point_list, as: 'floatingPointList', class: Google::Apis::DataflowV1b3::FloatingPointList, decorator: Google::Apis::DataflowV1b3::FloatingPointList::Representation
1247
+
1248
+ property :floating_point_mean, as: 'floatingPointMean', class: Google::Apis::DataflowV1b3::FloatingPointMean, decorator: Google::Apis::DataflowV1b3::FloatingPointMean::Representation
1249
+
1250
+ property :integer, as: 'integer', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1251
+
1252
+ property :integer_gauge, as: 'integerGauge', class: Google::Apis::DataflowV1b3::IntegerGauge, decorator: Google::Apis::DataflowV1b3::IntegerGauge::Representation
1253
+
1254
+ property :integer_list, as: 'integerList', class: Google::Apis::DataflowV1b3::IntegerList, decorator: Google::Apis::DataflowV1b3::IntegerList::Representation
1255
+
1256
+ property :integer_mean, as: 'integerMean', class: Google::Apis::DataflowV1b3::IntegerMean, decorator: Google::Apis::DataflowV1b3::IntegerMean::Representation
1257
+
1258
+ property :internal, as: 'internal'
1259
+ property :name_and_kind, as: 'nameAndKind', class: Google::Apis::DataflowV1b3::NameAndKind, decorator: Google::Apis::DataflowV1b3::NameAndKind::Representation
1260
+
1261
+ property :short_id, :numeric_string => true, as: 'shortId'
1262
+ property :string_list, as: 'stringList', class: Google::Apis::DataflowV1b3::StringList, decorator: Google::Apis::DataflowV1b3::StringList::Representation
1263
+
1264
+ property :structured_name_and_metadata, as: 'structuredNameAndMetadata', class: Google::Apis::DataflowV1b3::CounterStructuredNameAndMetadata, decorator: Google::Apis::DataflowV1b3::CounterStructuredNameAndMetadata::Representation
1265
+
1266
+ end
1267
+ end
1268
+
1269
+ class CreateJobFromTemplateRequest
1270
+ # @private
1271
+ class Representation < Google::Apis::Core::JsonRepresentation
1272
+ property :environment, as: 'environment', class: Google::Apis::DataflowV1b3::RuntimeEnvironment, decorator: Google::Apis::DataflowV1b3::RuntimeEnvironment::Representation
1273
+
1274
+ property :gcs_path, as: 'gcsPath'
1275
+ property :job_name, as: 'jobName'
1276
+ property :location, as: 'location'
1277
+ hash :parameters, as: 'parameters'
1278
+ end
1279
+ end
1280
+
1281
+ class CreateTemplateVersionRequest
1282
+ # @private
1283
+ class Representation < Google::Apis::Core::JsonRepresentation
1284
+ property :template_version, as: 'templateVersion', class: Google::Apis::DataflowV1b3::TemplateVersion, decorator: Google::Apis::DataflowV1b3::TemplateVersion::Representation
1285
+
1286
+ end
1287
+ end
1288
+
1289
+ class CustomSourceLocation
1290
+ # @private
1291
+ class Representation < Google::Apis::Core::JsonRepresentation
1292
+ property :stateful, as: 'stateful'
1293
+ end
1294
+ end
1295
+
1296
+ class DataDiskAssignment
1297
+ # @private
1298
+ class Representation < Google::Apis::Core::JsonRepresentation
1299
+ collection :data_disks, as: 'dataDisks'
1300
+ property :vm_instance, as: 'vmInstance'
1301
+ end
1302
+ end
1303
+
1304
+ class DatastoreIoDetails
1305
+ # @private
1306
+ class Representation < Google::Apis::Core::JsonRepresentation
1307
+ property :namespace, as: 'namespace'
1308
+ property :project_id, as: 'projectId'
1309
+ end
1310
+ end
1311
+
1312
+ class DeleteSnapshotResponse
1313
+ # @private
1314
+ class Representation < Google::Apis::Core::JsonRepresentation
1315
+ end
1316
+ end
1317
+
1318
+ class DerivedSource
1319
+ # @private
1320
+ class Representation < Google::Apis::Core::JsonRepresentation
1321
+ property :derivation_mode, as: 'derivationMode'
1322
+ property :source, as: 'source', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation
1323
+
1324
+ end
1325
+ end
1326
+
1327
+ class Disk
1328
+ # @private
1329
+ class Representation < Google::Apis::Core::JsonRepresentation
1330
+ property :disk_type, as: 'diskType'
1331
+ property :mount_point, as: 'mountPoint'
1332
+ property :size_gb, as: 'sizeGb'
1333
+ end
1334
+ end
1335
+
1336
+ class DisplayData
1337
+ # @private
1338
+ class Representation < Google::Apis::Core::JsonRepresentation
1339
+ property :bool_value, as: 'boolValue'
1340
+ property :duration_value, as: 'durationValue'
1341
+ property :float_value, as: 'floatValue'
1342
+ property :int64_value, :numeric_string => true, as: 'int64Value'
1343
+ property :java_class_value, as: 'javaClassValue'
1344
+ property :key, as: 'key'
1345
+ property :label, as: 'label'
1346
+ property :namespace, as: 'namespace'
1347
+ property :short_str_value, as: 'shortStrValue'
1348
+ property :str_value, as: 'strValue'
1349
+ property :timestamp_value, as: 'timestampValue'
1350
+ property :url, as: 'url'
1351
+ end
1352
+ end
1353
+
1354
+ class DistributionUpdate
1355
+ # @private
1356
+ class Representation < Google::Apis::Core::JsonRepresentation
1357
+ property :count, as: 'count', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1358
+
1359
+ property :histogram, as: 'histogram', class: Google::Apis::DataflowV1b3::Histogram, decorator: Google::Apis::DataflowV1b3::Histogram::Representation
1360
+
1361
+ property :max, as: 'max', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1362
+
1363
+ property :min, as: 'min', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1364
+
1365
+ property :sum, as: 'sum', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1366
+
1367
+ property :sum_of_squares, as: 'sumOfSquares'
1368
+ end
1369
+ end
1370
+
1371
+ class DynamicSourceSplit
1372
+ # @private
1373
+ class Representation < Google::Apis::Core::JsonRepresentation
1374
+ property :primary, as: 'primary', class: Google::Apis::DataflowV1b3::DerivedSource, decorator: Google::Apis::DataflowV1b3::DerivedSource::Representation
1375
+
1376
+ property :residual, as: 'residual', class: Google::Apis::DataflowV1b3::DerivedSource, decorator: Google::Apis::DataflowV1b3::DerivedSource::Representation
1377
+
1378
+ end
1379
+ end
1380
+
1381
+ class Empty
1382
+ # @private
1383
+ class Representation < Google::Apis::Core::JsonRepresentation
1384
+ end
1385
+ end
1386
+
1387
+ class Environment
1388
+ # @private
1389
+ class Representation < Google::Apis::Core::JsonRepresentation
1390
+ property :cluster_manager_api_service, as: 'clusterManagerApiService'
1391
+ property :dataset, as: 'dataset'
1392
+ collection :experiments, as: 'experiments'
1393
+ property :flex_resource_scheduling_goal, as: 'flexResourceSchedulingGoal'
1394
+ hash :internal_experiments, as: 'internalExperiments'
1395
+ hash :sdk_pipeline_options, as: 'sdkPipelineOptions'
1396
+ property :service_account_email, as: 'serviceAccountEmail'
1397
+ property :service_kms_key_name, as: 'serviceKmsKeyName'
1398
+ property :temp_storage_prefix, as: 'tempStoragePrefix'
1399
+ hash :user_agent, as: 'userAgent'
1400
+ hash :version, as: 'version'
1401
+ collection :worker_pools, as: 'workerPools', class: Google::Apis::DataflowV1b3::WorkerPool, decorator: Google::Apis::DataflowV1b3::WorkerPool::Representation
1402
+
1403
+ property :worker_region, as: 'workerRegion'
1404
+ property :worker_zone, as: 'workerZone'
1405
+ end
1406
+ end
1407
+
1408
+ class ExecutionStageState
1409
+ # @private
1410
+ class Representation < Google::Apis::Core::JsonRepresentation
1411
+ property :current_state_time, as: 'currentStateTime'
1412
+ property :execution_stage_name, as: 'executionStageName'
1413
+ property :execution_stage_state, as: 'executionStageState'
1414
+ end
1415
+ end
1416
+
1417
+ class ExecutionStageSummary
1418
+ # @private
1419
+ class Representation < Google::Apis::Core::JsonRepresentation
1420
+ collection :component_source, as: 'componentSource', class: Google::Apis::DataflowV1b3::ComponentSource, decorator: Google::Apis::DataflowV1b3::ComponentSource::Representation
1421
+
1422
+ collection :component_transform, as: 'componentTransform', class: Google::Apis::DataflowV1b3::ComponentTransform, decorator: Google::Apis::DataflowV1b3::ComponentTransform::Representation
1423
+
1424
+ property :id, as: 'id'
1425
+ collection :input_source, as: 'inputSource', class: Google::Apis::DataflowV1b3::StageSource, decorator: Google::Apis::DataflowV1b3::StageSource::Representation
1426
+
1427
+ property :kind, as: 'kind'
1428
+ property :name, as: 'name'
1429
+ collection :output_source, as: 'outputSource', class: Google::Apis::DataflowV1b3::StageSource, decorator: Google::Apis::DataflowV1b3::StageSource::Representation
1430
+
1431
+ collection :prerequisite_stage, as: 'prerequisiteStage'
1432
+ end
1433
+ end
1434
+
1435
+ class FailedLocation
1436
+ # @private
1437
+ class Representation < Google::Apis::Core::JsonRepresentation
1438
+ property :name, as: 'name'
1439
+ end
1440
+ end
1441
+
1442
+ class FileIoDetails
1443
+ # @private
1444
+ class Representation < Google::Apis::Core::JsonRepresentation
1445
+ property :file_pattern, as: 'filePattern'
1446
+ end
1447
+ end
1448
+
1449
+ class FlattenInstruction
1450
+ # @private
1451
+ class Representation < Google::Apis::Core::JsonRepresentation
1452
+ collection :inputs, as: 'inputs', class: Google::Apis::DataflowV1b3::InstructionInput, decorator: Google::Apis::DataflowV1b3::InstructionInput::Representation
1453
+
1454
+ end
1455
+ end
1456
+
1457
+ class FlexTemplateRuntimeEnvironment
1458
+ # @private
1459
+ class Representation < Google::Apis::Core::JsonRepresentation
1460
+ collection :additional_experiments, as: 'additionalExperiments'
1461
+ hash :additional_user_labels, as: 'additionalUserLabels'
1462
+ property :enable_streaming_engine, as: 'enableStreamingEngine'
1463
+ property :ip_configuration, as: 'ipConfiguration'
1464
+ property :kms_key_name, as: 'kmsKeyName'
1465
+ property :machine_type, as: 'machineType'
1466
+ property :max_workers, as: 'maxWorkers'
1467
+ property :network, as: 'network'
1468
+ property :num_workers, as: 'numWorkers'
1469
+ property :service_account_email, as: 'serviceAccountEmail'
1470
+ property :subnetwork, as: 'subnetwork'
1471
+ property :temp_location, as: 'tempLocation'
1472
+ property :worker_region, as: 'workerRegion'
1473
+ property :worker_zone, as: 'workerZone'
1474
+ property :zone, as: 'zone'
1475
+ end
1476
+ end
1477
+
1478
+ class FloatingPointList
1479
+ # @private
1480
+ class Representation < Google::Apis::Core::JsonRepresentation
1481
+ collection :elements, as: 'elements'
1482
+ end
1483
+ end
1484
+
1485
+ class FloatingPointMean
1486
+ # @private
1487
+ class Representation < Google::Apis::Core::JsonRepresentation
1488
+ property :count, as: 'count', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1489
+
1490
+ property :sum, as: 'sum'
1491
+ end
1492
+ end
1493
+
1494
+ class GetDebugConfigRequest
1495
+ # @private
1496
+ class Representation < Google::Apis::Core::JsonRepresentation
1497
+ property :component_id, as: 'componentId'
1498
+ property :location, as: 'location'
1499
+ property :worker_id, as: 'workerId'
1500
+ end
1501
+ end
1502
+
1503
+ class GetDebugConfigResponse
1504
+ # @private
1505
+ class Representation < Google::Apis::Core::JsonRepresentation
1506
+ property :config, as: 'config'
1507
+ end
1508
+ end
1509
+
1510
+ class GetTemplateResponse
1511
+ # @private
1512
+ class Representation < Google::Apis::Core::JsonRepresentation
1513
+ property :metadata, as: 'metadata', class: Google::Apis::DataflowV1b3::TemplateMetadata, decorator: Google::Apis::DataflowV1b3::TemplateMetadata::Representation
1514
+
1515
+ property :runtime_metadata, as: 'runtimeMetadata', class: Google::Apis::DataflowV1b3::RuntimeMetadata, decorator: Google::Apis::DataflowV1b3::RuntimeMetadata::Representation
1516
+
1517
+ property :status, as: 'status', class: Google::Apis::DataflowV1b3::Status, decorator: Google::Apis::DataflowV1b3::Status::Representation
1518
+
1519
+ property :template_type, as: 'templateType'
1520
+ end
1521
+ end
1522
+
1523
+ class Histogram
1524
+ # @private
1525
+ class Representation < Google::Apis::Core::JsonRepresentation
1526
+ collection :bucket_counts, as: 'bucketCounts'
1527
+ property :first_bucket_offset, as: 'firstBucketOffset'
1528
+ end
1529
+ end
1530
+
1531
+ class HotKeyDetection
1532
+ # @private
1533
+ class Representation < Google::Apis::Core::JsonRepresentation
1534
+ property :hot_key_age, as: 'hotKeyAge'
1535
+ property :system_name, as: 'systemName'
1536
+ property :user_step_name, as: 'userStepName'
1537
+ end
1538
+ end
1539
+
1540
+ class InstructionInput
1541
+ # @private
1542
+ class Representation < Google::Apis::Core::JsonRepresentation
1543
+ property :output_num, as: 'outputNum'
1544
+ property :producer_instruction_index, as: 'producerInstructionIndex'
1545
+ end
1546
+ end
1547
+
1548
+ class InstructionOutput
1549
+ # @private
1550
+ class Representation < Google::Apis::Core::JsonRepresentation
1551
+ hash :codec, as: 'codec'
1552
+ property :name, as: 'name'
1553
+ property :only_count_key_bytes, as: 'onlyCountKeyBytes'
1554
+ property :only_count_value_bytes, as: 'onlyCountValueBytes'
1555
+ property :original_name, as: 'originalName'
1556
+ property :system_name, as: 'systemName'
1557
+ end
1558
+ end
1559
+
1560
+ class IntegerGauge
1561
+ # @private
1562
+ class Representation < Google::Apis::Core::JsonRepresentation
1563
+ property :timestamp, as: 'timestamp'
1564
+ property :value, as: 'value', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1565
+
1566
+ end
1567
+ end
1568
+
1569
+ class IntegerList
1570
+ # @private
1571
+ class Representation < Google::Apis::Core::JsonRepresentation
1572
+ collection :elements, as: 'elements', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1573
+
1574
+ end
1575
+ end
1576
+
1577
+ class IntegerMean
1578
+ # @private
1579
+ class Representation < Google::Apis::Core::JsonRepresentation
1580
+ property :count, as: 'count', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1581
+
1582
+ property :sum, as: 'sum', class: Google::Apis::DataflowV1b3::SplitInt64, decorator: Google::Apis::DataflowV1b3::SplitInt64::Representation
1583
+
1584
+ end
1585
+ end
1586
+
1587
+ class Job
1588
+ # @private
1589
+ class Representation < Google::Apis::Core::JsonRepresentation
1590
+ property :client_request_id, as: 'clientRequestId'
1591
+ property :create_time, as: 'createTime'
1592
+ property :created_from_snapshot_id, as: 'createdFromSnapshotId'
1593
+ property :current_state, as: 'currentState'
1594
+ property :current_state_time, as: 'currentStateTime'
1595
+ property :environment, as: 'environment', class: Google::Apis::DataflowV1b3::Environment, decorator: Google::Apis::DataflowV1b3::Environment::Representation
1596
+
1597
+ property :execution_info, as: 'executionInfo', class: Google::Apis::DataflowV1b3::JobExecutionInfo, decorator: Google::Apis::DataflowV1b3::JobExecutionInfo::Representation
1598
+
1599
+ property :id, as: 'id'
1600
+ property :job_metadata, as: 'jobMetadata', class: Google::Apis::DataflowV1b3::JobMetadata, decorator: Google::Apis::DataflowV1b3::JobMetadata::Representation
1601
+
1602
+ hash :labels, as: 'labels'
1603
+ property :location, as: 'location'
1604
+ property :name, as: 'name'
1605
+ property :pipeline_description, as: 'pipelineDescription', class: Google::Apis::DataflowV1b3::PipelineDescription, decorator: Google::Apis::DataflowV1b3::PipelineDescription::Representation
1606
+
1607
+ property :project_id, as: 'projectId'
1608
+ property :replace_job_id, as: 'replaceJobId'
1609
+ property :replaced_by_job_id, as: 'replacedByJobId'
1610
+ property :requested_state, as: 'requestedState'
1611
+ collection :stage_states, as: 'stageStates', class: Google::Apis::DataflowV1b3::ExecutionStageState, decorator: Google::Apis::DataflowV1b3::ExecutionStageState::Representation
1612
+
1613
+ property :start_time, as: 'startTime'
1614
+ collection :steps, as: 'steps', class: Google::Apis::DataflowV1b3::Step, decorator: Google::Apis::DataflowV1b3::Step::Representation
1615
+
1616
+ property :steps_location, as: 'stepsLocation'
1617
+ collection :temp_files, as: 'tempFiles'
1618
+ hash :transform_name_mapping, as: 'transformNameMapping'
1619
+ property :type, as: 'type'
1620
+ end
1621
+ end
1622
+
1623
+ class JobExecutionDetails
1624
+ # @private
1625
+ class Representation < Google::Apis::Core::JsonRepresentation
1626
+ property :next_page_token, as: 'nextPageToken'
1627
+ collection :stages, as: 'stages', class: Google::Apis::DataflowV1b3::StageSummary, decorator: Google::Apis::DataflowV1b3::StageSummary::Representation
1628
+
1629
+ end
1630
+ end
1631
+
1632
+ class JobExecutionInfo
1633
+ # @private
1634
+ class Representation < Google::Apis::Core::JsonRepresentation
1635
+ hash :stages, as: 'stages', class: Google::Apis::DataflowV1b3::JobExecutionStageInfo, decorator: Google::Apis::DataflowV1b3::JobExecutionStageInfo::Representation
1636
+
1637
+ end
1638
+ end
1639
+
1640
+ class JobExecutionStageInfo
1641
+ # @private
1642
+ class Representation < Google::Apis::Core::JsonRepresentation
1643
+ collection :step_name, as: 'stepName'
1644
+ end
1645
+ end
1646
+
1647
+ class JobMessage
1648
+ # @private
1649
+ class Representation < Google::Apis::Core::JsonRepresentation
1650
+ property :id, as: 'id'
1651
+ property :message_importance, as: 'messageImportance'
1652
+ property :message_text, as: 'messageText'
1653
+ property :time, as: 'time'
1654
+ end
1655
+ end
1656
+
1657
+ class JobMetadata
1658
+ # @private
1659
+ class Representation < Google::Apis::Core::JsonRepresentation
1660
+ collection :big_table_details, as: 'bigTableDetails', class: Google::Apis::DataflowV1b3::BigTableIoDetails, decorator: Google::Apis::DataflowV1b3::BigTableIoDetails::Representation
1661
+
1662
+ collection :bigquery_details, as: 'bigqueryDetails', class: Google::Apis::DataflowV1b3::BigQueryIoDetails, decorator: Google::Apis::DataflowV1b3::BigQueryIoDetails::Representation
1663
+
1664
+ collection :datastore_details, as: 'datastoreDetails', class: Google::Apis::DataflowV1b3::DatastoreIoDetails, decorator: Google::Apis::DataflowV1b3::DatastoreIoDetails::Representation
1665
+
1666
+ collection :file_details, as: 'fileDetails', class: Google::Apis::DataflowV1b3::FileIoDetails, decorator: Google::Apis::DataflowV1b3::FileIoDetails::Representation
1667
+
1668
+ collection :pubsub_details, as: 'pubsubDetails', class: Google::Apis::DataflowV1b3::PubSubIoDetails, decorator: Google::Apis::DataflowV1b3::PubSubIoDetails::Representation
1669
+
1670
+ property :sdk_version, as: 'sdkVersion', class: Google::Apis::DataflowV1b3::SdkVersion, decorator: Google::Apis::DataflowV1b3::SdkVersion::Representation
1671
+
1672
+ collection :spanner_details, as: 'spannerDetails', class: Google::Apis::DataflowV1b3::SpannerIoDetails, decorator: Google::Apis::DataflowV1b3::SpannerIoDetails::Representation
1673
+
1674
+ end
1675
+ end
1676
+
1677
+ class JobMetrics
1678
+ # @private
1679
+ class Representation < Google::Apis::Core::JsonRepresentation
1680
+ property :metric_time, as: 'metricTime'
1681
+ collection :metrics, as: 'metrics', class: Google::Apis::DataflowV1b3::MetricUpdate, decorator: Google::Apis::DataflowV1b3::MetricUpdate::Representation
1682
+
1683
+ end
1684
+ end
1685
+
1686
+ class KeyRangeDataDiskAssignment
1687
+ # @private
1688
+ class Representation < Google::Apis::Core::JsonRepresentation
1689
+ property :data_disk, as: 'dataDisk'
1690
+ property :end, as: 'end'
1691
+ property :start, as: 'start'
1692
+ end
1693
+ end
1694
+
1695
+ class KeyRangeLocation
1696
+ # @private
1697
+ class Representation < Google::Apis::Core::JsonRepresentation
1698
+ property :data_disk, as: 'dataDisk'
1699
+ property :delivery_endpoint, as: 'deliveryEndpoint'
1700
+ property :deprecated_persistent_directory, as: 'deprecatedPersistentDirectory'
1701
+ property :end, as: 'end'
1702
+ property :start, as: 'start'
1703
+ end
1704
+ end
1705
+
1706
+ class LaunchFlexTemplateParameter
1707
+ # @private
1708
+ class Representation < Google::Apis::Core::JsonRepresentation
1709
+ property :container_spec, as: 'containerSpec', class: Google::Apis::DataflowV1b3::ContainerSpec, decorator: Google::Apis::DataflowV1b3::ContainerSpec::Representation
1710
+
1711
+ property :container_spec_gcs_path, as: 'containerSpecGcsPath'
1712
+ property :environment, as: 'environment', class: Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment, decorator: Google::Apis::DataflowV1b3::FlexTemplateRuntimeEnvironment::Representation
1713
+
1714
+ property :job_name, as: 'jobName'
1715
+ hash :launch_options, as: 'launchOptions'
1716
+ hash :parameters, as: 'parameters'
1717
+ hash :transform_name_mappings, as: 'transformNameMappings'
1718
+ property :update, as: 'update'
1719
+ end
1720
+ end
1721
+
1722
+ class LaunchFlexTemplateRequest
1723
+ # @private
1724
+ class Representation < Google::Apis::Core::JsonRepresentation
1725
+ property :launch_parameter, as: 'launchParameter', class: Google::Apis::DataflowV1b3::LaunchFlexTemplateParameter, decorator: Google::Apis::DataflowV1b3::LaunchFlexTemplateParameter::Representation
1726
+
1727
+ property :validate_only, as: 'validateOnly'
1728
+ end
1729
+ end
1730
+
1731
+ class LaunchFlexTemplateResponse
1732
+ # @private
1733
+ class Representation < Google::Apis::Core::JsonRepresentation
1734
+ property :job, as: 'job', class: Google::Apis::DataflowV1b3::Job, decorator: Google::Apis::DataflowV1b3::Job::Representation
1735
+
1736
+ end
1737
+ end
1738
+
1739
+ class LaunchTemplateParameters
1740
+ # @private
1741
+ class Representation < Google::Apis::Core::JsonRepresentation
1742
+ property :environment, as: 'environment', class: Google::Apis::DataflowV1b3::RuntimeEnvironment, decorator: Google::Apis::DataflowV1b3::RuntimeEnvironment::Representation
1743
+
1744
+ property :job_name, as: 'jobName'
1745
+ hash :parameters, as: 'parameters'
1746
+ hash :transform_name_mapping, as: 'transformNameMapping'
1747
+ property :update, as: 'update'
1748
+ end
1749
+ end
1750
+
1751
+ class LaunchTemplateResponse
1752
+ # @private
1753
+ class Representation < Google::Apis::Core::JsonRepresentation
1754
+ property :job, as: 'job', class: Google::Apis::DataflowV1b3::Job, decorator: Google::Apis::DataflowV1b3::Job::Representation
1755
+
1756
+ end
1757
+ end
1758
+
1759
+ class LeaseWorkItemRequest
1760
+ # @private
1761
+ class Representation < Google::Apis::Core::JsonRepresentation
1762
+ property :current_worker_time, as: 'currentWorkerTime'
1763
+ property :location, as: 'location'
1764
+ property :requested_lease_duration, as: 'requestedLeaseDuration'
1765
+ hash :unified_worker_request, as: 'unifiedWorkerRequest'
1766
+ collection :work_item_types, as: 'workItemTypes'
1767
+ collection :worker_capabilities, as: 'workerCapabilities'
1768
+ property :worker_id, as: 'workerId'
1769
+ end
1770
+ end
1771
+
1772
+ class LeaseWorkItemResponse
1773
+ # @private
1774
+ class Representation < Google::Apis::Core::JsonRepresentation
1775
+ hash :unified_worker_response, as: 'unifiedWorkerResponse'
1776
+ collection :work_items, as: 'workItems', class: Google::Apis::DataflowV1b3::WorkItem, decorator: Google::Apis::DataflowV1b3::WorkItem::Representation
1777
+
1778
+ end
1779
+ end
1780
+
1781
+ class ListJobMessagesResponse
1782
+ # @private
1783
+ class Representation < Google::Apis::Core::JsonRepresentation
1784
+ collection :autoscaling_events, as: 'autoscalingEvents', class: Google::Apis::DataflowV1b3::AutoscalingEvent, decorator: Google::Apis::DataflowV1b3::AutoscalingEvent::Representation
1785
+
1786
+ collection :job_messages, as: 'jobMessages', class: Google::Apis::DataflowV1b3::JobMessage, decorator: Google::Apis::DataflowV1b3::JobMessage::Representation
1787
+
1788
+ property :next_page_token, as: 'nextPageToken'
1789
+ end
1790
+ end
1791
+
1792
+ class ListJobsResponse
1793
+ # @private
1794
+ class Representation < Google::Apis::Core::JsonRepresentation
1795
+ collection :failed_location, as: 'failedLocation', class: Google::Apis::DataflowV1b3::FailedLocation, decorator: Google::Apis::DataflowV1b3::FailedLocation::Representation
1796
+
1797
+ collection :jobs, as: 'jobs', class: Google::Apis::DataflowV1b3::Job, decorator: Google::Apis::DataflowV1b3::Job::Representation
1798
+
1799
+ property :next_page_token, as: 'nextPageToken'
1800
+ end
1801
+ end
1802
+
1803
+ class ListSnapshotsResponse
1804
+ # @private
1805
+ class Representation < Google::Apis::Core::JsonRepresentation
1806
+ collection :snapshots, as: 'snapshots', class: Google::Apis::DataflowV1b3::Snapshot, decorator: Google::Apis::DataflowV1b3::Snapshot::Representation
1807
+
1808
+ end
1809
+ end
1810
+
1811
+ class ListTemplateVersionsResponse
1812
+ # @private
1813
+ class Representation < Google::Apis::Core::JsonRepresentation
1814
+ property :next_page_token, as: 'nextPageToken'
1815
+ collection :template_versions, as: 'templateVersions', class: Google::Apis::DataflowV1b3::TemplateVersion, decorator: Google::Apis::DataflowV1b3::TemplateVersion::Representation
1816
+
1817
+ end
1818
+ end
1819
+
1820
+ class MapTask
1821
+ # @private
1822
+ class Representation < Google::Apis::Core::JsonRepresentation
1823
+ property :counter_prefix, as: 'counterPrefix'
1824
+ collection :instructions, as: 'instructions', class: Google::Apis::DataflowV1b3::ParallelInstruction, decorator: Google::Apis::DataflowV1b3::ParallelInstruction::Representation
1825
+
1826
+ property :stage_name, as: 'stageName'
1827
+ property :system_name, as: 'systemName'
1828
+ end
1829
+ end
1830
+
1831
+ class MemInfo
1832
+ # @private
1833
+ class Representation < Google::Apis::Core::JsonRepresentation
1834
+ property :current_limit_bytes, :numeric_string => true, as: 'currentLimitBytes'
1835
+ property :current_rss_bytes, :numeric_string => true, as: 'currentRssBytes'
1836
+ property :timestamp, as: 'timestamp'
1837
+ property :total_gb_ms, :numeric_string => true, as: 'totalGbMs'
1838
+ end
1839
+ end
1840
+
1841
+ class MetricShortId
1842
+ # @private
1843
+ class Representation < Google::Apis::Core::JsonRepresentation
1844
+ property :metric_index, as: 'metricIndex'
1845
+ property :short_id, :numeric_string => true, as: 'shortId'
1846
+ end
1847
+ end
1848
+
1849
+ class MetricStructuredName
1850
+ # @private
1851
+ class Representation < Google::Apis::Core::JsonRepresentation
1852
+ hash :context, as: 'context'
1853
+ property :name, as: 'name'
1854
+ property :origin, as: 'origin'
1855
+ end
1856
+ end
1857
+
1858
+ class MetricUpdate
1859
+ # @private
1860
+ class Representation < Google::Apis::Core::JsonRepresentation
1861
+ property :cumulative, as: 'cumulative'
1862
+ property :distribution, as: 'distribution'
1863
+ property :gauge, as: 'gauge'
1864
+ property :internal, as: 'internal'
1865
+ property :kind, as: 'kind'
1866
+ property :mean_count, as: 'meanCount'
1867
+ property :mean_sum, as: 'meanSum'
1868
+ property :name, as: 'name', class: Google::Apis::DataflowV1b3::MetricStructuredName, decorator: Google::Apis::DataflowV1b3::MetricStructuredName::Representation
1869
+
1870
+ property :scalar, as: 'scalar'
1871
+ property :set, as: 'set'
1872
+ property :update_time, as: 'updateTime'
1873
+ end
1874
+ end
1875
+
1876
+ class ModifyTemplateVersionLabelRequest
1877
+ # @private
1878
+ class Representation < Google::Apis::Core::JsonRepresentation
1879
+ property :key, as: 'key'
1880
+ property :op, as: 'op'
1881
+ property :value, as: 'value'
1882
+ end
1883
+ end
1884
+
1885
+ class ModifyTemplateVersionLabelResponse
1886
+ # @private
1887
+ class Representation < Google::Apis::Core::JsonRepresentation
1888
+ hash :labels, as: 'labels'
1889
+ end
1890
+ end
1891
+
1892
+ class ModifyTemplateVersionTagRequest
1893
+ # @private
1894
+ class Representation < Google::Apis::Core::JsonRepresentation
1895
+ property :remove_only, as: 'removeOnly'
1896
+ property :tag, as: 'tag'
1897
+ end
1898
+ end
1899
+
1900
+ class ModifyTemplateVersionTagResponse
1901
+ # @private
1902
+ class Representation < Google::Apis::Core::JsonRepresentation
1903
+ collection :tags, as: 'tags'
1904
+ end
1905
+ end
1906
+
1907
+ class MountedDataDisk
1908
+ # @private
1909
+ class Representation < Google::Apis::Core::JsonRepresentation
1910
+ property :data_disk, as: 'dataDisk'
1911
+ end
1912
+ end
1913
+
1914
+ class MultiOutputInfo
1915
+ # @private
1916
+ class Representation < Google::Apis::Core::JsonRepresentation
1917
+ property :tag, as: 'tag'
1918
+ end
1919
+ end
1920
+
1921
+ class NameAndKind
1922
+ # @private
1923
+ class Representation < Google::Apis::Core::JsonRepresentation
1924
+ property :kind, as: 'kind'
1925
+ property :name, as: 'name'
1926
+ end
1927
+ end
1928
+
1929
+ class Package
1930
+ # @private
1931
+ class Representation < Google::Apis::Core::JsonRepresentation
1932
+ property :location, as: 'location'
1933
+ property :name, as: 'name'
1934
+ end
1935
+ end
1936
+
1937
+ class ParDoInstruction
1938
+ # @private
1939
+ class Representation < Google::Apis::Core::JsonRepresentation
1940
+ property :input, as: 'input', class: Google::Apis::DataflowV1b3::InstructionInput, decorator: Google::Apis::DataflowV1b3::InstructionInput::Representation
1941
+
1942
+ collection :multi_output_infos, as: 'multiOutputInfos', class: Google::Apis::DataflowV1b3::MultiOutputInfo, decorator: Google::Apis::DataflowV1b3::MultiOutputInfo::Representation
1943
+
1944
+ property :num_outputs, as: 'numOutputs'
1945
+ collection :side_inputs, as: 'sideInputs', class: Google::Apis::DataflowV1b3::SideInputInfo, decorator: Google::Apis::DataflowV1b3::SideInputInfo::Representation
1946
+
1947
+ hash :user_fn, as: 'userFn'
1948
+ end
1949
+ end
1950
+
1951
+ class ParallelInstruction
1952
+ # @private
1953
+ class Representation < Google::Apis::Core::JsonRepresentation
1954
+ property :flatten, as: 'flatten', class: Google::Apis::DataflowV1b3::FlattenInstruction, decorator: Google::Apis::DataflowV1b3::FlattenInstruction::Representation
1955
+
1956
+ property :name, as: 'name'
1957
+ property :original_name, as: 'originalName'
1958
+ collection :outputs, as: 'outputs', class: Google::Apis::DataflowV1b3::InstructionOutput, decorator: Google::Apis::DataflowV1b3::InstructionOutput::Representation
1959
+
1960
+ property :par_do, as: 'parDo', class: Google::Apis::DataflowV1b3::ParDoInstruction, decorator: Google::Apis::DataflowV1b3::ParDoInstruction::Representation
1961
+
1962
+ property :partial_group_by_key, as: 'partialGroupByKey', class: Google::Apis::DataflowV1b3::PartialGroupByKeyInstruction, decorator: Google::Apis::DataflowV1b3::PartialGroupByKeyInstruction::Representation
1963
+
1964
+ property :read, as: 'read', class: Google::Apis::DataflowV1b3::ReadInstruction, decorator: Google::Apis::DataflowV1b3::ReadInstruction::Representation
1965
+
1966
+ property :system_name, as: 'systemName'
1967
+ property :write, as: 'write', class: Google::Apis::DataflowV1b3::WriteInstruction, decorator: Google::Apis::DataflowV1b3::WriteInstruction::Representation
1968
+
1969
+ end
1970
+ end
1971
+
1972
+ class Parameter
1973
+ # @private
1974
+ class Representation < Google::Apis::Core::JsonRepresentation
1975
+ property :key, as: 'key'
1976
+ property :value, as: 'value'
1977
+ end
1978
+ end
1979
+
1980
+ class ParameterMetadata
1981
+ # @private
1982
+ class Representation < Google::Apis::Core::JsonRepresentation
1983
+ property :help_text, as: 'helpText'
1984
+ property :is_optional, as: 'isOptional'
1985
+ property :label, as: 'label'
1986
+ property :name, as: 'name'
1987
+ property :param_type, as: 'paramType'
1988
+ collection :regexes, as: 'regexes'
1989
+ end
1990
+ end
1991
+
1992
+ class PartialGroupByKeyInstruction
1993
+ # @private
1994
+ class Representation < Google::Apis::Core::JsonRepresentation
1995
+ property :input, as: 'input', class: Google::Apis::DataflowV1b3::InstructionInput, decorator: Google::Apis::DataflowV1b3::InstructionInput::Representation
1996
+
1997
+ hash :input_element_codec, as: 'inputElementCodec'
1998
+ property :original_combine_values_input_store_name, as: 'originalCombineValuesInputStoreName'
1999
+ property :original_combine_values_step_name, as: 'originalCombineValuesStepName'
2000
+ collection :side_inputs, as: 'sideInputs', class: Google::Apis::DataflowV1b3::SideInputInfo, decorator: Google::Apis::DataflowV1b3::SideInputInfo::Representation
2001
+
2002
+ hash :value_combining_fn, as: 'valueCombiningFn'
2003
+ end
2004
+ end
2005
+
2006
+ class PipelineDescription
2007
+ # @private
2008
+ class Representation < Google::Apis::Core::JsonRepresentation
2009
+ collection :display_data, as: 'displayData', class: Google::Apis::DataflowV1b3::DisplayData, decorator: Google::Apis::DataflowV1b3::DisplayData::Representation
2010
+
2011
+ collection :execution_pipeline_stage, as: 'executionPipelineStage', class: Google::Apis::DataflowV1b3::ExecutionStageSummary, decorator: Google::Apis::DataflowV1b3::ExecutionStageSummary::Representation
2012
+
2013
+ collection :original_pipeline_transform, as: 'originalPipelineTransform', class: Google::Apis::DataflowV1b3::TransformSummary, decorator: Google::Apis::DataflowV1b3::TransformSummary::Representation
2014
+
2015
+ end
2016
+ end
2017
+
2018
+ class Point
2019
+ # @private
2020
+ class Representation < Google::Apis::Core::JsonRepresentation
2021
+ property :time, as: 'time'
2022
+ property :value, as: 'value'
2023
+ end
2024
+ end
2025
+
2026
+ class Position
2027
+ # @private
2028
+ class Representation < Google::Apis::Core::JsonRepresentation
2029
+ property :byte_offset, :numeric_string => true, as: 'byteOffset'
2030
+ property :concat_position, as: 'concatPosition', class: Google::Apis::DataflowV1b3::ConcatPosition, decorator: Google::Apis::DataflowV1b3::ConcatPosition::Representation
2031
+
2032
+ property :end, as: 'end'
2033
+ property :key, as: 'key'
2034
+ property :record_index, :numeric_string => true, as: 'recordIndex'
2035
+ property :shuffle_position, as: 'shufflePosition'
2036
+ end
2037
+ end
2038
+
2039
+ class ProgressTimeseries
2040
+ # @private
2041
+ class Representation < Google::Apis::Core::JsonRepresentation
2042
+ property :current_progress, as: 'currentProgress'
2043
+ collection :data_points, as: 'dataPoints', class: Google::Apis::DataflowV1b3::Point, decorator: Google::Apis::DataflowV1b3::Point::Representation
2044
+
2045
+ end
2046
+ end
2047
+
2048
+ class PubSubIoDetails
2049
+ # @private
2050
+ class Representation < Google::Apis::Core::JsonRepresentation
2051
+ property :subscription, as: 'subscription'
2052
+ property :topic, as: 'topic'
2053
+ end
2054
+ end
2055
+
2056
+ class PubsubLocation
2057
+ # @private
2058
+ class Representation < Google::Apis::Core::JsonRepresentation
2059
+ property :drop_late_data, as: 'dropLateData'
2060
+ property :id_label, as: 'idLabel'
2061
+ property :subscription, as: 'subscription'
2062
+ property :timestamp_label, as: 'timestampLabel'
2063
+ property :topic, as: 'topic'
2064
+ property :tracking_subscription, as: 'trackingSubscription'
2065
+ property :with_attributes, as: 'withAttributes'
2066
+ end
2067
+ end
2068
+
2069
+ class PubsubSnapshotMetadata
2070
+ # @private
2071
+ class Representation < Google::Apis::Core::JsonRepresentation
2072
+ property :expire_time, as: 'expireTime'
2073
+ property :snapshot_name, as: 'snapshotName'
2074
+ property :topic_name, as: 'topicName'
2075
+ end
2076
+ end
2077
+
2078
+ class QueryInfo
2079
+ # @private
2080
+ class Representation < Google::Apis::Core::JsonRepresentation
2081
+ collection :query_property, as: 'queryProperty'
2082
+ end
2083
+ end
2084
+
2085
+ class ReadInstruction
2086
+ # @private
2087
+ class Representation < Google::Apis::Core::JsonRepresentation
2088
+ property :source, as: 'source', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation
2089
+
2090
+ end
2091
+ end
2092
+
2093
+ class ReportWorkItemStatusRequest
2094
+ # @private
2095
+ class Representation < Google::Apis::Core::JsonRepresentation
2096
+ property :current_worker_time, as: 'currentWorkerTime'
2097
+ property :location, as: 'location'
2098
+ hash :unified_worker_request, as: 'unifiedWorkerRequest'
2099
+ collection :work_item_statuses, as: 'workItemStatuses', class: Google::Apis::DataflowV1b3::WorkItemStatus, decorator: Google::Apis::DataflowV1b3::WorkItemStatus::Representation
2100
+
2101
+ property :worker_id, as: 'workerId'
2102
+ end
2103
+ end
2104
+
2105
+ class ReportWorkItemStatusResponse
2106
+ # @private
2107
+ class Representation < Google::Apis::Core::JsonRepresentation
2108
+ hash :unified_worker_response, as: 'unifiedWorkerResponse'
2109
+ collection :work_item_service_states, as: 'workItemServiceStates', class: Google::Apis::DataflowV1b3::WorkItemServiceState, decorator: Google::Apis::DataflowV1b3::WorkItemServiceState::Representation
2110
+
2111
+ end
2112
+ end
2113
+
2114
+ class ReportedParallelism
2115
+ # @private
2116
+ class Representation < Google::Apis::Core::JsonRepresentation
2117
+ property :is_infinite, as: 'isInfinite'
2118
+ property :value, as: 'value'
2119
+ end
2120
+ end
2121
+
2122
+ class ResourceUtilizationReport
2123
+ # @private
2124
+ class Representation < Google::Apis::Core::JsonRepresentation
2125
+ hash :containers, as: 'containers', class: Google::Apis::DataflowV1b3::ResourceUtilizationReport, decorator: Google::Apis::DataflowV1b3::ResourceUtilizationReport::Representation
2126
+
2127
+ collection :cpu_time, as: 'cpuTime', class: Google::Apis::DataflowV1b3::CpuTime, decorator: Google::Apis::DataflowV1b3::CpuTime::Representation
2128
+
2129
+ collection :memory_info, as: 'memoryInfo', class: Google::Apis::DataflowV1b3::MemInfo, decorator: Google::Apis::DataflowV1b3::MemInfo::Representation
2130
+
2131
+ end
2132
+ end
2133
+
2134
+ class ResourceUtilizationReportResponse
2135
+ # @private
2136
+ class Representation < Google::Apis::Core::JsonRepresentation
2137
+ end
2138
+ end
2139
+
2140
+ class RuntimeEnvironment
2141
+ # @private
2142
+ class Representation < Google::Apis::Core::JsonRepresentation
2143
+ collection :additional_experiments, as: 'additionalExperiments'
2144
+ hash :additional_user_labels, as: 'additionalUserLabels'
2145
+ property :bypass_temp_dir_validation, as: 'bypassTempDirValidation'
2146
+ property :enable_streaming_engine, as: 'enableStreamingEngine'
2147
+ property :ip_configuration, as: 'ipConfiguration'
2148
+ property :kms_key_name, as: 'kmsKeyName'
2149
+ property :machine_type, as: 'machineType'
2150
+ property :max_workers, as: 'maxWorkers'
2151
+ property :network, as: 'network'
2152
+ property :num_workers, as: 'numWorkers'
2153
+ property :service_account_email, as: 'serviceAccountEmail'
2154
+ property :subnetwork, as: 'subnetwork'
2155
+ property :temp_location, as: 'tempLocation'
2156
+ property :worker_region, as: 'workerRegion'
2157
+ property :worker_zone, as: 'workerZone'
2158
+ property :zone, as: 'zone'
2159
+ end
2160
+ end
2161
+
2162
+ class RuntimeMetadata
2163
+ # @private
2164
+ class Representation < Google::Apis::Core::JsonRepresentation
2165
+ collection :parameters, as: 'parameters', class: Google::Apis::DataflowV1b3::ParameterMetadata, decorator: Google::Apis::DataflowV1b3::ParameterMetadata::Representation
2166
+
2167
+ property :sdk_info, as: 'sdkInfo', class: Google::Apis::DataflowV1b3::SdkInfo, decorator: Google::Apis::DataflowV1b3::SdkInfo::Representation
2168
+
2169
+ end
2170
+ end
2171
+
2172
+ class SdkInfo
2173
+ # @private
2174
+ class Representation < Google::Apis::Core::JsonRepresentation
2175
+ property :language, as: 'language'
2176
+ property :version, as: 'version'
2177
+ end
2178
+ end
2179
+
2180
+ class SdkHarnessContainerImage
2181
+ # @private
2182
+ class Representation < Google::Apis::Core::JsonRepresentation
2183
+ property :container_image, as: 'containerImage'
2184
+ property :use_single_core_per_container, as: 'useSingleCorePerContainer'
2185
+ end
2186
+ end
2187
+
2188
+ class SdkVersion
2189
+ # @private
2190
+ class Representation < Google::Apis::Core::JsonRepresentation
2191
+ property :sdk_support_status, as: 'sdkSupportStatus'
2192
+ property :version, as: 'version'
2193
+ property :version_display_name, as: 'versionDisplayName'
2194
+ end
2195
+ end
2196
+
2197
+ class SendDebugCaptureRequest
2198
+ # @private
2199
+ class Representation < Google::Apis::Core::JsonRepresentation
2200
+ property :component_id, as: 'componentId'
2201
+ property :data, as: 'data'
2202
+ property :location, as: 'location'
2203
+ property :worker_id, as: 'workerId'
2204
+ end
2205
+ end
2206
+
2207
+ class SendDebugCaptureResponse
2208
+ # @private
2209
+ class Representation < Google::Apis::Core::JsonRepresentation
2210
+ end
2211
+ end
2212
+
2213
+ class SendWorkerMessagesRequest
2214
+ # @private
2215
+ class Representation < Google::Apis::Core::JsonRepresentation
2216
+ property :location, as: 'location'
2217
+ collection :worker_messages, as: 'workerMessages', class: Google::Apis::DataflowV1b3::WorkerMessage, decorator: Google::Apis::DataflowV1b3::WorkerMessage::Representation
2218
+
2219
+ end
2220
+ end
2221
+
2222
+ class SendWorkerMessagesResponse
2223
+ # @private
2224
+ class Representation < Google::Apis::Core::JsonRepresentation
2225
+ collection :worker_message_responses, as: 'workerMessageResponses', class: Google::Apis::DataflowV1b3::WorkerMessageResponse, decorator: Google::Apis::DataflowV1b3::WorkerMessageResponse::Representation
2226
+
2227
+ end
2228
+ end
2229
+
2230
+ class SeqMapTask
2231
+ # @private
2232
+ class Representation < Google::Apis::Core::JsonRepresentation
2233
+ collection :inputs, as: 'inputs', class: Google::Apis::DataflowV1b3::SideInputInfo, decorator: Google::Apis::DataflowV1b3::SideInputInfo::Representation
2234
+
2235
+ property :name, as: 'name'
2236
+ collection :output_infos, as: 'outputInfos', class: Google::Apis::DataflowV1b3::SeqMapTaskOutputInfo, decorator: Google::Apis::DataflowV1b3::SeqMapTaskOutputInfo::Representation
2237
+
2238
+ property :stage_name, as: 'stageName'
2239
+ property :system_name, as: 'systemName'
2240
+ hash :user_fn, as: 'userFn'
2241
+ end
2242
+ end
2243
+
2244
+ class SeqMapTaskOutputInfo
2245
+ # @private
2246
+ class Representation < Google::Apis::Core::JsonRepresentation
2247
+ property :sink, as: 'sink', class: Google::Apis::DataflowV1b3::Sink, decorator: Google::Apis::DataflowV1b3::Sink::Representation
2248
+
2249
+ property :tag, as: 'tag'
2250
+ end
2251
+ end
2252
+
2253
+ class ShellTask
2254
+ # @private
2255
+ class Representation < Google::Apis::Core::JsonRepresentation
2256
+ property :command, as: 'command'
2257
+ property :exit_code, as: 'exitCode'
2258
+ end
2259
+ end
2260
+
2261
+ class SideInputInfo
2262
+ # @private
2263
+ class Representation < Google::Apis::Core::JsonRepresentation
2264
+ hash :kind, as: 'kind'
2265
+ collection :sources, as: 'sources', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation
2266
+
2267
+ property :tag, as: 'tag'
2268
+ end
2269
+ end
2270
+
2271
+ class Sink
2272
+ # @private
2273
+ class Representation < Google::Apis::Core::JsonRepresentation
2274
+ hash :codec, as: 'codec'
2275
+ hash :spec, as: 'spec'
2276
+ end
2277
+ end
2278
+
2279
+ class Snapshot
2280
+ # @private
2281
+ class Representation < Google::Apis::Core::JsonRepresentation
2282
+ property :creation_time, as: 'creationTime'
2283
+ property :description, as: 'description'
2284
+ property :disk_size_bytes, :numeric_string => true, as: 'diskSizeBytes'
2285
+ property :id, as: 'id'
2286
+ property :project_id, as: 'projectId'
2287
+ collection :pubsub_metadata, as: 'pubsubMetadata', class: Google::Apis::DataflowV1b3::PubsubSnapshotMetadata, decorator: Google::Apis::DataflowV1b3::PubsubSnapshotMetadata::Representation
2288
+
2289
+ property :source_job_id, as: 'sourceJobId'
2290
+ property :state, as: 'state'
2291
+ property :ttl, as: 'ttl'
2292
+ end
2293
+ end
2294
+
2295
+ class SnapshotJobRequest
2296
+ # @private
2297
+ class Representation < Google::Apis::Core::JsonRepresentation
2298
+ property :description, as: 'description'
2299
+ property :location, as: 'location'
2300
+ property :snapshot_sources, as: 'snapshotSources'
2301
+ property :ttl, as: 'ttl'
2302
+ end
2303
+ end
2304
+
2305
+ class Source
2306
+ # @private
2307
+ class Representation < Google::Apis::Core::JsonRepresentation
2308
+ collection :base_specs, as: 'baseSpecs'
2309
+ hash :codec, as: 'codec'
2310
+ property :does_not_need_splitting, as: 'doesNotNeedSplitting'
2311
+ property :metadata, as: 'metadata', class: Google::Apis::DataflowV1b3::SourceMetadata, decorator: Google::Apis::DataflowV1b3::SourceMetadata::Representation
2312
+
2313
+ hash :spec, as: 'spec'
2314
+ end
2315
+ end
2316
+
2317
+ class SourceFork
2318
+ # @private
2319
+ class Representation < Google::Apis::Core::JsonRepresentation
2320
+ property :primary, as: 'primary', class: Google::Apis::DataflowV1b3::SourceSplitShard, decorator: Google::Apis::DataflowV1b3::SourceSplitShard::Representation
2321
+
2322
+ property :primary_source, as: 'primarySource', class: Google::Apis::DataflowV1b3::DerivedSource, decorator: Google::Apis::DataflowV1b3::DerivedSource::Representation
2323
+
2324
+ property :residual, as: 'residual', class: Google::Apis::DataflowV1b3::SourceSplitShard, decorator: Google::Apis::DataflowV1b3::SourceSplitShard::Representation
2325
+
2326
+ property :residual_source, as: 'residualSource', class: Google::Apis::DataflowV1b3::DerivedSource, decorator: Google::Apis::DataflowV1b3::DerivedSource::Representation
2327
+
2328
+ end
2329
+ end
2330
+
2331
+ class SourceGetMetadataRequest
2332
+ # @private
2333
+ class Representation < Google::Apis::Core::JsonRepresentation
2334
+ property :source, as: 'source', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation
2335
+
2336
+ end
2337
+ end
2338
+
2339
+ class SourceGetMetadataResponse
2340
+ # @private
2341
+ class Representation < Google::Apis::Core::JsonRepresentation
2342
+ property :metadata, as: 'metadata', class: Google::Apis::DataflowV1b3::SourceMetadata, decorator: Google::Apis::DataflowV1b3::SourceMetadata::Representation
2343
+
2344
+ end
2345
+ end
2346
+
2347
+ class SourceMetadata
2348
+ # @private
2349
+ class Representation < Google::Apis::Core::JsonRepresentation
2350
+ property :estimated_size_bytes, :numeric_string => true, as: 'estimatedSizeBytes'
2351
+ property :infinite, as: 'infinite'
2352
+ property :produces_sorted_keys, as: 'producesSortedKeys'
2353
+ end
2354
+ end
2355
+
2356
+ class SourceOperationRequest
2357
+ # @private
2358
+ class Representation < Google::Apis::Core::JsonRepresentation
2359
+ property :get_metadata, as: 'getMetadata', class: Google::Apis::DataflowV1b3::SourceGetMetadataRequest, decorator: Google::Apis::DataflowV1b3::SourceGetMetadataRequest::Representation
2360
+
2361
+ property :name, as: 'name'
2362
+ property :original_name, as: 'originalName'
2363
+ property :split, as: 'split', class: Google::Apis::DataflowV1b3::SourceSplitRequest, decorator: Google::Apis::DataflowV1b3::SourceSplitRequest::Representation
2364
+
2365
+ property :stage_name, as: 'stageName'
2366
+ property :system_name, as: 'systemName'
2367
+ end
2368
+ end
2369
+
2370
+ class SourceOperationResponse
2371
+ # @private
2372
+ class Representation < Google::Apis::Core::JsonRepresentation
2373
+ property :get_metadata, as: 'getMetadata', class: Google::Apis::DataflowV1b3::SourceGetMetadataResponse, decorator: Google::Apis::DataflowV1b3::SourceGetMetadataResponse::Representation
2374
+
2375
+ property :split, as: 'split', class: Google::Apis::DataflowV1b3::SourceSplitResponse, decorator: Google::Apis::DataflowV1b3::SourceSplitResponse::Representation
2376
+
2377
+ end
2378
+ end
2379
+
2380
+ class SourceSplitOptions
2381
+ # @private
2382
+ class Representation < Google::Apis::Core::JsonRepresentation
2383
+ property :desired_bundle_size_bytes, :numeric_string => true, as: 'desiredBundleSizeBytes'
2384
+ property :desired_shard_size_bytes, :numeric_string => true, as: 'desiredShardSizeBytes'
2385
+ end
2386
+ end
2387
+
2388
+ class SourceSplitRequest
2389
+ # @private
2390
+ class Representation < Google::Apis::Core::JsonRepresentation
2391
+ property :options, as: 'options', class: Google::Apis::DataflowV1b3::SourceSplitOptions, decorator: Google::Apis::DataflowV1b3::SourceSplitOptions::Representation
2392
+
2393
+ property :source, as: 'source', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation
2394
+
2395
+ end
2396
+ end
2397
+
2398
+ class SourceSplitResponse
2399
+ # @private
2400
+ class Representation < Google::Apis::Core::JsonRepresentation
2401
+ collection :bundles, as: 'bundles', class: Google::Apis::DataflowV1b3::DerivedSource, decorator: Google::Apis::DataflowV1b3::DerivedSource::Representation
2402
+
2403
+ property :outcome, as: 'outcome'
2404
+ collection :shards, as: 'shards', class: Google::Apis::DataflowV1b3::SourceSplitShard, decorator: Google::Apis::DataflowV1b3::SourceSplitShard::Representation
2405
+
2406
+ end
2407
+ end
2408
+
2409
+ class SourceSplitShard
2410
+ # @private
2411
+ class Representation < Google::Apis::Core::JsonRepresentation
2412
+ property :derivation_mode, as: 'derivationMode'
2413
+ property :source, as: 'source', class: Google::Apis::DataflowV1b3::Source, decorator: Google::Apis::DataflowV1b3::Source::Representation
2414
+
2415
+ end
2416
+ end
2417
+
2418
+ class SpannerIoDetails
2419
+ # @private
2420
+ class Representation < Google::Apis::Core::JsonRepresentation
2421
+ property :database_id, as: 'databaseId'
2422
+ property :instance_id, as: 'instanceId'
2423
+ property :project_id, as: 'projectId'
2424
+ end
2425
+ end
2426
+
2427
+ class SplitInt64
2428
+ # @private
2429
+ class Representation < Google::Apis::Core::JsonRepresentation
2430
+ property :high_bits, as: 'highBits'
2431
+ property :low_bits, as: 'lowBits'
2432
+ end
2433
+ end
2434
+
2435
+ class StageExecutionDetails
2436
+ # @private
2437
+ class Representation < Google::Apis::Core::JsonRepresentation
2438
+ property :next_page_token, as: 'nextPageToken'
2439
+ collection :workers, as: 'workers', class: Google::Apis::DataflowV1b3::WorkerDetails, decorator: Google::Apis::DataflowV1b3::WorkerDetails::Representation
2440
+
2441
+ end
2442
+ end
2443
+
2444
+ class StageSource
2445
+ # @private
2446
+ class Representation < Google::Apis::Core::JsonRepresentation
2447
+ property :name, as: 'name'
2448
+ property :original_transform_or_collection, as: 'originalTransformOrCollection'
2449
+ property :size_bytes, :numeric_string => true, as: 'sizeBytes'
2450
+ property :user_name, as: 'userName'
2451
+ end
2452
+ end
2453
+
2454
+ class StageSummary
2455
+ # @private
2456
+ class Representation < Google::Apis::Core::JsonRepresentation
2457
+ property :end_time, as: 'endTime'
2458
+ collection :metrics, as: 'metrics', class: Google::Apis::DataflowV1b3::MetricUpdate, decorator: Google::Apis::DataflowV1b3::MetricUpdate::Representation
2459
+
2460
+ property :progress, as: 'progress', class: Google::Apis::DataflowV1b3::ProgressTimeseries, decorator: Google::Apis::DataflowV1b3::ProgressTimeseries::Representation
2461
+
2462
+ property :stage_id, as: 'stageId'
2463
+ property :start_time, as: 'startTime'
2464
+ property :state, as: 'state'
2465
+ end
2466
+ end
2467
+
2468
+ class StateFamilyConfig
2469
+ # @private
2470
+ class Representation < Google::Apis::Core::JsonRepresentation
2471
+ property :is_read, as: 'isRead'
2472
+ property :state_family, as: 'stateFamily'
2473
+ end
2474
+ end
2475
+
2476
+ class Status
2477
+ # @private
2478
+ class Representation < Google::Apis::Core::JsonRepresentation
2479
+ property :code, as: 'code'
2480
+ collection :details, as: 'details'
2481
+ property :message, as: 'message'
2482
+ end
2483
+ end
2484
+
2485
+ class Step
2486
+ # @private
2487
+ class Representation < Google::Apis::Core::JsonRepresentation
2488
+ property :kind, as: 'kind'
2489
+ property :name, as: 'name'
2490
+ hash :properties, as: 'properties'
2491
+ end
2492
+ end
2493
+
2494
+ class StreamLocation
2495
+ # @private
2496
+ class Representation < Google::Apis::Core::JsonRepresentation
2497
+ property :custom_source_location, as: 'customSourceLocation', class: Google::Apis::DataflowV1b3::CustomSourceLocation, decorator: Google::Apis::DataflowV1b3::CustomSourceLocation::Representation
2498
+
2499
+ property :pubsub_location, as: 'pubsubLocation', class: Google::Apis::DataflowV1b3::PubsubLocation, decorator: Google::Apis::DataflowV1b3::PubsubLocation::Representation
2500
+
2501
+ property :side_input_location, as: 'sideInputLocation', class: Google::Apis::DataflowV1b3::StreamingSideInputLocation, decorator: Google::Apis::DataflowV1b3::StreamingSideInputLocation::Representation
2502
+
2503
+ property :streaming_stage_location, as: 'streamingStageLocation', class: Google::Apis::DataflowV1b3::StreamingStageLocation, decorator: Google::Apis::DataflowV1b3::StreamingStageLocation::Representation
2504
+
2505
+ end
2506
+ end
2507
+
2508
+ class StreamingApplianceSnapshotConfig
2509
+ # @private
2510
+ class Representation < Google::Apis::Core::JsonRepresentation
2511
+ property :import_state_endpoint, as: 'importStateEndpoint'
2512
+ property :snapshot_id, as: 'snapshotId'
2513
+ end
2514
+ end
2515
+
2516
+ class StreamingComputationConfig
2517
+ # @private
2518
+ class Representation < Google::Apis::Core::JsonRepresentation
2519
+ property :computation_id, as: 'computationId'
2520
+ collection :instructions, as: 'instructions', class: Google::Apis::DataflowV1b3::ParallelInstruction, decorator: Google::Apis::DataflowV1b3::ParallelInstruction::Representation
2521
+
2522
+ property :stage_name, as: 'stageName'
2523
+ property :system_name, as: 'systemName'
2524
+ hash :transform_user_name_to_state_family, as: 'transformUserNameToStateFamily'
2525
+ end
2526
+ end
2527
+
2528
+ class StreamingComputationRanges
2529
+ # @private
2530
+ class Representation < Google::Apis::Core::JsonRepresentation
2531
+ property :computation_id, as: 'computationId'
2532
+ collection :range_assignments, as: 'rangeAssignments', class: Google::Apis::DataflowV1b3::KeyRangeDataDiskAssignment, decorator: Google::Apis::DataflowV1b3::KeyRangeDataDiskAssignment::Representation
2533
+
2534
+ end
2535
+ end
2536
+
2537
+ class StreamingComputationTask
2538
+ # @private
2539
+ class Representation < Google::Apis::Core::JsonRepresentation
2540
+ collection :computation_ranges, as: 'computationRanges', class: Google::Apis::DataflowV1b3::StreamingComputationRanges, decorator: Google::Apis::DataflowV1b3::StreamingComputationRanges::Representation
2541
+
2542
+ collection :data_disks, as: 'dataDisks', class: Google::Apis::DataflowV1b3::MountedDataDisk, decorator: Google::Apis::DataflowV1b3::MountedDataDisk::Representation
2543
+
2544
+ property :task_type, as: 'taskType'
2545
+ end
2546
+ end
2547
+
2548
+ class StreamingConfigTask
2549
+ # @private
2550
+ class Representation < Google::Apis::Core::JsonRepresentation
2551
+ property :commit_stream_chunk_size_bytes, :numeric_string => true, as: 'commitStreamChunkSizeBytes'
2552
+ property :get_data_stream_chunk_size_bytes, :numeric_string => true, as: 'getDataStreamChunkSizeBytes'
2553
+ property :max_work_item_commit_bytes, :numeric_string => true, as: 'maxWorkItemCommitBytes'
2554
+ collection :streaming_computation_configs, as: 'streamingComputationConfigs', class: Google::Apis::DataflowV1b3::StreamingComputationConfig, decorator: Google::Apis::DataflowV1b3::StreamingComputationConfig::Representation
2555
+
2556
+ hash :user_step_to_state_family_name_map, as: 'userStepToStateFamilyNameMap'
2557
+ property :windmill_service_endpoint, as: 'windmillServiceEndpoint'
2558
+ property :windmill_service_port, :numeric_string => true, as: 'windmillServicePort'
2559
+ end
2560
+ end
2561
+
2562
+ class StreamingSetupTask
2563
+ # @private
2564
+ class Representation < Google::Apis::Core::JsonRepresentation
2565
+ property :drain, as: 'drain'
2566
+ property :receive_work_port, as: 'receiveWorkPort'
2567
+ property :snapshot_config, as: 'snapshotConfig', class: Google::Apis::DataflowV1b3::StreamingApplianceSnapshotConfig, decorator: Google::Apis::DataflowV1b3::StreamingApplianceSnapshotConfig::Representation
2568
+
2569
+ property :streaming_computation_topology, as: 'streamingComputationTopology', class: Google::Apis::DataflowV1b3::TopologyConfig, decorator: Google::Apis::DataflowV1b3::TopologyConfig::Representation
2570
+
2571
+ property :worker_harness_port, as: 'workerHarnessPort'
2572
+ end
2573
+ end
2574
+
2575
+ class StreamingSideInputLocation
2576
+ # @private
2577
+ class Representation < Google::Apis::Core::JsonRepresentation
2578
+ property :state_family, as: 'stateFamily'
2579
+ property :tag, as: 'tag'
2580
+ end
2581
+ end
2582
+
2583
+ class StreamingStageLocation
2584
+ # @private
2585
+ class Representation < Google::Apis::Core::JsonRepresentation
2586
+ property :stream_id, as: 'streamId'
2587
+ end
2588
+ end
2589
+
2590
+ class StringList
2591
+ # @private
2592
+ class Representation < Google::Apis::Core::JsonRepresentation
2593
+ collection :elements, as: 'elements'
2594
+ end
2595
+ end
2596
+
2597
+ class StructuredMessage
2598
+ # @private
2599
+ class Representation < Google::Apis::Core::JsonRepresentation
2600
+ property :message_key, as: 'messageKey'
2601
+ property :message_text, as: 'messageText'
2602
+ collection :parameters, as: 'parameters', class: Google::Apis::DataflowV1b3::Parameter, decorator: Google::Apis::DataflowV1b3::Parameter::Representation
2603
+
2604
+ end
2605
+ end
2606
+
2607
+ class TaskRunnerSettings
2608
+ # @private
2609
+ class Representation < Google::Apis::Core::JsonRepresentation
2610
+ property :alsologtostderr, as: 'alsologtostderr'
2611
+ property :base_task_dir, as: 'baseTaskDir'
2612
+ property :base_url, as: 'baseUrl'
2613
+ property :commandlines_file_name, as: 'commandlinesFileName'
2614
+ property :continue_on_exception, as: 'continueOnException'
2615
+ property :dataflow_api_version, as: 'dataflowApiVersion'
2616
+ property :harness_command, as: 'harnessCommand'
2617
+ property :language_hint, as: 'languageHint'
2618
+ property :log_dir, as: 'logDir'
2619
+ property :log_to_serialconsole, as: 'logToSerialconsole'
2620
+ property :log_upload_location, as: 'logUploadLocation'
2621
+ collection :oauth_scopes, as: 'oauthScopes'
2622
+ property :parallel_worker_settings, as: 'parallelWorkerSettings', class: Google::Apis::DataflowV1b3::WorkerSettings, decorator: Google::Apis::DataflowV1b3::WorkerSettings::Representation
2623
+
2624
+ property :streaming_worker_main_class, as: 'streamingWorkerMainClass'
2625
+ property :task_group, as: 'taskGroup'
2626
+ property :task_user, as: 'taskUser'
2627
+ property :temp_storage_prefix, as: 'tempStoragePrefix'
2628
+ property :vm_id, as: 'vmId'
2629
+ property :workflow_file_name, as: 'workflowFileName'
2630
+ end
2631
+ end
2632
+
2633
+ class TemplateMetadata
2634
+ # @private
2635
+ class Representation < Google::Apis::Core::JsonRepresentation
2636
+ property :description, as: 'description'
2637
+ property :name, as: 'name'
2638
+ collection :parameters, as: 'parameters', class: Google::Apis::DataflowV1b3::ParameterMetadata, decorator: Google::Apis::DataflowV1b3::ParameterMetadata::Representation
2639
+
2640
+ end
2641
+ end
2642
+
2643
+ class TemplateVersion
2644
+ # @private
2645
+ class Representation < Google::Apis::Core::JsonRepresentation
2646
+ property :artifact, as: 'artifact', class: Google::Apis::DataflowV1b3::Artifact, decorator: Google::Apis::DataflowV1b3::Artifact::Representation
2647
+
2648
+ property :create_time, as: 'createTime'
2649
+ property :description, as: 'description'
2650
+ property :display_name, as: 'displayName'
2651
+ hash :labels, as: 'labels'
2652
+ property :project_id, as: 'projectId'
2653
+ collection :tags, as: 'tags'
2654
+ property :type, as: 'type'
2655
+ property :version_id, as: 'versionId'
2656
+ end
2657
+ end
2658
+
2659
+ class TopologyConfig
2660
+ # @private
2661
+ class Representation < Google::Apis::Core::JsonRepresentation
2662
+ collection :computations, as: 'computations', class: Google::Apis::DataflowV1b3::ComputationTopology, decorator: Google::Apis::DataflowV1b3::ComputationTopology::Representation
2663
+
2664
+ collection :data_disk_assignments, as: 'dataDiskAssignments', class: Google::Apis::DataflowV1b3::DataDiskAssignment, decorator: Google::Apis::DataflowV1b3::DataDiskAssignment::Representation
2665
+
2666
+ property :forwarding_key_bits, as: 'forwardingKeyBits'
2667
+ property :persistent_state_version, as: 'persistentStateVersion'
2668
+ hash :user_stage_to_computation_name_map, as: 'userStageToComputationNameMap'
2669
+ end
2670
+ end
2671
+
2672
+ class TransformSummary
2673
+ # @private
2674
+ class Representation < Google::Apis::Core::JsonRepresentation
2675
+ collection :display_data, as: 'displayData', class: Google::Apis::DataflowV1b3::DisplayData, decorator: Google::Apis::DataflowV1b3::DisplayData::Representation
2676
+
2677
+ property :id, as: 'id'
2678
+ collection :input_collection_name, as: 'inputCollectionName'
2679
+ property :kind, as: 'kind'
2680
+ property :name, as: 'name'
2681
+ collection :output_collection_name, as: 'outputCollectionName'
2682
+ end
2683
+ end
2684
+
2685
+ class ValidateResponse
2686
+ # @private
2687
+ class Representation < Google::Apis::Core::JsonRepresentation
2688
+ property :error_message, as: 'errorMessage'
2689
+ property :query_info, as: 'queryInfo', class: Google::Apis::DataflowV1b3::QueryInfo, decorator: Google::Apis::DataflowV1b3::QueryInfo::Representation
2690
+
2691
+ end
2692
+ end
2693
+
2694
+ class WorkItem
2695
+ # @private
2696
+ class Representation < Google::Apis::Core::JsonRepresentation
2697
+ property :configuration, as: 'configuration'
2698
+ property :id, :numeric_string => true, as: 'id'
2699
+ property :initial_report_index, :numeric_string => true, as: 'initialReportIndex'
2700
+ property :job_id, as: 'jobId'
2701
+ property :lease_expire_time, as: 'leaseExpireTime'
2702
+ property :map_task, as: 'mapTask', class: Google::Apis::DataflowV1b3::MapTask, decorator: Google::Apis::DataflowV1b3::MapTask::Representation
2703
+
2704
+ collection :packages, as: 'packages', class: Google::Apis::DataflowV1b3::Package, decorator: Google::Apis::DataflowV1b3::Package::Representation
2705
+
2706
+ property :project_id, as: 'projectId'
2707
+ property :report_status_interval, as: 'reportStatusInterval'
2708
+ property :seq_map_task, as: 'seqMapTask', class: Google::Apis::DataflowV1b3::SeqMapTask, decorator: Google::Apis::DataflowV1b3::SeqMapTask::Representation
2709
+
2710
+ property :shell_task, as: 'shellTask', class: Google::Apis::DataflowV1b3::ShellTask, decorator: Google::Apis::DataflowV1b3::ShellTask::Representation
2711
+
2712
+ property :source_operation_task, as: 'sourceOperationTask', class: Google::Apis::DataflowV1b3::SourceOperationRequest, decorator: Google::Apis::DataflowV1b3::SourceOperationRequest::Representation
2713
+
2714
+ property :streaming_computation_task, as: 'streamingComputationTask', class: Google::Apis::DataflowV1b3::StreamingComputationTask, decorator: Google::Apis::DataflowV1b3::StreamingComputationTask::Representation
2715
+
2716
+ property :streaming_config_task, as: 'streamingConfigTask', class: Google::Apis::DataflowV1b3::StreamingConfigTask, decorator: Google::Apis::DataflowV1b3::StreamingConfigTask::Representation
2717
+
2718
+ property :streaming_setup_task, as: 'streamingSetupTask', class: Google::Apis::DataflowV1b3::StreamingSetupTask, decorator: Google::Apis::DataflowV1b3::StreamingSetupTask::Representation
2719
+
2720
+ end
2721
+ end
2722
+
2723
+ class WorkItemDetails
2724
+ # @private
2725
+ class Representation < Google::Apis::Core::JsonRepresentation
2726
+ property :attempt_id, as: 'attemptId'
2727
+ property :end_time, as: 'endTime'
2728
+ collection :metrics, as: 'metrics', class: Google::Apis::DataflowV1b3::MetricUpdate, decorator: Google::Apis::DataflowV1b3::MetricUpdate::Representation
2729
+
2730
+ property :progress, as: 'progress', class: Google::Apis::DataflowV1b3::ProgressTimeseries, decorator: Google::Apis::DataflowV1b3::ProgressTimeseries::Representation
2731
+
2732
+ property :start_time, as: 'startTime'
2733
+ property :state, as: 'state'
2734
+ property :task_id, as: 'taskId'
2735
+ end
2736
+ end
2737
+
2738
+ class WorkItemServiceState
2739
+ # @private
2740
+ class Representation < Google::Apis::Core::JsonRepresentation
2741
+ property :complete_work_status, as: 'completeWorkStatus', class: Google::Apis::DataflowV1b3::Status, decorator: Google::Apis::DataflowV1b3::Status::Representation
2742
+
2743
+ hash :harness_data, as: 'harnessData'
2744
+ property :hot_key_detection, as: 'hotKeyDetection', class: Google::Apis::DataflowV1b3::HotKeyDetection, decorator: Google::Apis::DataflowV1b3::HotKeyDetection::Representation
2745
+
2746
+ property :lease_expire_time, as: 'leaseExpireTime'
2747
+ collection :metric_short_id, as: 'metricShortId', class: Google::Apis::DataflowV1b3::MetricShortId, decorator: Google::Apis::DataflowV1b3::MetricShortId::Representation
2748
+
2749
+ property :next_report_index, :numeric_string => true, as: 'nextReportIndex'
2750
+ property :report_status_interval, as: 'reportStatusInterval'
2751
+ property :split_request, as: 'splitRequest', class: Google::Apis::DataflowV1b3::ApproximateSplitRequest, decorator: Google::Apis::DataflowV1b3::ApproximateSplitRequest::Representation
2752
+
2753
+ property :suggested_stop_point, as: 'suggestedStopPoint', class: Google::Apis::DataflowV1b3::ApproximateProgress, decorator: Google::Apis::DataflowV1b3::ApproximateProgress::Representation
2754
+
2755
+ property :suggested_stop_position, as: 'suggestedStopPosition', class: Google::Apis::DataflowV1b3::Position, decorator: Google::Apis::DataflowV1b3::Position::Representation
2756
+
2757
+ end
2758
+ end
2759
+
2760
+ class WorkItemStatus
2761
+ # @private
2762
+ class Representation < Google::Apis::Core::JsonRepresentation
2763
+ property :completed, as: 'completed'
2764
+ collection :counter_updates, as: 'counterUpdates', class: Google::Apis::DataflowV1b3::CounterUpdate, decorator: Google::Apis::DataflowV1b3::CounterUpdate::Representation
2765
+
2766
+ property :dynamic_source_split, as: 'dynamicSourceSplit', class: Google::Apis::DataflowV1b3::DynamicSourceSplit, decorator: Google::Apis::DataflowV1b3::DynamicSourceSplit::Representation
2767
+
2768
+ collection :errors, as: 'errors', class: Google::Apis::DataflowV1b3::Status, decorator: Google::Apis::DataflowV1b3::Status::Representation
2769
+
2770
+ collection :metric_updates, as: 'metricUpdates', class: Google::Apis::DataflowV1b3::MetricUpdate, decorator: Google::Apis::DataflowV1b3::MetricUpdate::Representation
2771
+
2772
+ property :progress, as: 'progress', class: Google::Apis::DataflowV1b3::ApproximateProgress, decorator: Google::Apis::DataflowV1b3::ApproximateProgress::Representation
2773
+
2774
+ property :report_index, :numeric_string => true, as: 'reportIndex'
2775
+ property :reported_progress, as: 'reportedProgress', class: Google::Apis::DataflowV1b3::ApproximateReportedProgress, decorator: Google::Apis::DataflowV1b3::ApproximateReportedProgress::Representation
2776
+
2777
+ property :requested_lease_duration, as: 'requestedLeaseDuration'
2778
+ property :source_fork, as: 'sourceFork', class: Google::Apis::DataflowV1b3::SourceFork, decorator: Google::Apis::DataflowV1b3::SourceFork::Representation
2779
+
2780
+ property :source_operation_response, as: 'sourceOperationResponse', class: Google::Apis::DataflowV1b3::SourceOperationResponse, decorator: Google::Apis::DataflowV1b3::SourceOperationResponse::Representation
2781
+
2782
+ property :stop_position, as: 'stopPosition', class: Google::Apis::DataflowV1b3::Position, decorator: Google::Apis::DataflowV1b3::Position::Representation
2783
+
2784
+ property :total_throttler_wait_time_seconds, as: 'totalThrottlerWaitTimeSeconds'
2785
+ property :work_item_id, as: 'workItemId'
2786
+ end
2787
+ end
2788
+
2789
+ class WorkerDetails
2790
+ # @private
2791
+ class Representation < Google::Apis::Core::JsonRepresentation
2792
+ collection :work_items, as: 'workItems', class: Google::Apis::DataflowV1b3::WorkItemDetails, decorator: Google::Apis::DataflowV1b3::WorkItemDetails::Representation
2793
+
2794
+ property :worker_name, as: 'workerName'
2795
+ end
2796
+ end
2797
+
2798
+ class WorkerHealthReport
2799
+ # @private
2800
+ class Representation < Google::Apis::Core::JsonRepresentation
2801
+ property :msg, as: 'msg'
2802
+ collection :pods, as: 'pods'
2803
+ property :report_interval, as: 'reportInterval'
2804
+ property :vm_is_broken, as: 'vmIsBroken'
2805
+ property :vm_is_healthy, as: 'vmIsHealthy'
2806
+ property :vm_startup_time, as: 'vmStartupTime'
2807
+ end
2808
+ end
2809
+
2810
+ class WorkerHealthReportResponse
2811
+ # @private
2812
+ class Representation < Google::Apis::Core::JsonRepresentation
2813
+ property :report_interval, as: 'reportInterval'
2814
+ end
2815
+ end
2816
+
2817
+ class WorkerLifecycleEvent
2818
+ # @private
2819
+ class Representation < Google::Apis::Core::JsonRepresentation
2820
+ property :container_start_time, as: 'containerStartTime'
2821
+ property :event, as: 'event'
2822
+ hash :metadata, as: 'metadata'
2823
+ end
2824
+ end
2825
+
2826
+ class WorkerMessage
2827
+ # @private
2828
+ class Representation < Google::Apis::Core::JsonRepresentation
2829
+ hash :labels, as: 'labels'
2830
+ property :time, as: 'time'
2831
+ property :worker_health_report, as: 'workerHealthReport', class: Google::Apis::DataflowV1b3::WorkerHealthReport, decorator: Google::Apis::DataflowV1b3::WorkerHealthReport::Representation
2832
+
2833
+ property :worker_lifecycle_event, as: 'workerLifecycleEvent', class: Google::Apis::DataflowV1b3::WorkerLifecycleEvent, decorator: Google::Apis::DataflowV1b3::WorkerLifecycleEvent::Representation
2834
+
2835
+ property :worker_message_code, as: 'workerMessageCode', class: Google::Apis::DataflowV1b3::WorkerMessageCode, decorator: Google::Apis::DataflowV1b3::WorkerMessageCode::Representation
2836
+
2837
+ property :worker_metrics, as: 'workerMetrics', class: Google::Apis::DataflowV1b3::ResourceUtilizationReport, decorator: Google::Apis::DataflowV1b3::ResourceUtilizationReport::Representation
2838
+
2839
+ property :worker_shutdown_notice, as: 'workerShutdownNotice', class: Google::Apis::DataflowV1b3::WorkerShutdownNotice, decorator: Google::Apis::DataflowV1b3::WorkerShutdownNotice::Representation
2840
+
2841
+ end
2842
+ end
2843
+
2844
+ class WorkerMessageCode
2845
+ # @private
2846
+ class Representation < Google::Apis::Core::JsonRepresentation
2847
+ property :code, as: 'code'
2848
+ hash :parameters, as: 'parameters'
2849
+ end
2850
+ end
2851
+
2852
+ class WorkerMessageResponse
2853
+ # @private
2854
+ class Representation < Google::Apis::Core::JsonRepresentation
2855
+ property :worker_health_report_response, as: 'workerHealthReportResponse', class: Google::Apis::DataflowV1b3::WorkerHealthReportResponse, decorator: Google::Apis::DataflowV1b3::WorkerHealthReportResponse::Representation
2856
+
2857
+ property :worker_metrics_response, as: 'workerMetricsResponse', class: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse, decorator: Google::Apis::DataflowV1b3::ResourceUtilizationReportResponse::Representation
2858
+
2859
+ property :worker_shutdown_notice_response, as: 'workerShutdownNoticeResponse', class: Google::Apis::DataflowV1b3::WorkerShutdownNoticeResponse, decorator: Google::Apis::DataflowV1b3::WorkerShutdownNoticeResponse::Representation
2860
+
2861
+ end
2862
+ end
2863
+
2864
+ class WorkerPool
2865
+ # @private
2866
+ class Representation < Google::Apis::Core::JsonRepresentation
2867
+ property :autoscaling_settings, as: 'autoscalingSettings', class: Google::Apis::DataflowV1b3::AutoscalingSettings, decorator: Google::Apis::DataflowV1b3::AutoscalingSettings::Representation
2868
+
2869
+ collection :data_disks, as: 'dataDisks', class: Google::Apis::DataflowV1b3::Disk, decorator: Google::Apis::DataflowV1b3::Disk::Representation
2870
+
2871
+ property :default_package_set, as: 'defaultPackageSet'
2872
+ property :disk_size_gb, as: 'diskSizeGb'
2873
+ property :disk_source_image, as: 'diskSourceImage'
2874
+ property :disk_type, as: 'diskType'
2875
+ property :ip_configuration, as: 'ipConfiguration'
2876
+ property :kind, as: 'kind'
2877
+ property :machine_type, as: 'machineType'
2878
+ hash :metadata, as: 'metadata'
2879
+ property :network, as: 'network'
2880
+ property :num_threads_per_worker, as: 'numThreadsPerWorker'
2881
+ property :num_workers, as: 'numWorkers'
2882
+ property :on_host_maintenance, as: 'onHostMaintenance'
2883
+ collection :packages, as: 'packages', class: Google::Apis::DataflowV1b3::Package, decorator: Google::Apis::DataflowV1b3::Package::Representation
2884
+
2885
+ hash :pool_args, as: 'poolArgs'
2886
+ collection :sdk_harness_container_images, as: 'sdkHarnessContainerImages', class: Google::Apis::DataflowV1b3::SdkHarnessContainerImage, decorator: Google::Apis::DataflowV1b3::SdkHarnessContainerImage::Representation
2887
+
2888
+ property :subnetwork, as: 'subnetwork'
2889
+ property :taskrunner_settings, as: 'taskrunnerSettings', class: Google::Apis::DataflowV1b3::TaskRunnerSettings, decorator: Google::Apis::DataflowV1b3::TaskRunnerSettings::Representation
2890
+
2891
+ property :teardown_policy, as: 'teardownPolicy'
2892
+ property :worker_harness_container_image, as: 'workerHarnessContainerImage'
2893
+ property :zone, as: 'zone'
2894
+ end
2895
+ end
2896
+
2897
+ class WorkerSettings
2898
+ # @private
2899
+ class Representation < Google::Apis::Core::JsonRepresentation
2900
+ property :base_url, as: 'baseUrl'
2901
+ property :reporting_enabled, as: 'reportingEnabled'
2902
+ property :service_path, as: 'servicePath'
2903
+ property :shuffle_service_path, as: 'shuffleServicePath'
2904
+ property :temp_storage_prefix, as: 'tempStoragePrefix'
2905
+ property :worker_id, as: 'workerId'
2906
+ end
2907
+ end
2908
+
2909
+ class WorkerShutdownNotice
2910
+ # @private
2911
+ class Representation < Google::Apis::Core::JsonRepresentation
2912
+ property :reason, as: 'reason'
2913
+ end
2914
+ end
2915
+
2916
+ class WorkerShutdownNoticeResponse
2917
+ # @private
2918
+ class Representation < Google::Apis::Core::JsonRepresentation
2919
+ end
2920
+ end
2921
+
2922
+ class WriteInstruction
2923
+ # @private
2924
+ class Representation < Google::Apis::Core::JsonRepresentation
2925
+ property :input, as: 'input', class: Google::Apis::DataflowV1b3::InstructionInput, decorator: Google::Apis::DataflowV1b3::InstructionInput::Representation
2926
+
2927
+ property :sink, as: 'sink', class: Google::Apis::DataflowV1b3::Sink, decorator: Google::Apis::DataflowV1b3::Sink::Representation
2928
+
2929
+ end
2930
+ end
2931
+ end
2932
+ end
2933
+ end