google-apis-dataproc_v1 0.71.0 → 0.73.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +9 -0
- data/lib/google/apis/dataproc_v1/classes.rb +9049 -3942
- data/lib/google/apis/dataproc_v1/gem_version.rb +3 -3
- data/lib/google/apis/dataproc_v1/representations.rb +2873 -775
- data/lib/google/apis/dataproc_v1/service.rb +1961 -200
- metadata +3 -3
@@ -28,6 +28,96 @@ module Google
|
|
28
28
|
include Google::Apis::Core::JsonObjectSupport
|
29
29
|
end
|
30
30
|
|
31
|
+
class AccessSessionSparkApplicationEnvironmentInfoResponse
|
32
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
|
+
|
34
|
+
include Google::Apis::Core::JsonObjectSupport
|
35
|
+
end
|
36
|
+
|
37
|
+
class AccessSessionSparkApplicationJobResponse
|
38
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
39
|
+
|
40
|
+
include Google::Apis::Core::JsonObjectSupport
|
41
|
+
end
|
42
|
+
|
43
|
+
class AccessSessionSparkApplicationResponse
|
44
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
|
+
|
46
|
+
include Google::Apis::Core::JsonObjectSupport
|
47
|
+
end
|
48
|
+
|
49
|
+
class AccessSessionSparkApplicationSqlQueryResponse
|
50
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
51
|
+
|
52
|
+
include Google::Apis::Core::JsonObjectSupport
|
53
|
+
end
|
54
|
+
|
55
|
+
class AccessSessionSparkApplicationSqlSparkPlanGraphResponse
|
56
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
57
|
+
|
58
|
+
include Google::Apis::Core::JsonObjectSupport
|
59
|
+
end
|
60
|
+
|
61
|
+
class AccessSessionSparkApplicationStageAttemptResponse
|
62
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
63
|
+
|
64
|
+
include Google::Apis::Core::JsonObjectSupport
|
65
|
+
end
|
66
|
+
|
67
|
+
class AccessSessionSparkApplicationStageRddOperationGraphResponse
|
68
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
69
|
+
|
70
|
+
include Google::Apis::Core::JsonObjectSupport
|
71
|
+
end
|
72
|
+
|
73
|
+
class AccessSparkApplicationEnvironmentInfoResponse
|
74
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
75
|
+
|
76
|
+
include Google::Apis::Core::JsonObjectSupport
|
77
|
+
end
|
78
|
+
|
79
|
+
class AccessSparkApplicationJobResponse
|
80
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
81
|
+
|
82
|
+
include Google::Apis::Core::JsonObjectSupport
|
83
|
+
end
|
84
|
+
|
85
|
+
class AccessSparkApplicationResponse
|
86
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
87
|
+
|
88
|
+
include Google::Apis::Core::JsonObjectSupport
|
89
|
+
end
|
90
|
+
|
91
|
+
class AccessSparkApplicationSqlQueryResponse
|
92
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
93
|
+
|
94
|
+
include Google::Apis::Core::JsonObjectSupport
|
95
|
+
end
|
96
|
+
|
97
|
+
class AccessSparkApplicationSqlSparkPlanGraphResponse
|
98
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
99
|
+
|
100
|
+
include Google::Apis::Core::JsonObjectSupport
|
101
|
+
end
|
102
|
+
|
103
|
+
class AccessSparkApplicationStageAttemptResponse
|
104
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
105
|
+
|
106
|
+
include Google::Apis::Core::JsonObjectSupport
|
107
|
+
end
|
108
|
+
|
109
|
+
class AccessSparkApplicationStageRddOperationGraphResponse
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
115
|
+
class AccumulableInfo
|
116
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
117
|
+
|
118
|
+
include Google::Apis::Core::JsonObjectSupport
|
119
|
+
end
|
120
|
+
|
31
121
|
class AnalyzeBatchRequest
|
32
122
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
33
123
|
|
@@ -40,6 +130,30 @@ module Google
|
|
40
130
|
include Google::Apis::Core::JsonObjectSupport
|
41
131
|
end
|
42
132
|
|
133
|
+
class AppSummary
|
134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
135
|
+
|
136
|
+
include Google::Apis::Core::JsonObjectSupport
|
137
|
+
end
|
138
|
+
|
139
|
+
class ApplicationAttemptInfo
|
140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
141
|
+
|
142
|
+
include Google::Apis::Core::JsonObjectSupport
|
143
|
+
end
|
144
|
+
|
145
|
+
class ApplicationEnvironmentInfo
|
146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
147
|
+
|
148
|
+
include Google::Apis::Core::JsonObjectSupport
|
149
|
+
end
|
150
|
+
|
151
|
+
class ApplicationInfo
|
152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
153
|
+
|
154
|
+
include Google::Apis::Core::JsonObjectSupport
|
155
|
+
end
|
156
|
+
|
43
157
|
class AutoscalingConfig
|
44
158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
45
159
|
|
@@ -154,12 +268,24 @@ module Google
|
|
154
268
|
include Google::Apis::Core::JsonObjectSupport
|
155
269
|
end
|
156
270
|
|
271
|
+
class ClusterToRepair
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
157
277
|
class ConfidentialInstanceConfig
|
158
278
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
159
279
|
|
160
280
|
include Google::Apis::Core::JsonObjectSupport
|
161
281
|
end
|
162
282
|
|
283
|
+
class ConsolidatedExecutorSummary
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
163
289
|
class DataprocMetricConfig
|
164
290
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
165
291
|
|
@@ -220,6 +346,42 @@ module Google
|
|
220
346
|
include Google::Apis::Core::JsonObjectSupport
|
221
347
|
end
|
222
348
|
|
349
|
+
class ExecutorMetrics
|
350
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
351
|
+
|
352
|
+
include Google::Apis::Core::JsonObjectSupport
|
353
|
+
end
|
354
|
+
|
355
|
+
class ExecutorMetricsDistributions
|
356
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
357
|
+
|
358
|
+
include Google::Apis::Core::JsonObjectSupport
|
359
|
+
end
|
360
|
+
|
361
|
+
class ExecutorPeakMetricsDistributions
|
362
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
363
|
+
|
364
|
+
include Google::Apis::Core::JsonObjectSupport
|
365
|
+
end
|
366
|
+
|
367
|
+
class ExecutorResourceRequest
|
368
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
369
|
+
|
370
|
+
include Google::Apis::Core::JsonObjectSupport
|
371
|
+
end
|
372
|
+
|
373
|
+
class ExecutorStageSummary
|
374
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
|
+
|
376
|
+
include Google::Apis::Core::JsonObjectSupport
|
377
|
+
end
|
378
|
+
|
379
|
+
class ExecutorSummary
|
380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
381
|
+
|
382
|
+
include Google::Apis::Core::JsonObjectSupport
|
383
|
+
end
|
384
|
+
|
223
385
|
class Expr
|
224
386
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
387
|
|
@@ -316,6 +478,18 @@ module Google
|
|
316
478
|
include Google::Apis::Core::JsonObjectSupport
|
317
479
|
end
|
318
480
|
|
481
|
+
class InputMetrics
|
482
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
483
|
+
|
484
|
+
include Google::Apis::Core::JsonObjectSupport
|
485
|
+
end
|
486
|
+
|
487
|
+
class InputQuantileMetrics
|
488
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
489
|
+
|
490
|
+
include Google::Apis::Core::JsonObjectSupport
|
491
|
+
end
|
492
|
+
|
319
493
|
class InstanceFlexibilityPolicy
|
320
494
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
495
|
|
@@ -370,6 +544,12 @@ module Google
|
|
370
544
|
include Google::Apis::Core::JsonObjectSupport
|
371
545
|
end
|
372
546
|
|
547
|
+
class JobData
|
548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
549
|
+
|
550
|
+
include Google::Apis::Core::JsonObjectSupport
|
551
|
+
end
|
552
|
+
|
373
553
|
class JobMetadata
|
374
554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
375
555
|
|
@@ -400,6 +580,12 @@ module Google
|
|
400
580
|
include Google::Apis::Core::JsonObjectSupport
|
401
581
|
end
|
402
582
|
|
583
|
+
class JobsSummary
|
584
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
|
+
|
586
|
+
include Google::Apis::Core::JsonObjectSupport
|
587
|
+
end
|
588
|
+
|
403
589
|
class JupyterConfig
|
404
590
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
405
591
|
|
@@ -496,6 +682,12 @@ module Google
|
|
496
682
|
include Google::Apis::Core::JsonObjectSupport
|
497
683
|
end
|
498
684
|
|
685
|
+
class MemoryMetrics
|
686
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
|
+
|
688
|
+
include Google::Apis::Core::JsonObjectSupport
|
689
|
+
end
|
690
|
+
|
499
691
|
class MetastoreConfig
|
500
692
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
693
|
|
@@ -556,6 +748,18 @@ module Google
|
|
556
748
|
include Google::Apis::Core::JsonObjectSupport
|
557
749
|
end
|
558
750
|
|
751
|
+
class OutputMetrics
|
752
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
|
+
|
754
|
+
include Google::Apis::Core::JsonObjectSupport
|
755
|
+
end
|
756
|
+
|
757
|
+
class OutputQuantileMetrics
|
758
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
|
+
|
760
|
+
include Google::Apis::Core::JsonObjectSupport
|
761
|
+
end
|
762
|
+
|
559
763
|
class ParameterValidation
|
560
764
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
561
765
|
|
@@ -580,12 +784,30 @@ module Google
|
|
580
784
|
include Google::Apis::Core::JsonObjectSupport
|
581
785
|
end
|
582
786
|
|
787
|
+
class PoolData
|
788
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
|
+
|
790
|
+
include Google::Apis::Core::JsonObjectSupport
|
791
|
+
end
|
792
|
+
|
583
793
|
class PrestoJob
|
584
794
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
585
795
|
|
586
796
|
include Google::Apis::Core::JsonObjectSupport
|
587
797
|
end
|
588
798
|
|
799
|
+
class ProcessSummary
|
800
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
|
+
|
802
|
+
include Google::Apis::Core::JsonObjectSupport
|
803
|
+
end
|
804
|
+
|
805
|
+
class ProvisioningModelMix
|
806
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
|
+
|
808
|
+
include Google::Apis::Core::JsonObjectSupport
|
809
|
+
end
|
810
|
+
|
589
811
|
class PyPiRepositoryConfig
|
590
812
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
591
813
|
|
@@ -604,1317 +826,3009 @@ module Google
|
|
604
826
|
include Google::Apis::Core::JsonObjectSupport
|
605
827
|
end
|
606
828
|
|
607
|
-
class
|
829
|
+
class Quantiles
|
608
830
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
831
|
|
610
832
|
include Google::Apis::Core::JsonObjectSupport
|
611
833
|
end
|
612
834
|
|
613
|
-
class
|
835
|
+
class QueryList
|
614
836
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
615
837
|
|
616
838
|
include Google::Apis::Core::JsonObjectSupport
|
617
839
|
end
|
618
840
|
|
619
|
-
class
|
841
|
+
class RddDataDistribution
|
620
842
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
621
843
|
|
622
844
|
include Google::Apis::Core::JsonObjectSupport
|
623
845
|
end
|
624
846
|
|
625
|
-
class
|
847
|
+
class RddOperationCluster
|
626
848
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
627
849
|
|
628
850
|
include Google::Apis::Core::JsonObjectSupport
|
629
851
|
end
|
630
852
|
|
631
|
-
class
|
853
|
+
class RddOperationEdge
|
632
854
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
633
855
|
|
634
856
|
include Google::Apis::Core::JsonObjectSupport
|
635
857
|
end
|
636
858
|
|
637
|
-
class
|
859
|
+
class RddOperationGraph
|
638
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
639
861
|
|
640
862
|
include Google::Apis::Core::JsonObjectSupport
|
641
863
|
end
|
642
864
|
|
643
|
-
class
|
865
|
+
class RddOperationNode
|
644
866
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
645
867
|
|
646
868
|
include Google::Apis::Core::JsonObjectSupport
|
647
869
|
end
|
648
870
|
|
649
|
-
class
|
871
|
+
class RddPartitionInfo
|
650
872
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
651
873
|
|
652
874
|
include Google::Apis::Core::JsonObjectSupport
|
653
875
|
end
|
654
876
|
|
655
|
-
class
|
877
|
+
class RddStorageInfo
|
656
878
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
657
879
|
|
658
880
|
include Google::Apis::Core::JsonObjectSupport
|
659
881
|
end
|
660
882
|
|
661
|
-
class
|
883
|
+
class RegexValidation
|
662
884
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
663
885
|
|
664
886
|
include Google::Apis::Core::JsonObjectSupport
|
665
887
|
end
|
666
888
|
|
667
|
-
class
|
889
|
+
class RepairClusterRequest
|
668
890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
669
891
|
|
670
892
|
include Google::Apis::Core::JsonObjectSupport
|
671
893
|
end
|
672
894
|
|
673
|
-
class
|
895
|
+
class RepairNodeGroupRequest
|
674
896
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
897
|
|
676
898
|
include Google::Apis::Core::JsonObjectSupport
|
677
899
|
end
|
678
900
|
|
679
|
-
class
|
901
|
+
class RepositoryConfig
|
680
902
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
681
903
|
|
682
904
|
include Google::Apis::Core::JsonObjectSupport
|
683
905
|
end
|
684
906
|
|
685
|
-
class
|
907
|
+
class ReservationAffinity
|
686
908
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
687
909
|
|
688
910
|
include Google::Apis::Core::JsonObjectSupport
|
689
911
|
end
|
690
912
|
|
691
|
-
class
|
913
|
+
class ResizeNodeGroupRequest
|
692
914
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
693
915
|
|
694
916
|
include Google::Apis::Core::JsonObjectSupport
|
695
917
|
end
|
696
918
|
|
697
|
-
class
|
919
|
+
class ResourceInformation
|
698
920
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
699
921
|
|
700
922
|
include Google::Apis::Core::JsonObjectSupport
|
701
923
|
end
|
702
924
|
|
703
|
-
class
|
925
|
+
class ResourceProfileInfo
|
704
926
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
705
927
|
|
706
928
|
include Google::Apis::Core::JsonObjectSupport
|
707
929
|
end
|
708
930
|
|
709
|
-
class
|
931
|
+
class RuntimeConfig
|
710
932
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
711
933
|
|
712
934
|
include Google::Apis::Core::JsonObjectSupport
|
713
935
|
end
|
714
936
|
|
715
|
-
class
|
937
|
+
class RuntimeInfo
|
716
938
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
717
939
|
|
718
940
|
include Google::Apis::Core::JsonObjectSupport
|
719
941
|
end
|
720
942
|
|
721
|
-
class
|
943
|
+
class SearchSessionSparkApplicationExecutorStageSummaryResponse
|
722
944
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
723
945
|
|
724
946
|
include Google::Apis::Core::JsonObjectSupport
|
725
947
|
end
|
726
948
|
|
727
|
-
class
|
949
|
+
class SearchSessionSparkApplicationExecutorsResponse
|
728
950
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
729
951
|
|
730
952
|
include Google::Apis::Core::JsonObjectSupport
|
731
953
|
end
|
732
954
|
|
733
|
-
class
|
955
|
+
class SearchSessionSparkApplicationJobsResponse
|
734
956
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
735
957
|
|
736
958
|
include Google::Apis::Core::JsonObjectSupport
|
737
959
|
end
|
738
960
|
|
739
|
-
class
|
961
|
+
class SearchSessionSparkApplicationSqlQueriesResponse
|
740
962
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
741
963
|
|
742
964
|
include Google::Apis::Core::JsonObjectSupport
|
743
965
|
end
|
744
966
|
|
745
|
-
class
|
967
|
+
class SearchSessionSparkApplicationStageAttemptTasksResponse
|
746
968
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
747
969
|
|
748
970
|
include Google::Apis::Core::JsonObjectSupport
|
749
971
|
end
|
750
972
|
|
751
|
-
class
|
973
|
+
class SearchSessionSparkApplicationStageAttemptsResponse
|
752
974
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
753
975
|
|
754
976
|
include Google::Apis::Core::JsonObjectSupport
|
755
977
|
end
|
756
978
|
|
757
|
-
class
|
979
|
+
class SearchSessionSparkApplicationStagesResponse
|
758
980
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
759
981
|
|
760
982
|
include Google::Apis::Core::JsonObjectSupport
|
761
983
|
end
|
762
984
|
|
763
|
-
class
|
985
|
+
class SearchSessionSparkApplicationsResponse
|
764
986
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
765
987
|
|
766
988
|
include Google::Apis::Core::JsonObjectSupport
|
767
989
|
end
|
768
990
|
|
769
|
-
class
|
991
|
+
class SearchSparkApplicationExecutorStageSummaryResponse
|
770
992
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
771
993
|
|
772
994
|
include Google::Apis::Core::JsonObjectSupport
|
773
995
|
end
|
774
996
|
|
775
|
-
class
|
997
|
+
class SearchSparkApplicationExecutorsResponse
|
776
998
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
777
999
|
|
778
1000
|
include Google::Apis::Core::JsonObjectSupport
|
779
1001
|
end
|
780
1002
|
|
781
|
-
class
|
1003
|
+
class SearchSparkApplicationJobsResponse
|
782
1004
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
783
1005
|
|
784
1006
|
include Google::Apis::Core::JsonObjectSupport
|
785
1007
|
end
|
786
1008
|
|
787
|
-
class
|
1009
|
+
class SearchSparkApplicationSqlQueriesResponse
|
788
1010
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
789
1011
|
|
790
1012
|
include Google::Apis::Core::JsonObjectSupport
|
791
1013
|
end
|
792
1014
|
|
793
|
-
class
|
1015
|
+
class SearchSparkApplicationStageAttemptTasksResponse
|
794
1016
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
795
1017
|
|
796
1018
|
include Google::Apis::Core::JsonObjectSupport
|
797
1019
|
end
|
798
1020
|
|
799
|
-
class
|
1021
|
+
class SearchSparkApplicationStageAttemptsResponse
|
800
1022
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
801
1023
|
|
802
1024
|
include Google::Apis::Core::JsonObjectSupport
|
803
1025
|
end
|
804
1026
|
|
805
|
-
class
|
1027
|
+
class SearchSparkApplicationStagesResponse
|
806
1028
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
807
1029
|
|
808
1030
|
include Google::Apis::Core::JsonObjectSupport
|
809
1031
|
end
|
810
1032
|
|
811
|
-
class
|
1033
|
+
class SearchSparkApplicationsResponse
|
812
1034
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
813
1035
|
|
814
1036
|
include Google::Apis::Core::JsonObjectSupport
|
815
1037
|
end
|
816
1038
|
|
817
|
-
class
|
1039
|
+
class SecurityConfig
|
818
1040
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
819
1041
|
|
820
1042
|
include Google::Apis::Core::JsonObjectSupport
|
821
1043
|
end
|
822
1044
|
|
823
|
-
class
|
1045
|
+
class Session
|
824
1046
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
825
1047
|
|
826
1048
|
include Google::Apis::Core::JsonObjectSupport
|
827
1049
|
end
|
828
1050
|
|
829
|
-
class
|
1051
|
+
class SessionOperationMetadata
|
830
1052
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
831
1053
|
|
832
1054
|
include Google::Apis::Core::JsonObjectSupport
|
833
1055
|
end
|
834
1056
|
|
835
|
-
class
|
1057
|
+
class SessionStateHistory
|
836
1058
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
837
1059
|
|
838
1060
|
include Google::Apis::Core::JsonObjectSupport
|
839
1061
|
end
|
840
1062
|
|
841
|
-
class
|
1063
|
+
class SessionTemplate
|
842
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
843
1065
|
|
844
1066
|
include Google::Apis::Core::JsonObjectSupport
|
845
1067
|
end
|
846
1068
|
|
847
|
-
class
|
1069
|
+
class SetIamPolicyRequest
|
848
1070
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
849
1071
|
|
850
1072
|
include Google::Apis::Core::JsonObjectSupport
|
851
1073
|
end
|
852
1074
|
|
853
|
-
class
|
1075
|
+
class ShieldedInstanceConfig
|
854
1076
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
1077
|
|
856
1078
|
include Google::Apis::Core::JsonObjectSupport
|
857
1079
|
end
|
858
1080
|
|
859
|
-
class
|
1081
|
+
class ShufflePushReadMetrics
|
860
1082
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
861
1083
|
|
862
1084
|
include Google::Apis::Core::JsonObjectSupport
|
863
1085
|
end
|
864
1086
|
|
865
|
-
class
|
1087
|
+
class ShufflePushReadQuantileMetrics
|
866
1088
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
867
1089
|
|
868
1090
|
include Google::Apis::Core::JsonObjectSupport
|
869
1091
|
end
|
870
1092
|
|
871
|
-
class
|
1093
|
+
class ShuffleReadMetrics
|
872
1094
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
873
1095
|
|
874
1096
|
include Google::Apis::Core::JsonObjectSupport
|
875
1097
|
end
|
876
1098
|
|
877
|
-
class
|
1099
|
+
class ShuffleReadQuantileMetrics
|
878
1100
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
879
1101
|
|
880
1102
|
include Google::Apis::Core::JsonObjectSupport
|
881
1103
|
end
|
882
1104
|
|
883
|
-
class
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
1105
|
+
class ShuffleWriteMetrics
|
1106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1107
|
+
|
1108
|
+
include Google::Apis::Core::JsonObjectSupport
|
1109
|
+
end
|
1110
|
+
|
1111
|
+
class ShuffleWriteQuantileMetrics
|
1112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1113
|
+
|
1114
|
+
include Google::Apis::Core::JsonObjectSupport
|
1115
|
+
end
|
1116
|
+
|
1117
|
+
class SinkProgress
|
1118
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1119
|
+
|
1120
|
+
include Google::Apis::Core::JsonObjectSupport
|
1121
|
+
end
|
1122
|
+
|
1123
|
+
class SoftwareConfig
|
1124
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1125
|
+
|
1126
|
+
include Google::Apis::Core::JsonObjectSupport
|
1127
|
+
end
|
1128
|
+
|
1129
|
+
class SourceProgress
|
1130
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1131
|
+
|
1132
|
+
include Google::Apis::Core::JsonObjectSupport
|
1133
|
+
end
|
1134
|
+
|
1135
|
+
class SparkApplication
|
1136
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1137
|
+
|
1138
|
+
include Google::Apis::Core::JsonObjectSupport
|
1139
|
+
end
|
1140
|
+
|
1141
|
+
class SparkBatch
|
1142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1143
|
+
|
1144
|
+
include Google::Apis::Core::JsonObjectSupport
|
1145
|
+
end
|
1146
|
+
|
1147
|
+
class SparkConnectConfig
|
1148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1149
|
+
|
1150
|
+
include Google::Apis::Core::JsonObjectSupport
|
1151
|
+
end
|
1152
|
+
|
1153
|
+
class SparkHistoryServerConfig
|
1154
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1155
|
+
|
1156
|
+
include Google::Apis::Core::JsonObjectSupport
|
1157
|
+
end
|
1158
|
+
|
1159
|
+
class SparkJob
|
1160
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1161
|
+
|
1162
|
+
include Google::Apis::Core::JsonObjectSupport
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class SparkPlanGraph
|
1166
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1167
|
+
|
1168
|
+
include Google::Apis::Core::JsonObjectSupport
|
1169
|
+
end
|
1170
|
+
|
1171
|
+
class SparkPlanGraphCluster
|
1172
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1173
|
+
|
1174
|
+
include Google::Apis::Core::JsonObjectSupport
|
1175
|
+
end
|
1176
|
+
|
1177
|
+
class SparkPlanGraphEdge
|
1178
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1179
|
+
|
1180
|
+
include Google::Apis::Core::JsonObjectSupport
|
1181
|
+
end
|
1182
|
+
|
1183
|
+
class SparkPlanGraphNode
|
1184
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1185
|
+
|
1186
|
+
include Google::Apis::Core::JsonObjectSupport
|
1187
|
+
end
|
1188
|
+
|
1189
|
+
class SparkPlanGraphNodeWrapper
|
1190
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1191
|
+
|
1192
|
+
include Google::Apis::Core::JsonObjectSupport
|
1193
|
+
end
|
1194
|
+
|
1195
|
+
class SparkRBatch
|
1196
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1197
|
+
|
1198
|
+
include Google::Apis::Core::JsonObjectSupport
|
1199
|
+
end
|
1200
|
+
|
1201
|
+
class SparkRJob
|
1202
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1203
|
+
|
1204
|
+
include Google::Apis::Core::JsonObjectSupport
|
1205
|
+
end
|
1206
|
+
|
1207
|
+
class SparkRuntimeInfo
|
1208
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1209
|
+
|
1210
|
+
include Google::Apis::Core::JsonObjectSupport
|
1211
|
+
end
|
1212
|
+
|
1213
|
+
class SparkSqlBatch
|
1214
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1215
|
+
|
1216
|
+
include Google::Apis::Core::JsonObjectSupport
|
1217
|
+
end
|
1218
|
+
|
1219
|
+
class SparkSqlJob
|
1220
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1221
|
+
|
1222
|
+
include Google::Apis::Core::JsonObjectSupport
|
1223
|
+
end
|
1224
|
+
|
1225
|
+
class SparkStandaloneAutoscalingConfig
|
1226
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
+
|
1228
|
+
include Google::Apis::Core::JsonObjectSupport
|
1229
|
+
end
|
1230
|
+
|
1231
|
+
class SparkWrapperObject
|
1232
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
+
|
1234
|
+
include Google::Apis::Core::JsonObjectSupport
|
1235
|
+
end
|
1236
|
+
|
1237
|
+
class SpeculationStageSummary
|
1238
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
+
|
1240
|
+
include Google::Apis::Core::JsonObjectSupport
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class SqlExecutionUiData
|
1244
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
+
|
1246
|
+
include Google::Apis::Core::JsonObjectSupport
|
1247
|
+
end
|
1248
|
+
|
1249
|
+
class SqlPlanMetric
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
+
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
1253
|
+
end
|
1254
|
+
|
1255
|
+
class StageAttemptTasksSummary
|
1256
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
+
|
1258
|
+
include Google::Apis::Core::JsonObjectSupport
|
1259
|
+
end
|
1260
|
+
|
1261
|
+
class StageData
|
1262
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
+
|
1264
|
+
include Google::Apis::Core::JsonObjectSupport
|
1265
|
+
end
|
1266
|
+
|
1267
|
+
class StageInputMetrics
|
1268
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
+
|
1270
|
+
include Google::Apis::Core::JsonObjectSupport
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class StageMetrics
|
1274
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
+
|
1276
|
+
include Google::Apis::Core::JsonObjectSupport
|
1277
|
+
end
|
1278
|
+
|
1279
|
+
class StageOutputMetrics
|
1280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
+
|
1282
|
+
include Google::Apis::Core::JsonObjectSupport
|
1283
|
+
end
|
1284
|
+
|
1285
|
+
class StageShufflePushReadMetrics
|
1286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1287
|
+
|
1288
|
+
include Google::Apis::Core::JsonObjectSupport
|
1289
|
+
end
|
1290
|
+
|
1291
|
+
class StageShuffleReadMetrics
|
1292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
+
|
1294
|
+
include Google::Apis::Core::JsonObjectSupport
|
1295
|
+
end
|
1296
|
+
|
1297
|
+
class StageShuffleWriteMetrics
|
1298
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
+
|
1300
|
+
include Google::Apis::Core::JsonObjectSupport
|
1301
|
+
end
|
1302
|
+
|
1303
|
+
class StagesSummary
|
1304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1305
|
+
|
1306
|
+
include Google::Apis::Core::JsonObjectSupport
|
1307
|
+
end
|
1308
|
+
|
1309
|
+
class StartClusterRequest
|
1310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
+
|
1312
|
+
include Google::Apis::Core::JsonObjectSupport
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class StartupConfig
|
1316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
+
|
1318
|
+
include Google::Apis::Core::JsonObjectSupport
|
1319
|
+
end
|
1320
|
+
|
1321
|
+
class StateHistory
|
1322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1323
|
+
|
1324
|
+
include Google::Apis::Core::JsonObjectSupport
|
1325
|
+
end
|
1326
|
+
|
1327
|
+
class StateOperatorProgress
|
1328
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
|
+
|
1330
|
+
include Google::Apis::Core::JsonObjectSupport
|
1331
|
+
end
|
1332
|
+
|
1333
|
+
class Status
|
1334
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1335
|
+
|
1336
|
+
include Google::Apis::Core::JsonObjectSupport
|
1337
|
+
end
|
1338
|
+
|
1339
|
+
class StopClusterRequest
|
1340
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1341
|
+
|
1342
|
+
include Google::Apis::Core::JsonObjectSupport
|
1343
|
+
end
|
1344
|
+
|
1345
|
+
class StreamBlockData
|
1346
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1347
|
+
|
1348
|
+
include Google::Apis::Core::JsonObjectSupport
|
1349
|
+
end
|
1350
|
+
|
1351
|
+
class StreamingQueryData
|
1352
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1353
|
+
|
1354
|
+
include Google::Apis::Core::JsonObjectSupport
|
1355
|
+
end
|
1356
|
+
|
1357
|
+
class StreamingQueryProgress
|
1358
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1359
|
+
|
1360
|
+
include Google::Apis::Core::JsonObjectSupport
|
1361
|
+
end
|
1362
|
+
|
1363
|
+
class SubmitJobRequest
|
1364
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1365
|
+
|
1366
|
+
include Google::Apis::Core::JsonObjectSupport
|
1367
|
+
end
|
1368
|
+
|
1369
|
+
class SummarizeSessionSparkApplicationExecutorsResponse
|
1370
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1371
|
+
|
1372
|
+
include Google::Apis::Core::JsonObjectSupport
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class SummarizeSessionSparkApplicationJobsResponse
|
1376
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1377
|
+
|
1378
|
+
include Google::Apis::Core::JsonObjectSupport
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class SummarizeSessionSparkApplicationStageAttemptTasksResponse
|
1382
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1383
|
+
|
1384
|
+
include Google::Apis::Core::JsonObjectSupport
|
1385
|
+
end
|
1386
|
+
|
1387
|
+
class SummarizeSessionSparkApplicationStagesResponse
|
1388
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1389
|
+
|
1390
|
+
include Google::Apis::Core::JsonObjectSupport
|
1391
|
+
end
|
1392
|
+
|
1393
|
+
class SummarizeSparkApplicationExecutorsResponse
|
1394
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1395
|
+
|
1396
|
+
include Google::Apis::Core::JsonObjectSupport
|
1397
|
+
end
|
1398
|
+
|
1399
|
+
class SummarizeSparkApplicationJobsResponse
|
1400
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1401
|
+
|
1402
|
+
include Google::Apis::Core::JsonObjectSupport
|
1403
|
+
end
|
1404
|
+
|
1405
|
+
class SummarizeSparkApplicationStageAttemptTasksResponse
|
1406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1407
|
+
|
1408
|
+
include Google::Apis::Core::JsonObjectSupport
|
1409
|
+
end
|
1410
|
+
|
1411
|
+
class SummarizeSparkApplicationStagesResponse
|
1412
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1413
|
+
|
1414
|
+
include Google::Apis::Core::JsonObjectSupport
|
1415
|
+
end
|
1416
|
+
|
1417
|
+
class TaskData
|
1418
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1419
|
+
|
1420
|
+
include Google::Apis::Core::JsonObjectSupport
|
1421
|
+
end
|
1422
|
+
|
1423
|
+
class TaskMetrics
|
1424
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
|
+
|
1426
|
+
include Google::Apis::Core::JsonObjectSupport
|
1427
|
+
end
|
1428
|
+
|
1429
|
+
class TaskQuantileMetrics
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1435
|
+
class TaskResourceRequest
|
1436
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1437
|
+
|
1438
|
+
include Google::Apis::Core::JsonObjectSupport
|
1439
|
+
end
|
1440
|
+
|
1441
|
+
class TemplateParameter
|
1442
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1443
|
+
|
1444
|
+
include Google::Apis::Core::JsonObjectSupport
|
1445
|
+
end
|
1446
|
+
|
1447
|
+
class TerminateSessionRequest
|
1448
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1449
|
+
|
1450
|
+
include Google::Apis::Core::JsonObjectSupport
|
1451
|
+
end
|
1452
|
+
|
1453
|
+
class TestIamPermissionsRequest
|
1454
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1455
|
+
|
1456
|
+
include Google::Apis::Core::JsonObjectSupport
|
1457
|
+
end
|
1458
|
+
|
1459
|
+
class TestIamPermissionsResponse
|
1460
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1461
|
+
|
1462
|
+
include Google::Apis::Core::JsonObjectSupport
|
1463
|
+
end
|
1464
|
+
|
1465
|
+
class TrinoJob
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
|
+
|
1468
|
+
include Google::Apis::Core::JsonObjectSupport
|
1469
|
+
end
|
1470
|
+
|
1471
|
+
class UsageMetrics
|
1472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1473
|
+
|
1474
|
+
include Google::Apis::Core::JsonObjectSupport
|
1475
|
+
end
|
1476
|
+
|
1477
|
+
class UsageSnapshot
|
1478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1479
|
+
|
1480
|
+
include Google::Apis::Core::JsonObjectSupport
|
1481
|
+
end
|
1482
|
+
|
1483
|
+
class ValueValidation
|
1484
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1485
|
+
|
1486
|
+
include Google::Apis::Core::JsonObjectSupport
|
1487
|
+
end
|
1488
|
+
|
1489
|
+
class VirtualClusterConfig
|
1490
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1491
|
+
|
1492
|
+
include Google::Apis::Core::JsonObjectSupport
|
1493
|
+
end
|
1494
|
+
|
1495
|
+
class WorkflowGraph
|
1496
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1497
|
+
|
1498
|
+
include Google::Apis::Core::JsonObjectSupport
|
1499
|
+
end
|
1500
|
+
|
1501
|
+
class WorkflowMetadata
|
1502
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1503
|
+
|
1504
|
+
include Google::Apis::Core::JsonObjectSupport
|
1505
|
+
end
|
1506
|
+
|
1507
|
+
class WorkflowNode
|
1508
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1509
|
+
|
1510
|
+
include Google::Apis::Core::JsonObjectSupport
|
1511
|
+
end
|
1512
|
+
|
1513
|
+
class WorkflowTemplate
|
1514
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1515
|
+
|
1516
|
+
include Google::Apis::Core::JsonObjectSupport
|
1517
|
+
end
|
1518
|
+
|
1519
|
+
class WorkflowTemplatePlacement
|
1520
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1521
|
+
|
1522
|
+
include Google::Apis::Core::JsonObjectSupport
|
1523
|
+
end
|
1524
|
+
|
1525
|
+
class WriteSessionSparkApplicationContextRequest
|
1526
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1527
|
+
|
1528
|
+
include Google::Apis::Core::JsonObjectSupport
|
1529
|
+
end
|
1530
|
+
|
1531
|
+
class WriteSessionSparkApplicationContextResponse
|
1532
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1533
|
+
|
1534
|
+
include Google::Apis::Core::JsonObjectSupport
|
1535
|
+
end
|
1536
|
+
|
1537
|
+
class WriteSparkApplicationContextRequest
|
1538
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1539
|
+
|
1540
|
+
include Google::Apis::Core::JsonObjectSupport
|
1541
|
+
end
|
1542
|
+
|
1543
|
+
class WriteSparkApplicationContextResponse
|
1544
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1545
|
+
|
1546
|
+
include Google::Apis::Core::JsonObjectSupport
|
1547
|
+
end
|
1548
|
+
|
1549
|
+
class YarnApplication
|
1550
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1551
|
+
|
1552
|
+
include Google::Apis::Core::JsonObjectSupport
|
1553
|
+
end
|
1554
|
+
|
1555
|
+
class AcceleratorConfig
|
1556
|
+
# @private
|
1557
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1558
|
+
property :accelerator_count, as: 'acceleratorCount'
|
1559
|
+
property :accelerator_type_uri, as: 'acceleratorTypeUri'
|
1560
|
+
end
|
1561
|
+
end
|
1562
|
+
|
1563
|
+
class AccessSessionSparkApplicationEnvironmentInfoResponse
|
1564
|
+
# @private
|
1565
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1566
|
+
property :application_environment_info, as: 'applicationEnvironmentInfo', class: Google::Apis::DataprocV1::ApplicationEnvironmentInfo, decorator: Google::Apis::DataprocV1::ApplicationEnvironmentInfo::Representation
|
1567
|
+
|
1568
|
+
end
|
1569
|
+
end
|
1570
|
+
|
1571
|
+
class AccessSessionSparkApplicationJobResponse
|
1572
|
+
# @private
|
1573
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1574
|
+
property :job_data, as: 'jobData', class: Google::Apis::DataprocV1::JobData, decorator: Google::Apis::DataprocV1::JobData::Representation
|
1575
|
+
|
1576
|
+
end
|
1577
|
+
end
|
1578
|
+
|
1579
|
+
class AccessSessionSparkApplicationResponse
|
1580
|
+
# @private
|
1581
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1582
|
+
property :application, as: 'application', class: Google::Apis::DataprocV1::ApplicationInfo, decorator: Google::Apis::DataprocV1::ApplicationInfo::Representation
|
1583
|
+
|
1584
|
+
end
|
1585
|
+
end
|
1586
|
+
|
1587
|
+
class AccessSessionSparkApplicationSqlQueryResponse
|
1588
|
+
# @private
|
1589
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1590
|
+
property :execution_data, as: 'executionData', class: Google::Apis::DataprocV1::SqlExecutionUiData, decorator: Google::Apis::DataprocV1::SqlExecutionUiData::Representation
|
1591
|
+
|
1592
|
+
end
|
1593
|
+
end
|
1594
|
+
|
1595
|
+
class AccessSessionSparkApplicationSqlSparkPlanGraphResponse
|
1596
|
+
# @private
|
1597
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1598
|
+
property :spark_plan_graph, as: 'sparkPlanGraph', class: Google::Apis::DataprocV1::SparkPlanGraph, decorator: Google::Apis::DataprocV1::SparkPlanGraph::Representation
|
1599
|
+
|
1600
|
+
end
|
1601
|
+
end
|
1602
|
+
|
1603
|
+
class AccessSessionSparkApplicationStageAttemptResponse
|
1604
|
+
# @private
|
1605
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1606
|
+
property :stage_data, as: 'stageData', class: Google::Apis::DataprocV1::StageData, decorator: Google::Apis::DataprocV1::StageData::Representation
|
1607
|
+
|
1608
|
+
end
|
1609
|
+
end
|
1610
|
+
|
1611
|
+
class AccessSessionSparkApplicationStageRddOperationGraphResponse
|
1612
|
+
# @private
|
1613
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1614
|
+
property :rdd_operation_graph, as: 'rddOperationGraph', class: Google::Apis::DataprocV1::RddOperationGraph, decorator: Google::Apis::DataprocV1::RddOperationGraph::Representation
|
1615
|
+
|
1616
|
+
end
|
1617
|
+
end
|
1618
|
+
|
1619
|
+
class AccessSparkApplicationEnvironmentInfoResponse
|
1620
|
+
# @private
|
1621
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1622
|
+
property :application_environment_info, as: 'applicationEnvironmentInfo', class: Google::Apis::DataprocV1::ApplicationEnvironmentInfo, decorator: Google::Apis::DataprocV1::ApplicationEnvironmentInfo::Representation
|
1623
|
+
|
1624
|
+
end
|
1625
|
+
end
|
1626
|
+
|
1627
|
+
class AccessSparkApplicationJobResponse
|
1628
|
+
# @private
|
1629
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1630
|
+
property :job_data, as: 'jobData', class: Google::Apis::DataprocV1::JobData, decorator: Google::Apis::DataprocV1::JobData::Representation
|
1631
|
+
|
1632
|
+
end
|
1633
|
+
end
|
1634
|
+
|
1635
|
+
class AccessSparkApplicationResponse
|
1636
|
+
# @private
|
1637
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1638
|
+
property :application, as: 'application', class: Google::Apis::DataprocV1::ApplicationInfo, decorator: Google::Apis::DataprocV1::ApplicationInfo::Representation
|
1639
|
+
|
1640
|
+
end
|
1641
|
+
end
|
1642
|
+
|
1643
|
+
class AccessSparkApplicationSqlQueryResponse
|
1644
|
+
# @private
|
1645
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1646
|
+
property :execution_data, as: 'executionData', class: Google::Apis::DataprocV1::SqlExecutionUiData, decorator: Google::Apis::DataprocV1::SqlExecutionUiData::Representation
|
1647
|
+
|
1648
|
+
end
|
1649
|
+
end
|
1650
|
+
|
1651
|
+
class AccessSparkApplicationSqlSparkPlanGraphResponse
|
1652
|
+
# @private
|
1653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1654
|
+
property :spark_plan_graph, as: 'sparkPlanGraph', class: Google::Apis::DataprocV1::SparkPlanGraph, decorator: Google::Apis::DataprocV1::SparkPlanGraph::Representation
|
1655
|
+
|
1656
|
+
end
|
1657
|
+
end
|
1658
|
+
|
1659
|
+
class AccessSparkApplicationStageAttemptResponse
|
1660
|
+
# @private
|
1661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1662
|
+
property :stage_data, as: 'stageData', class: Google::Apis::DataprocV1::StageData, decorator: Google::Apis::DataprocV1::StageData::Representation
|
1663
|
+
|
1664
|
+
end
|
1665
|
+
end
|
1666
|
+
|
1667
|
+
class AccessSparkApplicationStageRddOperationGraphResponse
|
1668
|
+
# @private
|
1669
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1670
|
+
property :rdd_operation_graph, as: 'rddOperationGraph', class: Google::Apis::DataprocV1::RddOperationGraph, decorator: Google::Apis::DataprocV1::RddOperationGraph::Representation
|
1671
|
+
|
1672
|
+
end
|
1673
|
+
end
|
1674
|
+
|
1675
|
+
class AccumulableInfo
|
1676
|
+
# @private
|
1677
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1678
|
+
property :accumullable_info_id, :numeric_string => true, as: 'accumullableInfoId'
|
1679
|
+
property :name, as: 'name'
|
1680
|
+
property :update, as: 'update'
|
1681
|
+
property :value, as: 'value'
|
1682
|
+
end
|
889
1683
|
end
|
890
1684
|
|
891
1685
|
class AnalyzeBatchRequest
|
892
1686
|
# @private
|
893
1687
|
class Representation < Google::Apis::Core::JsonRepresentation
|
894
|
-
property :request_id, as: 'requestId'
|
1688
|
+
property :request_id, as: 'requestId'
|
1689
|
+
end
|
1690
|
+
end
|
1691
|
+
|
1692
|
+
class AnalyzeOperationMetadata
|
1693
|
+
# @private
|
1694
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1695
|
+
property :analyzed_workload_name, as: 'analyzedWorkloadName'
|
1696
|
+
property :analyzed_workload_type, as: 'analyzedWorkloadType'
|
1697
|
+
property :analyzed_workload_uuid, as: 'analyzedWorkloadUuid'
|
1698
|
+
property :create_time, as: 'createTime'
|
1699
|
+
property :description, as: 'description'
|
1700
|
+
property :done_time, as: 'doneTime'
|
1701
|
+
hash :labels, as: 'labels'
|
1702
|
+
collection :warnings, as: 'warnings'
|
1703
|
+
end
|
1704
|
+
end
|
1705
|
+
|
1706
|
+
class AppSummary
|
1707
|
+
# @private
|
1708
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1709
|
+
property :num_completed_jobs, as: 'numCompletedJobs'
|
1710
|
+
property :num_completed_stages, as: 'numCompletedStages'
|
1711
|
+
end
|
1712
|
+
end
|
1713
|
+
|
1714
|
+
class ApplicationAttemptInfo
|
1715
|
+
# @private
|
1716
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1717
|
+
property :app_spark_version, as: 'appSparkVersion'
|
1718
|
+
property :attempt_id, as: 'attemptId'
|
1719
|
+
property :completed, as: 'completed'
|
1720
|
+
property :duration_millis, :numeric_string => true, as: 'durationMillis'
|
1721
|
+
property :end_time, as: 'endTime'
|
1722
|
+
property :last_updated, as: 'lastUpdated'
|
1723
|
+
property :spark_user, as: 'sparkUser'
|
1724
|
+
property :start_time, as: 'startTime'
|
1725
|
+
end
|
1726
|
+
end
|
1727
|
+
|
1728
|
+
class ApplicationEnvironmentInfo
|
1729
|
+
# @private
|
1730
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1731
|
+
hash :classpath_entries, as: 'classpathEntries'
|
1732
|
+
hash :hadoop_properties, as: 'hadoopProperties'
|
1733
|
+
hash :metrics_properties, as: 'metricsProperties'
|
1734
|
+
collection :resource_profiles, as: 'resourceProfiles', class: Google::Apis::DataprocV1::ResourceProfileInfo, decorator: Google::Apis::DataprocV1::ResourceProfileInfo::Representation
|
1735
|
+
|
1736
|
+
property :runtime, as: 'runtime', class: Google::Apis::DataprocV1::SparkRuntimeInfo, decorator: Google::Apis::DataprocV1::SparkRuntimeInfo::Representation
|
1737
|
+
|
1738
|
+
hash :spark_properties, as: 'sparkProperties'
|
1739
|
+
hash :system_properties, as: 'systemProperties'
|
1740
|
+
end
|
1741
|
+
end
|
1742
|
+
|
1743
|
+
class ApplicationInfo
|
1744
|
+
# @private
|
1745
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1746
|
+
property :application_context_ingestion_status, as: 'applicationContextIngestionStatus'
|
1747
|
+
property :application_id, as: 'applicationId'
|
1748
|
+
collection :attempts, as: 'attempts', class: Google::Apis::DataprocV1::ApplicationAttemptInfo, decorator: Google::Apis::DataprocV1::ApplicationAttemptInfo::Representation
|
1749
|
+
|
1750
|
+
property :cores_granted, as: 'coresGranted'
|
1751
|
+
property :cores_per_executor, as: 'coresPerExecutor'
|
1752
|
+
property :max_cores, as: 'maxCores'
|
1753
|
+
property :memory_per_executor_mb, as: 'memoryPerExecutorMb'
|
1754
|
+
property :name, as: 'name'
|
1755
|
+
property :quantile_data_status, as: 'quantileDataStatus'
|
1756
|
+
end
|
1757
|
+
end
|
1758
|
+
|
1759
|
+
class AutoscalingConfig
|
1760
|
+
# @private
|
1761
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1762
|
+
property :policy_uri, as: 'policyUri'
|
1763
|
+
end
|
1764
|
+
end
|
1765
|
+
|
1766
|
+
class AutoscalingPolicy
|
1767
|
+
# @private
|
1768
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1769
|
+
property :basic_algorithm, as: 'basicAlgorithm', class: Google::Apis::DataprocV1::BasicAutoscalingAlgorithm, decorator: Google::Apis::DataprocV1::BasicAutoscalingAlgorithm::Representation
|
1770
|
+
|
1771
|
+
property :id, as: 'id'
|
1772
|
+
hash :labels, as: 'labels'
|
1773
|
+
property :name, as: 'name'
|
1774
|
+
property :secondary_worker_config, as: 'secondaryWorkerConfig', class: Google::Apis::DataprocV1::InstanceGroupAutoscalingPolicyConfig, decorator: Google::Apis::DataprocV1::InstanceGroupAutoscalingPolicyConfig::Representation
|
1775
|
+
|
1776
|
+
property :worker_config, as: 'workerConfig', class: Google::Apis::DataprocV1::InstanceGroupAutoscalingPolicyConfig, decorator: Google::Apis::DataprocV1::InstanceGroupAutoscalingPolicyConfig::Representation
|
1777
|
+
|
1778
|
+
end
|
1779
|
+
end
|
1780
|
+
|
1781
|
+
class AutotuningConfig
|
1782
|
+
# @private
|
1783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1784
|
+
collection :scenarios, as: 'scenarios'
|
1785
|
+
end
|
1786
|
+
end
|
1787
|
+
|
1788
|
+
class AuxiliaryNodeGroup
|
1789
|
+
# @private
|
1790
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1791
|
+
property :node_group, as: 'nodeGroup', class: Google::Apis::DataprocV1::NodeGroup, decorator: Google::Apis::DataprocV1::NodeGroup::Representation
|
1792
|
+
|
1793
|
+
property :node_group_id, as: 'nodeGroupId'
|
1794
|
+
end
|
1795
|
+
end
|
1796
|
+
|
1797
|
+
class AuxiliaryServicesConfig
|
1798
|
+
# @private
|
1799
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1800
|
+
property :metastore_config, as: 'metastoreConfig', class: Google::Apis::DataprocV1::MetastoreConfig, decorator: Google::Apis::DataprocV1::MetastoreConfig::Representation
|
1801
|
+
|
1802
|
+
property :spark_history_server_config, as: 'sparkHistoryServerConfig', class: Google::Apis::DataprocV1::SparkHistoryServerConfig, decorator: Google::Apis::DataprocV1::SparkHistoryServerConfig::Representation
|
1803
|
+
|
1804
|
+
end
|
1805
|
+
end
|
1806
|
+
|
1807
|
+
class BasicAutoscalingAlgorithm
|
1808
|
+
# @private
|
1809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1810
|
+
property :cooldown_period, as: 'cooldownPeriod'
|
1811
|
+
property :spark_standalone_config, as: 'sparkStandaloneConfig', class: Google::Apis::DataprocV1::SparkStandaloneAutoscalingConfig, decorator: Google::Apis::DataprocV1::SparkStandaloneAutoscalingConfig::Representation
|
1812
|
+
|
1813
|
+
property :yarn_config, as: 'yarnConfig', class: Google::Apis::DataprocV1::BasicYarnAutoscalingConfig, decorator: Google::Apis::DataprocV1::BasicYarnAutoscalingConfig::Representation
|
1814
|
+
|
1815
|
+
end
|
1816
|
+
end
|
1817
|
+
|
1818
|
+
class BasicYarnAutoscalingConfig
|
1819
|
+
# @private
|
1820
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1821
|
+
property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
|
1822
|
+
property :scale_down_factor, as: 'scaleDownFactor'
|
1823
|
+
property :scale_down_min_worker_fraction, as: 'scaleDownMinWorkerFraction'
|
1824
|
+
property :scale_up_factor, as: 'scaleUpFactor'
|
1825
|
+
property :scale_up_min_worker_fraction, as: 'scaleUpMinWorkerFraction'
|
1826
|
+
end
|
1827
|
+
end
|
1828
|
+
|
1829
|
+
class Batch
|
1830
|
+
# @private
|
1831
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1832
|
+
property :create_time, as: 'createTime'
|
1833
|
+
property :creator, as: 'creator'
|
1834
|
+
property :environment_config, as: 'environmentConfig', class: Google::Apis::DataprocV1::EnvironmentConfig, decorator: Google::Apis::DataprocV1::EnvironmentConfig::Representation
|
1835
|
+
|
1836
|
+
hash :labels, as: 'labels'
|
1837
|
+
property :name, as: 'name'
|
1838
|
+
property :operation, as: 'operation'
|
1839
|
+
property :pyspark_batch, as: 'pysparkBatch', class: Google::Apis::DataprocV1::PySparkBatch, decorator: Google::Apis::DataprocV1::PySparkBatch::Representation
|
1840
|
+
|
1841
|
+
property :runtime_config, as: 'runtimeConfig', class: Google::Apis::DataprocV1::RuntimeConfig, decorator: Google::Apis::DataprocV1::RuntimeConfig::Representation
|
1842
|
+
|
1843
|
+
property :runtime_info, as: 'runtimeInfo', class: Google::Apis::DataprocV1::RuntimeInfo, decorator: Google::Apis::DataprocV1::RuntimeInfo::Representation
|
1844
|
+
|
1845
|
+
property :spark_batch, as: 'sparkBatch', class: Google::Apis::DataprocV1::SparkBatch, decorator: Google::Apis::DataprocV1::SparkBatch::Representation
|
1846
|
+
|
1847
|
+
property :spark_r_batch, as: 'sparkRBatch', class: Google::Apis::DataprocV1::SparkRBatch, decorator: Google::Apis::DataprocV1::SparkRBatch::Representation
|
1848
|
+
|
1849
|
+
property :spark_sql_batch, as: 'sparkSqlBatch', class: Google::Apis::DataprocV1::SparkSqlBatch, decorator: Google::Apis::DataprocV1::SparkSqlBatch::Representation
|
1850
|
+
|
1851
|
+
property :state, as: 'state'
|
1852
|
+
collection :state_history, as: 'stateHistory', class: Google::Apis::DataprocV1::StateHistory, decorator: Google::Apis::DataprocV1::StateHistory::Representation
|
1853
|
+
|
1854
|
+
property :state_message, as: 'stateMessage'
|
1855
|
+
property :state_time, as: 'stateTime'
|
1856
|
+
property :uuid, as: 'uuid'
|
1857
|
+
end
|
1858
|
+
end
|
1859
|
+
|
1860
|
+
class BatchOperationMetadata
|
1861
|
+
# @private
|
1862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1863
|
+
property :batch, as: 'batch'
|
1864
|
+
property :batch_uuid, as: 'batchUuid'
|
1865
|
+
property :create_time, as: 'createTime'
|
1866
|
+
property :description, as: 'description'
|
1867
|
+
property :done_time, as: 'doneTime'
|
1868
|
+
hash :labels, as: 'labels'
|
1869
|
+
property :operation_type, as: 'operationType'
|
1870
|
+
collection :warnings, as: 'warnings'
|
1871
|
+
end
|
1872
|
+
end
|
1873
|
+
|
1874
|
+
class Binding
|
1875
|
+
# @private
|
1876
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1877
|
+
property :condition, as: 'condition', class: Google::Apis::DataprocV1::Expr, decorator: Google::Apis::DataprocV1::Expr::Representation
|
1878
|
+
|
1879
|
+
collection :members, as: 'members'
|
1880
|
+
property :role, as: 'role'
|
1881
|
+
end
|
1882
|
+
end
|
1883
|
+
|
1884
|
+
class CancelJobRequest
|
1885
|
+
# @private
|
1886
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1887
|
+
end
|
1888
|
+
end
|
1889
|
+
|
1890
|
+
class Cluster
|
1891
|
+
# @private
|
1892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1893
|
+
property :cluster_name, as: 'clusterName'
|
1894
|
+
property :cluster_uuid, as: 'clusterUuid'
|
1895
|
+
property :config, as: 'config', class: Google::Apis::DataprocV1::ClusterConfig, decorator: Google::Apis::DataprocV1::ClusterConfig::Representation
|
1896
|
+
|
1897
|
+
hash :labels, as: 'labels'
|
1898
|
+
property :metrics, as: 'metrics', class: Google::Apis::DataprocV1::ClusterMetrics, decorator: Google::Apis::DataprocV1::ClusterMetrics::Representation
|
1899
|
+
|
1900
|
+
property :project_id, as: 'projectId'
|
1901
|
+
property :status, as: 'status', class: Google::Apis::DataprocV1::ClusterStatus, decorator: Google::Apis::DataprocV1::ClusterStatus::Representation
|
1902
|
+
|
1903
|
+
collection :status_history, as: 'statusHistory', class: Google::Apis::DataprocV1::ClusterStatus, decorator: Google::Apis::DataprocV1::ClusterStatus::Representation
|
1904
|
+
|
1905
|
+
property :virtual_cluster_config, as: 'virtualClusterConfig', class: Google::Apis::DataprocV1::VirtualClusterConfig, decorator: Google::Apis::DataprocV1::VirtualClusterConfig::Representation
|
1906
|
+
|
1907
|
+
end
|
1908
|
+
end
|
1909
|
+
|
1910
|
+
class ClusterConfig
|
1911
|
+
# @private
|
1912
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1913
|
+
property :autoscaling_config, as: 'autoscalingConfig', class: Google::Apis::DataprocV1::AutoscalingConfig, decorator: Google::Apis::DataprocV1::AutoscalingConfig::Representation
|
1914
|
+
|
1915
|
+
collection :auxiliary_node_groups, as: 'auxiliaryNodeGroups', class: Google::Apis::DataprocV1::AuxiliaryNodeGroup, decorator: Google::Apis::DataprocV1::AuxiliaryNodeGroup::Representation
|
1916
|
+
|
1917
|
+
property :config_bucket, as: 'configBucket'
|
1918
|
+
property :dataproc_metric_config, as: 'dataprocMetricConfig', class: Google::Apis::DataprocV1::DataprocMetricConfig, decorator: Google::Apis::DataprocV1::DataprocMetricConfig::Representation
|
1919
|
+
|
1920
|
+
property :encryption_config, as: 'encryptionConfig', class: Google::Apis::DataprocV1::EncryptionConfig, decorator: Google::Apis::DataprocV1::EncryptionConfig::Representation
|
1921
|
+
|
1922
|
+
property :endpoint_config, as: 'endpointConfig', class: Google::Apis::DataprocV1::EndpointConfig, decorator: Google::Apis::DataprocV1::EndpointConfig::Representation
|
1923
|
+
|
1924
|
+
property :gce_cluster_config, as: 'gceClusterConfig', class: Google::Apis::DataprocV1::GceClusterConfig, decorator: Google::Apis::DataprocV1::GceClusterConfig::Representation
|
1925
|
+
|
1926
|
+
property :gke_cluster_config, as: 'gkeClusterConfig', class: Google::Apis::DataprocV1::GkeClusterConfig, decorator: Google::Apis::DataprocV1::GkeClusterConfig::Representation
|
1927
|
+
|
1928
|
+
collection :initialization_actions, as: 'initializationActions', class: Google::Apis::DataprocV1::NodeInitializationAction, decorator: Google::Apis::DataprocV1::NodeInitializationAction::Representation
|
1929
|
+
|
1930
|
+
property :lifecycle_config, as: 'lifecycleConfig', class: Google::Apis::DataprocV1::LifecycleConfig, decorator: Google::Apis::DataprocV1::LifecycleConfig::Representation
|
1931
|
+
|
1932
|
+
property :master_config, as: 'masterConfig', class: Google::Apis::DataprocV1::InstanceGroupConfig, decorator: Google::Apis::DataprocV1::InstanceGroupConfig::Representation
|
1933
|
+
|
1934
|
+
property :metastore_config, as: 'metastoreConfig', class: Google::Apis::DataprocV1::MetastoreConfig, decorator: Google::Apis::DataprocV1::MetastoreConfig::Representation
|
1935
|
+
|
1936
|
+
property :secondary_worker_config, as: 'secondaryWorkerConfig', class: Google::Apis::DataprocV1::InstanceGroupConfig, decorator: Google::Apis::DataprocV1::InstanceGroupConfig::Representation
|
1937
|
+
|
1938
|
+
property :security_config, as: 'securityConfig', class: Google::Apis::DataprocV1::SecurityConfig, decorator: Google::Apis::DataprocV1::SecurityConfig::Representation
|
1939
|
+
|
1940
|
+
property :software_config, as: 'softwareConfig', class: Google::Apis::DataprocV1::SoftwareConfig, decorator: Google::Apis::DataprocV1::SoftwareConfig::Representation
|
1941
|
+
|
1942
|
+
property :temp_bucket, as: 'tempBucket'
|
1943
|
+
property :worker_config, as: 'workerConfig', class: Google::Apis::DataprocV1::InstanceGroupConfig, decorator: Google::Apis::DataprocV1::InstanceGroupConfig::Representation
|
1944
|
+
|
1945
|
+
end
|
1946
|
+
end
|
1947
|
+
|
1948
|
+
class ClusterMetrics
|
1949
|
+
# @private
|
1950
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1951
|
+
hash :hdfs_metrics, as: 'hdfsMetrics'
|
1952
|
+
hash :yarn_metrics, as: 'yarnMetrics'
|
1953
|
+
end
|
1954
|
+
end
|
1955
|
+
|
1956
|
+
class ClusterOperation
|
1957
|
+
# @private
|
1958
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1959
|
+
property :done, as: 'done'
|
1960
|
+
property :error, as: 'error'
|
1961
|
+
property :operation_id, as: 'operationId'
|
1962
|
+
end
|
1963
|
+
end
|
1964
|
+
|
1965
|
+
class ClusterOperationMetadata
|
1966
|
+
# @private
|
1967
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1968
|
+
collection :child_operation_ids, as: 'childOperationIds'
|
1969
|
+
property :cluster_name, as: 'clusterName'
|
1970
|
+
property :cluster_uuid, as: 'clusterUuid'
|
1971
|
+
property :description, as: 'description'
|
1972
|
+
hash :labels, as: 'labels'
|
1973
|
+
property :operation_type, as: 'operationType'
|
1974
|
+
property :status, as: 'status', class: Google::Apis::DataprocV1::ClusterOperationStatus, decorator: Google::Apis::DataprocV1::ClusterOperationStatus::Representation
|
1975
|
+
|
1976
|
+
collection :status_history, as: 'statusHistory', class: Google::Apis::DataprocV1::ClusterOperationStatus, decorator: Google::Apis::DataprocV1::ClusterOperationStatus::Representation
|
1977
|
+
|
1978
|
+
collection :warnings, as: 'warnings'
|
1979
|
+
end
|
1980
|
+
end
|
1981
|
+
|
1982
|
+
class ClusterOperationStatus
|
1983
|
+
# @private
|
1984
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1985
|
+
property :details, as: 'details'
|
1986
|
+
property :inner_state, as: 'innerState'
|
1987
|
+
property :state, as: 'state'
|
1988
|
+
property :state_start_time, as: 'stateStartTime'
|
1989
|
+
end
|
1990
|
+
end
|
1991
|
+
|
1992
|
+
class ClusterSelector
|
1993
|
+
# @private
|
1994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
1995
|
+
hash :cluster_labels, as: 'clusterLabels'
|
1996
|
+
property :zone, as: 'zone'
|
1997
|
+
end
|
1998
|
+
end
|
1999
|
+
|
2000
|
+
class ClusterStatus
|
2001
|
+
# @private
|
2002
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2003
|
+
property :detail, as: 'detail'
|
2004
|
+
property :state, as: 'state'
|
2005
|
+
property :state_start_time, as: 'stateStartTime'
|
2006
|
+
property :substate, as: 'substate'
|
2007
|
+
end
|
2008
|
+
end
|
2009
|
+
|
2010
|
+
class ClusterToRepair
|
2011
|
+
# @private
|
2012
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2013
|
+
property :cluster_repair_action, as: 'clusterRepairAction'
|
2014
|
+
end
|
2015
|
+
end
|
2016
|
+
|
2017
|
+
class ConfidentialInstanceConfig
|
2018
|
+
# @private
|
2019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2020
|
+
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
2021
|
+
end
|
2022
|
+
end
|
2023
|
+
|
2024
|
+
class ConsolidatedExecutorSummary
|
2025
|
+
# @private
|
2026
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2027
|
+
property :active_tasks, as: 'activeTasks'
|
2028
|
+
property :completed_tasks, as: 'completedTasks'
|
2029
|
+
property :count, as: 'count'
|
2030
|
+
property :disk_used, :numeric_string => true, as: 'diskUsed'
|
2031
|
+
property :failed_tasks, as: 'failedTasks'
|
2032
|
+
property :is_excluded, as: 'isExcluded'
|
2033
|
+
property :max_memory, :numeric_string => true, as: 'maxMemory'
|
2034
|
+
property :memory_metrics, as: 'memoryMetrics', class: Google::Apis::DataprocV1::MemoryMetrics, decorator: Google::Apis::DataprocV1::MemoryMetrics::Representation
|
2035
|
+
|
2036
|
+
property :memory_used, :numeric_string => true, as: 'memoryUsed'
|
2037
|
+
property :rdd_blocks, as: 'rddBlocks'
|
2038
|
+
property :total_cores, as: 'totalCores'
|
2039
|
+
property :total_duration_millis, :numeric_string => true, as: 'totalDurationMillis'
|
2040
|
+
property :total_gc_time_millis, :numeric_string => true, as: 'totalGcTimeMillis'
|
2041
|
+
property :total_input_bytes, :numeric_string => true, as: 'totalInputBytes'
|
2042
|
+
property :total_shuffle_read, :numeric_string => true, as: 'totalShuffleRead'
|
2043
|
+
property :total_shuffle_write, :numeric_string => true, as: 'totalShuffleWrite'
|
2044
|
+
property :total_tasks, as: 'totalTasks'
|
2045
|
+
end
|
2046
|
+
end
|
2047
|
+
|
2048
|
+
class DataprocMetricConfig
|
2049
|
+
# @private
|
2050
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2051
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DataprocV1::Metric, decorator: Google::Apis::DataprocV1::Metric::Representation
|
2052
|
+
|
2053
|
+
end
|
2054
|
+
end
|
2055
|
+
|
2056
|
+
class DiagnoseClusterRequest
|
2057
|
+
# @private
|
2058
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2059
|
+
property :diagnosis_interval, as: 'diagnosisInterval', class: Google::Apis::DataprocV1::Interval, decorator: Google::Apis::DataprocV1::Interval::Representation
|
2060
|
+
|
2061
|
+
property :job, as: 'job'
|
2062
|
+
collection :jobs, as: 'jobs'
|
2063
|
+
property :tarball_access, as: 'tarballAccess'
|
2064
|
+
property :tarball_gcs_dir, as: 'tarballGcsDir'
|
2065
|
+
property :yarn_application_id, as: 'yarnApplicationId'
|
2066
|
+
collection :yarn_application_ids, as: 'yarnApplicationIds'
|
2067
|
+
end
|
2068
|
+
end
|
2069
|
+
|
2070
|
+
class DiagnoseClusterResults
|
2071
|
+
# @private
|
2072
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2073
|
+
property :output_uri, as: 'outputUri'
|
2074
|
+
end
|
2075
|
+
end
|
2076
|
+
|
2077
|
+
class DiskConfig
|
2078
|
+
# @private
|
2079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2080
|
+
property :boot_disk_provisioned_iops, :numeric_string => true, as: 'bootDiskProvisionedIops'
|
2081
|
+
property :boot_disk_provisioned_throughput, :numeric_string => true, as: 'bootDiskProvisionedThroughput'
|
2082
|
+
property :boot_disk_size_gb, as: 'bootDiskSizeGb'
|
2083
|
+
property :boot_disk_type, as: 'bootDiskType'
|
2084
|
+
property :local_ssd_interface, as: 'localSsdInterface'
|
2085
|
+
property :num_local_ssds, as: 'numLocalSsds'
|
2086
|
+
end
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
class DriverSchedulingConfig
|
2090
|
+
# @private
|
2091
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2092
|
+
property :memory_mb, as: 'memoryMb'
|
2093
|
+
property :vcores, as: 'vcores'
|
2094
|
+
end
|
2095
|
+
end
|
2096
|
+
|
2097
|
+
class Empty
|
2098
|
+
# @private
|
2099
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2100
|
+
end
|
2101
|
+
end
|
2102
|
+
|
2103
|
+
class EncryptionConfig
|
2104
|
+
# @private
|
2105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2106
|
+
property :gce_pd_kms_key_name, as: 'gcePdKmsKeyName'
|
2107
|
+
property :kms_key, as: 'kmsKey'
|
2108
|
+
end
|
2109
|
+
end
|
2110
|
+
|
2111
|
+
class EndpointConfig
|
2112
|
+
# @private
|
2113
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2114
|
+
property :enable_http_port_access, as: 'enableHttpPortAccess'
|
2115
|
+
hash :http_ports, as: 'httpPorts'
|
2116
|
+
end
|
2117
|
+
end
|
2118
|
+
|
2119
|
+
class EnvironmentConfig
|
2120
|
+
# @private
|
2121
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2122
|
+
property :execution_config, as: 'executionConfig', class: Google::Apis::DataprocV1::ExecutionConfig, decorator: Google::Apis::DataprocV1::ExecutionConfig::Representation
|
2123
|
+
|
2124
|
+
property :peripherals_config, as: 'peripheralsConfig', class: Google::Apis::DataprocV1::PeripheralsConfig, decorator: Google::Apis::DataprocV1::PeripheralsConfig::Representation
|
2125
|
+
|
2126
|
+
end
|
2127
|
+
end
|
2128
|
+
|
2129
|
+
class ExecutionConfig
|
2130
|
+
# @private
|
2131
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2132
|
+
property :idle_ttl, as: 'idleTtl'
|
2133
|
+
property :kms_key, as: 'kmsKey'
|
2134
|
+
collection :network_tags, as: 'networkTags'
|
2135
|
+
property :network_uri, as: 'networkUri'
|
2136
|
+
property :service_account, as: 'serviceAccount'
|
2137
|
+
property :staging_bucket, as: 'stagingBucket'
|
2138
|
+
property :subnetwork_uri, as: 'subnetworkUri'
|
2139
|
+
property :ttl, as: 'ttl'
|
2140
|
+
end
|
2141
|
+
end
|
2142
|
+
|
2143
|
+
class ExecutorMetrics
|
2144
|
+
# @private
|
2145
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2146
|
+
hash :metrics, as: 'metrics'
|
2147
|
+
end
|
2148
|
+
end
|
2149
|
+
|
2150
|
+
class ExecutorMetricsDistributions
|
2151
|
+
# @private
|
2152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2153
|
+
collection :disk_bytes_spilled, as: 'diskBytesSpilled'
|
2154
|
+
collection :failed_tasks, as: 'failedTasks'
|
2155
|
+
collection :input_bytes, as: 'inputBytes'
|
2156
|
+
collection :input_records, as: 'inputRecords'
|
2157
|
+
collection :killed_tasks, as: 'killedTasks'
|
2158
|
+
collection :memory_bytes_spilled, as: 'memoryBytesSpilled'
|
2159
|
+
collection :output_bytes, as: 'outputBytes'
|
2160
|
+
collection :output_records, as: 'outputRecords'
|
2161
|
+
property :peak_memory_metrics, as: 'peakMemoryMetrics', class: Google::Apis::DataprocV1::ExecutorPeakMetricsDistributions, decorator: Google::Apis::DataprocV1::ExecutorPeakMetricsDistributions::Representation
|
2162
|
+
|
2163
|
+
collection :quantiles, as: 'quantiles'
|
2164
|
+
collection :shuffle_read, as: 'shuffleRead'
|
2165
|
+
collection :shuffle_read_records, as: 'shuffleReadRecords'
|
2166
|
+
collection :shuffle_write, as: 'shuffleWrite'
|
2167
|
+
collection :shuffle_write_records, as: 'shuffleWriteRecords'
|
2168
|
+
collection :succeeded_tasks, as: 'succeededTasks'
|
2169
|
+
collection :task_time_millis, as: 'taskTimeMillis'
|
2170
|
+
end
|
2171
|
+
end
|
2172
|
+
|
2173
|
+
class ExecutorPeakMetricsDistributions
|
2174
|
+
# @private
|
2175
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2176
|
+
collection :executor_metrics, as: 'executorMetrics', class: Google::Apis::DataprocV1::ExecutorMetrics, decorator: Google::Apis::DataprocV1::ExecutorMetrics::Representation
|
2177
|
+
|
2178
|
+
collection :quantiles, as: 'quantiles'
|
2179
|
+
end
|
2180
|
+
end
|
2181
|
+
|
2182
|
+
class ExecutorResourceRequest
|
2183
|
+
# @private
|
2184
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2185
|
+
property :amount, :numeric_string => true, as: 'amount'
|
2186
|
+
property :discovery_script, as: 'discoveryScript'
|
2187
|
+
property :resource_name, as: 'resourceName'
|
2188
|
+
property :vendor, as: 'vendor'
|
2189
|
+
end
|
2190
|
+
end
|
2191
|
+
|
2192
|
+
class ExecutorStageSummary
|
2193
|
+
# @private
|
2194
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2195
|
+
property :disk_bytes_spilled, :numeric_string => true, as: 'diskBytesSpilled'
|
2196
|
+
property :executor_id, as: 'executorId'
|
2197
|
+
property :failed_tasks, as: 'failedTasks'
|
2198
|
+
property :input_bytes, :numeric_string => true, as: 'inputBytes'
|
2199
|
+
property :input_records, :numeric_string => true, as: 'inputRecords'
|
2200
|
+
property :is_excluded_for_stage, as: 'isExcludedForStage'
|
2201
|
+
property :killed_tasks, as: 'killedTasks'
|
2202
|
+
property :memory_bytes_spilled, :numeric_string => true, as: 'memoryBytesSpilled'
|
2203
|
+
property :output_bytes, :numeric_string => true, as: 'outputBytes'
|
2204
|
+
property :output_records, :numeric_string => true, as: 'outputRecords'
|
2205
|
+
property :peak_memory_metrics, as: 'peakMemoryMetrics', class: Google::Apis::DataprocV1::ExecutorMetrics, decorator: Google::Apis::DataprocV1::ExecutorMetrics::Representation
|
2206
|
+
|
2207
|
+
property :shuffle_read, :numeric_string => true, as: 'shuffleRead'
|
2208
|
+
property :shuffle_read_records, :numeric_string => true, as: 'shuffleReadRecords'
|
2209
|
+
property :shuffle_write, :numeric_string => true, as: 'shuffleWrite'
|
2210
|
+
property :shuffle_write_records, :numeric_string => true, as: 'shuffleWriteRecords'
|
2211
|
+
property :stage_attempt_id, as: 'stageAttemptId'
|
2212
|
+
property :stage_id, :numeric_string => true, as: 'stageId'
|
2213
|
+
property :succeeded_tasks, as: 'succeededTasks'
|
2214
|
+
property :task_time_millis, :numeric_string => true, as: 'taskTimeMillis'
|
2215
|
+
end
|
2216
|
+
end
|
2217
|
+
|
2218
|
+
class ExecutorSummary
|
2219
|
+
# @private
|
2220
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2221
|
+
property :active_tasks, as: 'activeTasks'
|
2222
|
+
property :add_time, as: 'addTime'
|
2223
|
+
hash :attributes, as: 'attributes'
|
2224
|
+
property :completed_tasks, as: 'completedTasks'
|
2225
|
+
property :disk_used, :numeric_string => true, as: 'diskUsed'
|
2226
|
+
collection :excluded_in_stages, as: 'excludedInStages'
|
2227
|
+
property :executor_id, as: 'executorId'
|
2228
|
+
hash :executor_logs, as: 'executorLogs'
|
2229
|
+
property :failed_tasks, as: 'failedTasks'
|
2230
|
+
property :host_port, as: 'hostPort'
|
2231
|
+
property :is_active, as: 'isActive'
|
2232
|
+
property :is_excluded, as: 'isExcluded'
|
2233
|
+
property :max_memory, :numeric_string => true, as: 'maxMemory'
|
2234
|
+
property :max_tasks, as: 'maxTasks'
|
2235
|
+
property :memory_metrics, as: 'memoryMetrics', class: Google::Apis::DataprocV1::MemoryMetrics, decorator: Google::Apis::DataprocV1::MemoryMetrics::Representation
|
2236
|
+
|
2237
|
+
property :memory_used, :numeric_string => true, as: 'memoryUsed'
|
2238
|
+
property :peak_memory_metrics, as: 'peakMemoryMetrics', class: Google::Apis::DataprocV1::ExecutorMetrics, decorator: Google::Apis::DataprocV1::ExecutorMetrics::Representation
|
2239
|
+
|
2240
|
+
property :rdd_blocks, as: 'rddBlocks'
|
2241
|
+
property :remove_reason, as: 'removeReason'
|
2242
|
+
property :remove_time, as: 'removeTime'
|
2243
|
+
property :resource_profile_id, as: 'resourceProfileId'
|
2244
|
+
hash :resources, as: 'resources', class: Google::Apis::DataprocV1::ResourceInformation, decorator: Google::Apis::DataprocV1::ResourceInformation::Representation
|
2245
|
+
|
2246
|
+
property :total_cores, as: 'totalCores'
|
2247
|
+
property :total_duration_millis, :numeric_string => true, as: 'totalDurationMillis'
|
2248
|
+
property :total_gc_time_millis, :numeric_string => true, as: 'totalGcTimeMillis'
|
2249
|
+
property :total_input_bytes, :numeric_string => true, as: 'totalInputBytes'
|
2250
|
+
property :total_shuffle_read, :numeric_string => true, as: 'totalShuffleRead'
|
2251
|
+
property :total_shuffle_write, :numeric_string => true, as: 'totalShuffleWrite'
|
2252
|
+
property :total_tasks, as: 'totalTasks'
|
2253
|
+
end
|
2254
|
+
end
|
2255
|
+
|
2256
|
+
class Expr
|
2257
|
+
# @private
|
2258
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2259
|
+
property :description, as: 'description'
|
2260
|
+
property :expression, as: 'expression'
|
2261
|
+
property :location, as: 'location'
|
2262
|
+
property :title, as: 'title'
|
2263
|
+
end
|
2264
|
+
end
|
2265
|
+
|
2266
|
+
class FlinkJob
|
2267
|
+
# @private
|
2268
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2269
|
+
collection :args, as: 'args'
|
2270
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
2271
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
2272
|
+
|
2273
|
+
property :main_class, as: 'mainClass'
|
2274
|
+
property :main_jar_file_uri, as: 'mainJarFileUri'
|
2275
|
+
hash :properties, as: 'properties'
|
2276
|
+
property :savepoint_uri, as: 'savepointUri'
|
2277
|
+
end
|
2278
|
+
end
|
2279
|
+
|
2280
|
+
class GceClusterConfig
|
2281
|
+
# @private
|
2282
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2283
|
+
property :confidential_instance_config, as: 'confidentialInstanceConfig', class: Google::Apis::DataprocV1::ConfidentialInstanceConfig, decorator: Google::Apis::DataprocV1::ConfidentialInstanceConfig::Representation
|
2284
|
+
|
2285
|
+
property :internal_ip_only, as: 'internalIpOnly'
|
2286
|
+
hash :metadata, as: 'metadata'
|
2287
|
+
property :network_uri, as: 'networkUri'
|
2288
|
+
property :node_group_affinity, as: 'nodeGroupAffinity', class: Google::Apis::DataprocV1::NodeGroupAffinity, decorator: Google::Apis::DataprocV1::NodeGroupAffinity::Representation
|
2289
|
+
|
2290
|
+
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
2291
|
+
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::DataprocV1::ReservationAffinity, decorator: Google::Apis::DataprocV1::ReservationAffinity::Representation
|
2292
|
+
|
2293
|
+
property :service_account, as: 'serviceAccount'
|
2294
|
+
collection :service_account_scopes, as: 'serviceAccountScopes'
|
2295
|
+
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::DataprocV1::ShieldedInstanceConfig, decorator: Google::Apis::DataprocV1::ShieldedInstanceConfig::Representation
|
2296
|
+
|
2297
|
+
property :subnetwork_uri, as: 'subnetworkUri'
|
2298
|
+
collection :tags, as: 'tags'
|
2299
|
+
property :zone_uri, as: 'zoneUri'
|
2300
|
+
end
|
2301
|
+
end
|
2302
|
+
|
2303
|
+
class GetIamPolicyRequest
|
2304
|
+
# @private
|
2305
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2306
|
+
property :options, as: 'options', class: Google::Apis::DataprocV1::GetPolicyOptions, decorator: Google::Apis::DataprocV1::GetPolicyOptions::Representation
|
2307
|
+
|
2308
|
+
end
|
2309
|
+
end
|
2310
|
+
|
2311
|
+
class GetPolicyOptions
|
2312
|
+
# @private
|
2313
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2314
|
+
property :requested_policy_version, as: 'requestedPolicyVersion'
|
2315
|
+
end
|
2316
|
+
end
|
2317
|
+
|
2318
|
+
class GkeClusterConfig
|
2319
|
+
# @private
|
2320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2321
|
+
property :gke_cluster_target, as: 'gkeClusterTarget'
|
2322
|
+
property :namespaced_gke_deployment_target, as: 'namespacedGkeDeploymentTarget', class: Google::Apis::DataprocV1::NamespacedGkeDeploymentTarget, decorator: Google::Apis::DataprocV1::NamespacedGkeDeploymentTarget::Representation
|
2323
|
+
|
2324
|
+
collection :node_pool_target, as: 'nodePoolTarget', class: Google::Apis::DataprocV1::GkeNodePoolTarget, decorator: Google::Apis::DataprocV1::GkeNodePoolTarget::Representation
|
2325
|
+
|
2326
|
+
end
|
2327
|
+
end
|
2328
|
+
|
2329
|
+
class GkeNodeConfig
|
2330
|
+
# @private
|
2331
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2332
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::DataprocV1::GkeNodePoolAcceleratorConfig, decorator: Google::Apis::DataprocV1::GkeNodePoolAcceleratorConfig::Representation
|
2333
|
+
|
2334
|
+
property :boot_disk_kms_key, as: 'bootDiskKmsKey'
|
2335
|
+
property :local_ssd_count, as: 'localSsdCount'
|
2336
|
+
property :machine_type, as: 'machineType'
|
2337
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
2338
|
+
property :preemptible, as: 'preemptible'
|
2339
|
+
property :spot, as: 'spot'
|
2340
|
+
end
|
2341
|
+
end
|
2342
|
+
|
2343
|
+
class GkeNodePoolAcceleratorConfig
|
2344
|
+
# @private
|
2345
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2346
|
+
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
2347
|
+
property :accelerator_type, as: 'acceleratorType'
|
2348
|
+
property :gpu_partition_size, as: 'gpuPartitionSize'
|
2349
|
+
end
|
2350
|
+
end
|
2351
|
+
|
2352
|
+
class GkeNodePoolAutoscalingConfig
|
2353
|
+
# @private
|
2354
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2355
|
+
property :max_node_count, as: 'maxNodeCount'
|
2356
|
+
property :min_node_count, as: 'minNodeCount'
|
2357
|
+
end
|
2358
|
+
end
|
2359
|
+
|
2360
|
+
class GkeNodePoolConfig
|
2361
|
+
# @private
|
2362
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2363
|
+
property :autoscaling, as: 'autoscaling', class: Google::Apis::DataprocV1::GkeNodePoolAutoscalingConfig, decorator: Google::Apis::DataprocV1::GkeNodePoolAutoscalingConfig::Representation
|
2364
|
+
|
2365
|
+
property :config, as: 'config', class: Google::Apis::DataprocV1::GkeNodeConfig, decorator: Google::Apis::DataprocV1::GkeNodeConfig::Representation
|
2366
|
+
|
2367
|
+
collection :locations, as: 'locations'
|
2368
|
+
end
|
2369
|
+
end
|
2370
|
+
|
2371
|
+
class GkeNodePoolTarget
|
2372
|
+
# @private
|
2373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2374
|
+
property :node_pool, as: 'nodePool'
|
2375
|
+
property :node_pool_config, as: 'nodePoolConfig', class: Google::Apis::DataprocV1::GkeNodePoolConfig, decorator: Google::Apis::DataprocV1::GkeNodePoolConfig::Representation
|
2376
|
+
|
2377
|
+
collection :roles, as: 'roles'
|
2378
|
+
end
|
2379
|
+
end
|
2380
|
+
|
2381
|
+
class GoogleCloudDataprocV1WorkflowTemplateEncryptionConfig
|
2382
|
+
# @private
|
2383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2384
|
+
property :kms_key, as: 'kmsKey'
|
2385
|
+
end
|
2386
|
+
end
|
2387
|
+
|
2388
|
+
class HadoopJob
|
2389
|
+
# @private
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2391
|
+
collection :archive_uris, as: 'archiveUris'
|
2392
|
+
collection :args, as: 'args'
|
2393
|
+
collection :file_uris, as: 'fileUris'
|
2394
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
2395
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
2396
|
+
|
2397
|
+
property :main_class, as: 'mainClass'
|
2398
|
+
property :main_jar_file_uri, as: 'mainJarFileUri'
|
2399
|
+
hash :properties, as: 'properties'
|
2400
|
+
end
|
2401
|
+
end
|
2402
|
+
|
2403
|
+
class HiveJob
|
2404
|
+
# @private
|
2405
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2406
|
+
property :continue_on_failure, as: 'continueOnFailure'
|
2407
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
2408
|
+
hash :properties, as: 'properties'
|
2409
|
+
property :query_file_uri, as: 'queryFileUri'
|
2410
|
+
property :query_list, as: 'queryList', class: Google::Apis::DataprocV1::QueryList, decorator: Google::Apis::DataprocV1::QueryList::Representation
|
2411
|
+
|
2412
|
+
hash :script_variables, as: 'scriptVariables'
|
2413
|
+
end
|
2414
|
+
end
|
2415
|
+
|
2416
|
+
class IdentityConfig
|
2417
|
+
# @private
|
2418
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2419
|
+
hash :user_service_account_mapping, as: 'userServiceAccountMapping'
|
2420
|
+
end
|
2421
|
+
end
|
2422
|
+
|
2423
|
+
class InjectCredentialsRequest
|
2424
|
+
# @private
|
2425
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2426
|
+
property :cluster_uuid, as: 'clusterUuid'
|
2427
|
+
property :credentials_ciphertext, as: 'credentialsCiphertext'
|
2428
|
+
end
|
2429
|
+
end
|
2430
|
+
|
2431
|
+
class InputMetrics
|
2432
|
+
# @private
|
2433
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2434
|
+
property :bytes_read, :numeric_string => true, as: 'bytesRead'
|
2435
|
+
property :records_read, :numeric_string => true, as: 'recordsRead'
|
2436
|
+
end
|
2437
|
+
end
|
2438
|
+
|
2439
|
+
class InputQuantileMetrics
|
2440
|
+
# @private
|
2441
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2442
|
+
property :bytes_read, as: 'bytesRead', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
2443
|
+
|
2444
|
+
property :records_read, as: 'recordsRead', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
2445
|
+
|
2446
|
+
end
|
2447
|
+
end
|
2448
|
+
|
2449
|
+
class InstanceFlexibilityPolicy
|
2450
|
+
# @private
|
2451
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2452
|
+
collection :instance_selection_list, as: 'instanceSelectionList', class: Google::Apis::DataprocV1::InstanceSelection, decorator: Google::Apis::DataprocV1::InstanceSelection::Representation
|
2453
|
+
|
2454
|
+
collection :instance_selection_results, as: 'instanceSelectionResults', class: Google::Apis::DataprocV1::InstanceSelectionResult, decorator: Google::Apis::DataprocV1::InstanceSelectionResult::Representation
|
2455
|
+
|
2456
|
+
property :provisioning_model_mix, as: 'provisioningModelMix', class: Google::Apis::DataprocV1::ProvisioningModelMix, decorator: Google::Apis::DataprocV1::ProvisioningModelMix::Representation
|
2457
|
+
|
2458
|
+
end
|
2459
|
+
end
|
2460
|
+
|
2461
|
+
class InstanceGroupAutoscalingPolicyConfig
|
2462
|
+
# @private
|
2463
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2464
|
+
property :max_instances, as: 'maxInstances'
|
2465
|
+
property :min_instances, as: 'minInstances'
|
2466
|
+
property :weight, as: 'weight'
|
2467
|
+
end
|
2468
|
+
end
|
2469
|
+
|
2470
|
+
class InstanceGroupConfig
|
2471
|
+
# @private
|
2472
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2473
|
+
collection :accelerators, as: 'accelerators', class: Google::Apis::DataprocV1::AcceleratorConfig, decorator: Google::Apis::DataprocV1::AcceleratorConfig::Representation
|
2474
|
+
|
2475
|
+
property :disk_config, as: 'diskConfig', class: Google::Apis::DataprocV1::DiskConfig, decorator: Google::Apis::DataprocV1::DiskConfig::Representation
|
2476
|
+
|
2477
|
+
property :image_uri, as: 'imageUri'
|
2478
|
+
property :instance_flexibility_policy, as: 'instanceFlexibilityPolicy', class: Google::Apis::DataprocV1::InstanceFlexibilityPolicy, decorator: Google::Apis::DataprocV1::InstanceFlexibilityPolicy::Representation
|
2479
|
+
|
2480
|
+
collection :instance_names, as: 'instanceNames'
|
2481
|
+
collection :instance_references, as: 'instanceReferences', class: Google::Apis::DataprocV1::InstanceReference, decorator: Google::Apis::DataprocV1::InstanceReference::Representation
|
2482
|
+
|
2483
|
+
property :is_preemptible, as: 'isPreemptible'
|
2484
|
+
property :machine_type_uri, as: 'machineTypeUri'
|
2485
|
+
property :managed_group_config, as: 'managedGroupConfig', class: Google::Apis::DataprocV1::ManagedGroupConfig, decorator: Google::Apis::DataprocV1::ManagedGroupConfig::Representation
|
2486
|
+
|
2487
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
2488
|
+
property :min_num_instances, as: 'minNumInstances'
|
2489
|
+
property :num_instances, as: 'numInstances'
|
2490
|
+
property :preemptibility, as: 'preemptibility'
|
2491
|
+
property :startup_config, as: 'startupConfig', class: Google::Apis::DataprocV1::StartupConfig, decorator: Google::Apis::DataprocV1::StartupConfig::Representation
|
2492
|
+
|
2493
|
+
end
|
2494
|
+
end
|
2495
|
+
|
2496
|
+
class InstanceReference
|
2497
|
+
# @private
|
2498
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2499
|
+
property :instance_id, as: 'instanceId'
|
2500
|
+
property :instance_name, as: 'instanceName'
|
2501
|
+
property :public_ecies_key, as: 'publicEciesKey'
|
2502
|
+
property :public_key, as: 'publicKey'
|
2503
|
+
end
|
2504
|
+
end
|
2505
|
+
|
2506
|
+
class InstanceSelection
|
2507
|
+
# @private
|
2508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2509
|
+
collection :machine_types, as: 'machineTypes'
|
2510
|
+
property :rank, as: 'rank'
|
2511
|
+
end
|
2512
|
+
end
|
2513
|
+
|
2514
|
+
class InstanceSelectionResult
|
2515
|
+
# @private
|
2516
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2517
|
+
property :machine_type, as: 'machineType'
|
2518
|
+
property :vm_count, as: 'vmCount'
|
2519
|
+
end
|
2520
|
+
end
|
2521
|
+
|
2522
|
+
class InstantiateWorkflowTemplateRequest
|
2523
|
+
# @private
|
2524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2525
|
+
hash :parameters, as: 'parameters'
|
2526
|
+
property :request_id, as: 'requestId'
|
2527
|
+
property :version, as: 'version'
|
2528
|
+
end
|
2529
|
+
end
|
2530
|
+
|
2531
|
+
class Interval
|
2532
|
+
# @private
|
2533
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2534
|
+
property :end_time, as: 'endTime'
|
2535
|
+
property :start_time, as: 'startTime'
|
2536
|
+
end
|
2537
|
+
end
|
2538
|
+
|
2539
|
+
class Job
|
2540
|
+
# @private
|
2541
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2542
|
+
property :done, as: 'done'
|
2543
|
+
property :driver_control_files_uri, as: 'driverControlFilesUri'
|
2544
|
+
property :driver_output_resource_uri, as: 'driverOutputResourceUri'
|
2545
|
+
property :driver_scheduling_config, as: 'driverSchedulingConfig', class: Google::Apis::DataprocV1::DriverSchedulingConfig, decorator: Google::Apis::DataprocV1::DriverSchedulingConfig::Representation
|
2546
|
+
|
2547
|
+
property :flink_job, as: 'flinkJob', class: Google::Apis::DataprocV1::FlinkJob, decorator: Google::Apis::DataprocV1::FlinkJob::Representation
|
2548
|
+
|
2549
|
+
property :hadoop_job, as: 'hadoopJob', class: Google::Apis::DataprocV1::HadoopJob, decorator: Google::Apis::DataprocV1::HadoopJob::Representation
|
2550
|
+
|
2551
|
+
property :hive_job, as: 'hiveJob', class: Google::Apis::DataprocV1::HiveJob, decorator: Google::Apis::DataprocV1::HiveJob::Representation
|
2552
|
+
|
2553
|
+
property :job_uuid, as: 'jobUuid'
|
2554
|
+
hash :labels, as: 'labels'
|
2555
|
+
property :pig_job, as: 'pigJob', class: Google::Apis::DataprocV1::PigJob, decorator: Google::Apis::DataprocV1::PigJob::Representation
|
2556
|
+
|
2557
|
+
property :placement, as: 'placement', class: Google::Apis::DataprocV1::JobPlacement, decorator: Google::Apis::DataprocV1::JobPlacement::Representation
|
2558
|
+
|
2559
|
+
property :presto_job, as: 'prestoJob', class: Google::Apis::DataprocV1::PrestoJob, decorator: Google::Apis::DataprocV1::PrestoJob::Representation
|
2560
|
+
|
2561
|
+
property :pyspark_job, as: 'pysparkJob', class: Google::Apis::DataprocV1::PySparkJob, decorator: Google::Apis::DataprocV1::PySparkJob::Representation
|
2562
|
+
|
2563
|
+
property :reference, as: 'reference', class: Google::Apis::DataprocV1::JobReference, decorator: Google::Apis::DataprocV1::JobReference::Representation
|
2564
|
+
|
2565
|
+
property :scheduling, as: 'scheduling', class: Google::Apis::DataprocV1::JobScheduling, decorator: Google::Apis::DataprocV1::JobScheduling::Representation
|
2566
|
+
|
2567
|
+
property :spark_job, as: 'sparkJob', class: Google::Apis::DataprocV1::SparkJob, decorator: Google::Apis::DataprocV1::SparkJob::Representation
|
2568
|
+
|
2569
|
+
property :spark_r_job, as: 'sparkRJob', class: Google::Apis::DataprocV1::SparkRJob, decorator: Google::Apis::DataprocV1::SparkRJob::Representation
|
2570
|
+
|
2571
|
+
property :spark_sql_job, as: 'sparkSqlJob', class: Google::Apis::DataprocV1::SparkSqlJob, decorator: Google::Apis::DataprocV1::SparkSqlJob::Representation
|
2572
|
+
|
2573
|
+
property :status, as: 'status', class: Google::Apis::DataprocV1::JobStatus, decorator: Google::Apis::DataprocV1::JobStatus::Representation
|
2574
|
+
|
2575
|
+
collection :status_history, as: 'statusHistory', class: Google::Apis::DataprocV1::JobStatus, decorator: Google::Apis::DataprocV1::JobStatus::Representation
|
2576
|
+
|
2577
|
+
property :trino_job, as: 'trinoJob', class: Google::Apis::DataprocV1::TrinoJob, decorator: Google::Apis::DataprocV1::TrinoJob::Representation
|
2578
|
+
|
2579
|
+
collection :yarn_applications, as: 'yarnApplications', class: Google::Apis::DataprocV1::YarnApplication, decorator: Google::Apis::DataprocV1::YarnApplication::Representation
|
2580
|
+
|
2581
|
+
end
|
2582
|
+
end
|
2583
|
+
|
2584
|
+
class JobData
|
2585
|
+
# @private
|
2586
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2587
|
+
property :completion_time, as: 'completionTime'
|
2588
|
+
property :description, as: 'description'
|
2589
|
+
property :job_group, as: 'jobGroup'
|
2590
|
+
property :job_id, :numeric_string => true, as: 'jobId'
|
2591
|
+
hash :kill_tasks_summary, as: 'killTasksSummary'
|
2592
|
+
property :name, as: 'name'
|
2593
|
+
property :num_active_stages, as: 'numActiveStages'
|
2594
|
+
property :num_active_tasks, as: 'numActiveTasks'
|
2595
|
+
property :num_completed_indices, as: 'numCompletedIndices'
|
2596
|
+
property :num_completed_stages, as: 'numCompletedStages'
|
2597
|
+
property :num_completed_tasks, as: 'numCompletedTasks'
|
2598
|
+
property :num_failed_stages, as: 'numFailedStages'
|
2599
|
+
property :num_failed_tasks, as: 'numFailedTasks'
|
2600
|
+
property :num_killed_tasks, as: 'numKilledTasks'
|
2601
|
+
property :num_skipped_stages, as: 'numSkippedStages'
|
2602
|
+
property :num_skipped_tasks, as: 'numSkippedTasks'
|
2603
|
+
property :num_tasks, as: 'numTasks'
|
2604
|
+
collection :skipped_stages, as: 'skippedStages'
|
2605
|
+
property :sql_execution_id, :numeric_string => true, as: 'sqlExecutionId'
|
2606
|
+
collection :stage_ids, as: 'stageIds'
|
2607
|
+
property :status, as: 'status'
|
2608
|
+
property :submission_time, as: 'submissionTime'
|
2609
|
+
end
|
2610
|
+
end
|
2611
|
+
|
2612
|
+
class JobMetadata
|
2613
|
+
# @private
|
2614
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2615
|
+
property :job_id, as: 'jobId'
|
2616
|
+
property :operation_type, as: 'operationType'
|
2617
|
+
property :start_time, as: 'startTime'
|
2618
|
+
property :status, as: 'status', class: Google::Apis::DataprocV1::JobStatus, decorator: Google::Apis::DataprocV1::JobStatus::Representation
|
2619
|
+
|
2620
|
+
end
|
2621
|
+
end
|
2622
|
+
|
2623
|
+
class JobPlacement
|
2624
|
+
# @private
|
2625
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2626
|
+
hash :cluster_labels, as: 'clusterLabels'
|
2627
|
+
property :cluster_name, as: 'clusterName'
|
2628
|
+
property :cluster_uuid, as: 'clusterUuid'
|
2629
|
+
end
|
2630
|
+
end
|
2631
|
+
|
2632
|
+
class JobReference
|
2633
|
+
# @private
|
2634
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2635
|
+
property :job_id, as: 'jobId'
|
2636
|
+
property :project_id, as: 'projectId'
|
2637
|
+
end
|
2638
|
+
end
|
2639
|
+
|
2640
|
+
class JobScheduling
|
2641
|
+
# @private
|
2642
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2643
|
+
property :max_failures_per_hour, as: 'maxFailuresPerHour'
|
2644
|
+
property :max_failures_total, as: 'maxFailuresTotal'
|
2645
|
+
end
|
2646
|
+
end
|
2647
|
+
|
2648
|
+
class JobStatus
|
2649
|
+
# @private
|
2650
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2651
|
+
property :details, as: 'details'
|
2652
|
+
property :state, as: 'state'
|
2653
|
+
property :state_start_time, as: 'stateStartTime'
|
2654
|
+
property :substate, as: 'substate'
|
2655
|
+
end
|
2656
|
+
end
|
2657
|
+
|
2658
|
+
class JobsSummary
|
2659
|
+
# @private
|
2660
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2661
|
+
property :active_jobs, as: 'activeJobs'
|
2662
|
+
property :application_id, as: 'applicationId'
|
2663
|
+
collection :attempts, as: 'attempts', class: Google::Apis::DataprocV1::ApplicationAttemptInfo, decorator: Google::Apis::DataprocV1::ApplicationAttemptInfo::Representation
|
2664
|
+
|
2665
|
+
property :completed_jobs, as: 'completedJobs'
|
2666
|
+
property :failed_jobs, as: 'failedJobs'
|
2667
|
+
property :scheduling_mode, as: 'schedulingMode'
|
2668
|
+
end
|
2669
|
+
end
|
2670
|
+
|
2671
|
+
class JupyterConfig
|
2672
|
+
# @private
|
2673
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2674
|
+
property :display_name, as: 'displayName'
|
2675
|
+
property :kernel, as: 'kernel'
|
2676
|
+
end
|
2677
|
+
end
|
2678
|
+
|
2679
|
+
class KerberosConfig
|
2680
|
+
# @private
|
2681
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2682
|
+
property :cross_realm_trust_admin_server, as: 'crossRealmTrustAdminServer'
|
2683
|
+
property :cross_realm_trust_kdc, as: 'crossRealmTrustKdc'
|
2684
|
+
property :cross_realm_trust_realm, as: 'crossRealmTrustRealm'
|
2685
|
+
property :cross_realm_trust_shared_password_uri, as: 'crossRealmTrustSharedPasswordUri'
|
2686
|
+
property :enable_kerberos, as: 'enableKerberos'
|
2687
|
+
property :kdc_db_key_uri, as: 'kdcDbKeyUri'
|
2688
|
+
property :key_password_uri, as: 'keyPasswordUri'
|
2689
|
+
property :keystore_password_uri, as: 'keystorePasswordUri'
|
2690
|
+
property :keystore_uri, as: 'keystoreUri'
|
2691
|
+
property :kms_key_uri, as: 'kmsKeyUri'
|
2692
|
+
property :realm, as: 'realm'
|
2693
|
+
property :root_principal_password_uri, as: 'rootPrincipalPasswordUri'
|
2694
|
+
property :tgt_lifetime_hours, as: 'tgtLifetimeHours'
|
2695
|
+
property :truststore_password_uri, as: 'truststorePasswordUri'
|
2696
|
+
property :truststore_uri, as: 'truststoreUri'
|
2697
|
+
end
|
2698
|
+
end
|
2699
|
+
|
2700
|
+
class KubernetesClusterConfig
|
2701
|
+
# @private
|
2702
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2703
|
+
property :gke_cluster_config, as: 'gkeClusterConfig', class: Google::Apis::DataprocV1::GkeClusterConfig, decorator: Google::Apis::DataprocV1::GkeClusterConfig::Representation
|
2704
|
+
|
2705
|
+
property :kubernetes_namespace, as: 'kubernetesNamespace'
|
2706
|
+
property :kubernetes_software_config, as: 'kubernetesSoftwareConfig', class: Google::Apis::DataprocV1::KubernetesSoftwareConfig, decorator: Google::Apis::DataprocV1::KubernetesSoftwareConfig::Representation
|
2707
|
+
|
895
2708
|
end
|
896
2709
|
end
|
897
2710
|
|
898
|
-
class
|
2711
|
+
class KubernetesSoftwareConfig
|
899
2712
|
# @private
|
900
2713
|
class Representation < Google::Apis::Core::JsonRepresentation
|
901
|
-
|
902
|
-
|
903
|
-
property :analyzed_workload_uuid, as: 'analyzedWorkloadUuid'
|
904
|
-
property :create_time, as: 'createTime'
|
905
|
-
property :description, as: 'description'
|
906
|
-
property :done_time, as: 'doneTime'
|
907
|
-
hash :labels, as: 'labels'
|
908
|
-
collection :warnings, as: 'warnings'
|
2714
|
+
hash :component_version, as: 'componentVersion'
|
2715
|
+
hash :properties, as: 'properties'
|
909
2716
|
end
|
910
2717
|
end
|
911
2718
|
|
912
|
-
class
|
2719
|
+
class LifecycleConfig
|
913
2720
|
# @private
|
914
2721
|
class Representation < Google::Apis::Core::JsonRepresentation
|
915
|
-
property :
|
2722
|
+
property :auto_delete_time, as: 'autoDeleteTime'
|
2723
|
+
property :auto_delete_ttl, as: 'autoDeleteTtl'
|
2724
|
+
property :idle_delete_ttl, as: 'idleDeleteTtl'
|
2725
|
+
property :idle_start_time, as: 'idleStartTime'
|
916
2726
|
end
|
917
2727
|
end
|
918
2728
|
|
919
|
-
class
|
2729
|
+
class ListAutoscalingPoliciesResponse
|
920
2730
|
# @private
|
921
2731
|
class Representation < Google::Apis::Core::JsonRepresentation
|
922
|
-
property :
|
2732
|
+
property :next_page_token, as: 'nextPageToken'
|
2733
|
+
collection :policies, as: 'policies', class: Google::Apis::DataprocV1::AutoscalingPolicy, decorator: Google::Apis::DataprocV1::AutoscalingPolicy::Representation
|
923
2734
|
|
924
|
-
|
925
|
-
|
926
|
-
property :name, as: 'name'
|
927
|
-
property :secondary_worker_config, as: 'secondaryWorkerConfig', class: Google::Apis::DataprocV1::InstanceGroupAutoscalingPolicyConfig, decorator: Google::Apis::DataprocV1::InstanceGroupAutoscalingPolicyConfig::Representation
|
2735
|
+
end
|
2736
|
+
end
|
928
2737
|
|
929
|
-
|
2738
|
+
class ListBatchesResponse
|
2739
|
+
# @private
|
2740
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2741
|
+
collection :batches, as: 'batches', class: Google::Apis::DataprocV1::Batch, decorator: Google::Apis::DataprocV1::Batch::Representation
|
930
2742
|
|
2743
|
+
property :next_page_token, as: 'nextPageToken'
|
2744
|
+
collection :unreachable, as: 'unreachable'
|
931
2745
|
end
|
932
2746
|
end
|
933
2747
|
|
934
|
-
class
|
2748
|
+
class ListClustersResponse
|
935
2749
|
# @private
|
936
2750
|
class Representation < Google::Apis::Core::JsonRepresentation
|
937
|
-
collection :
|
2751
|
+
collection :clusters, as: 'clusters', class: Google::Apis::DataprocV1::Cluster, decorator: Google::Apis::DataprocV1::Cluster::Representation
|
2752
|
+
|
2753
|
+
property :next_page_token, as: 'nextPageToken'
|
938
2754
|
end
|
939
2755
|
end
|
940
2756
|
|
941
|
-
class
|
2757
|
+
class ListJobsResponse
|
942
2758
|
# @private
|
943
2759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
944
|
-
|
2760
|
+
collection :jobs, as: 'jobs', class: Google::Apis::DataprocV1::Job, decorator: Google::Apis::DataprocV1::Job::Representation
|
945
2761
|
|
946
|
-
property :
|
2762
|
+
property :next_page_token, as: 'nextPageToken'
|
2763
|
+
collection :unreachable, as: 'unreachable'
|
947
2764
|
end
|
948
2765
|
end
|
949
2766
|
|
950
|
-
class
|
2767
|
+
class ListOperationsResponse
|
951
2768
|
# @private
|
952
2769
|
class Representation < Google::Apis::Core::JsonRepresentation
|
953
|
-
property :
|
954
|
-
|
955
|
-
property :spark_history_server_config, as: 'sparkHistoryServerConfig', class: Google::Apis::DataprocV1::SparkHistoryServerConfig, decorator: Google::Apis::DataprocV1::SparkHistoryServerConfig::Representation
|
2770
|
+
property :next_page_token, as: 'nextPageToken'
|
2771
|
+
collection :operations, as: 'operations', class: Google::Apis::DataprocV1::Operation, decorator: Google::Apis::DataprocV1::Operation::Representation
|
956
2772
|
|
957
2773
|
end
|
958
2774
|
end
|
959
2775
|
|
960
|
-
class
|
2776
|
+
class ListSessionTemplatesResponse
|
961
2777
|
# @private
|
962
2778
|
class Representation < Google::Apis::Core::JsonRepresentation
|
963
|
-
property :
|
964
|
-
|
965
|
-
|
966
|
-
property :yarn_config, as: 'yarnConfig', class: Google::Apis::DataprocV1::BasicYarnAutoscalingConfig, decorator: Google::Apis::DataprocV1::BasicYarnAutoscalingConfig::Representation
|
2779
|
+
property :next_page_token, as: 'nextPageToken'
|
2780
|
+
collection :session_templates, as: 'sessionTemplates', class: Google::Apis::DataprocV1::SessionTemplate, decorator: Google::Apis::DataprocV1::SessionTemplate::Representation
|
967
2781
|
|
968
2782
|
end
|
969
2783
|
end
|
970
2784
|
|
971
|
-
class
|
2785
|
+
class ListSessionsResponse
|
972
2786
|
# @private
|
973
2787
|
class Representation < Google::Apis::Core::JsonRepresentation
|
974
|
-
property :
|
975
|
-
|
976
|
-
|
977
|
-
property :scale_up_factor, as: 'scaleUpFactor'
|
978
|
-
property :scale_up_min_worker_fraction, as: 'scaleUpMinWorkerFraction'
|
2788
|
+
property :next_page_token, as: 'nextPageToken'
|
2789
|
+
collection :sessions, as: 'sessions', class: Google::Apis::DataprocV1::Session, decorator: Google::Apis::DataprocV1::Session::Representation
|
2790
|
+
|
979
2791
|
end
|
980
2792
|
end
|
981
2793
|
|
982
|
-
class
|
2794
|
+
class ListWorkflowTemplatesResponse
|
983
2795
|
# @private
|
984
2796
|
class Representation < Google::Apis::Core::JsonRepresentation
|
985
|
-
property :
|
986
|
-
|
987
|
-
property :environment_config, as: 'environmentConfig', class: Google::Apis::DataprocV1::EnvironmentConfig, decorator: Google::Apis::DataprocV1::EnvironmentConfig::Representation
|
2797
|
+
property :next_page_token, as: 'nextPageToken'
|
2798
|
+
collection :templates, as: 'templates', class: Google::Apis::DataprocV1::WorkflowTemplate, decorator: Google::Apis::DataprocV1::WorkflowTemplate::Representation
|
988
2799
|
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
property :pyspark_batch, as: 'pysparkBatch', class: Google::Apis::DataprocV1::PySparkBatch, decorator: Google::Apis::DataprocV1::PySparkBatch::Representation
|
2800
|
+
collection :unreachable, as: 'unreachable'
|
2801
|
+
end
|
2802
|
+
end
|
993
2803
|
|
994
|
-
|
2804
|
+
class LoggingConfig
|
2805
|
+
# @private
|
2806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2807
|
+
hash :driver_log_levels, as: 'driverLogLevels'
|
2808
|
+
end
|
2809
|
+
end
|
995
2810
|
|
996
|
-
|
2811
|
+
class ManagedCluster
|
2812
|
+
# @private
|
2813
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2814
|
+
property :cluster_name, as: 'clusterName'
|
2815
|
+
property :config, as: 'config', class: Google::Apis::DataprocV1::ClusterConfig, decorator: Google::Apis::DataprocV1::ClusterConfig::Representation
|
997
2816
|
|
998
|
-
|
2817
|
+
hash :labels, as: 'labels'
|
2818
|
+
end
|
2819
|
+
end
|
999
2820
|
|
1000
|
-
|
2821
|
+
class ManagedGroupConfig
|
2822
|
+
# @private
|
2823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2824
|
+
property :instance_group_manager_name, as: 'instanceGroupManagerName'
|
2825
|
+
property :instance_group_manager_uri, as: 'instanceGroupManagerUri'
|
2826
|
+
property :instance_template_name, as: 'instanceTemplateName'
|
2827
|
+
end
|
2828
|
+
end
|
1001
2829
|
|
1002
|
-
|
2830
|
+
class MemoryMetrics
|
2831
|
+
# @private
|
2832
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2833
|
+
property :total_off_heap_storage_memory, :numeric_string => true, as: 'totalOffHeapStorageMemory'
|
2834
|
+
property :total_on_heap_storage_memory, :numeric_string => true, as: 'totalOnHeapStorageMemory'
|
2835
|
+
property :used_off_heap_storage_memory, :numeric_string => true, as: 'usedOffHeapStorageMemory'
|
2836
|
+
property :used_on_heap_storage_memory, :numeric_string => true, as: 'usedOnHeapStorageMemory'
|
2837
|
+
end
|
2838
|
+
end
|
1003
2839
|
|
1004
|
-
|
1005
|
-
|
2840
|
+
class MetastoreConfig
|
2841
|
+
# @private
|
2842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2843
|
+
property :dataproc_metastore_service, as: 'dataprocMetastoreService'
|
2844
|
+
end
|
2845
|
+
end
|
1006
2846
|
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
2847
|
+
class Metric
|
2848
|
+
# @private
|
2849
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2850
|
+
collection :metric_overrides, as: 'metricOverrides'
|
2851
|
+
property :metric_source, as: 'metricSource'
|
1010
2852
|
end
|
1011
2853
|
end
|
1012
2854
|
|
1013
|
-
class
|
2855
|
+
class NamespacedGkeDeploymentTarget
|
1014
2856
|
# @private
|
1015
2857
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1016
|
-
property :
|
1017
|
-
property :
|
1018
|
-
property :create_time, as: 'createTime'
|
1019
|
-
property :description, as: 'description'
|
1020
|
-
property :done_time, as: 'doneTime'
|
1021
|
-
hash :labels, as: 'labels'
|
1022
|
-
property :operation_type, as: 'operationType'
|
1023
|
-
collection :warnings, as: 'warnings'
|
2858
|
+
property :cluster_namespace, as: 'clusterNamespace'
|
2859
|
+
property :target_gke_cluster, as: 'targetGkeCluster'
|
1024
2860
|
end
|
1025
2861
|
end
|
1026
2862
|
|
1027
|
-
class
|
2863
|
+
class NodeGroup
|
1028
2864
|
# @private
|
1029
2865
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1030
|
-
|
2866
|
+
hash :labels, as: 'labels'
|
2867
|
+
property :name, as: 'name'
|
2868
|
+
property :node_group_config, as: 'nodeGroupConfig', class: Google::Apis::DataprocV1::InstanceGroupConfig, decorator: Google::Apis::DataprocV1::InstanceGroupConfig::Representation
|
1031
2869
|
|
1032
|
-
collection :
|
1033
|
-
property :role, as: 'role'
|
2870
|
+
collection :roles, as: 'roles'
|
1034
2871
|
end
|
1035
2872
|
end
|
1036
2873
|
|
1037
|
-
class
|
2874
|
+
class NodeGroupAffinity
|
1038
2875
|
# @private
|
1039
2876
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2877
|
+
property :node_group_uri, as: 'nodeGroupUri'
|
1040
2878
|
end
|
1041
2879
|
end
|
1042
2880
|
|
1043
|
-
class
|
2881
|
+
class NodeGroupOperationMetadata
|
1044
2882
|
# @private
|
1045
2883
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1046
|
-
property :cluster_name, as: 'clusterName'
|
1047
2884
|
property :cluster_uuid, as: 'clusterUuid'
|
1048
|
-
property :
|
1049
|
-
|
2885
|
+
property :description, as: 'description'
|
1050
2886
|
hash :labels, as: 'labels'
|
1051
|
-
property :
|
1052
|
-
|
1053
|
-
property :
|
1054
|
-
property :status, as: 'status', class: Google::Apis::DataprocV1::ClusterStatus, decorator: Google::Apis::DataprocV1::ClusterStatus::Representation
|
1055
|
-
|
1056
|
-
collection :status_history, as: 'statusHistory', class: Google::Apis::DataprocV1::ClusterStatus, decorator: Google::Apis::DataprocV1::ClusterStatus::Representation
|
2887
|
+
property :node_group_id, as: 'nodeGroupId'
|
2888
|
+
property :operation_type, as: 'operationType'
|
2889
|
+
property :status, as: 'status', class: Google::Apis::DataprocV1::ClusterOperationStatus, decorator: Google::Apis::DataprocV1::ClusterOperationStatus::Representation
|
1057
2890
|
|
1058
|
-
|
2891
|
+
collection :status_history, as: 'statusHistory', class: Google::Apis::DataprocV1::ClusterOperationStatus, decorator: Google::Apis::DataprocV1::ClusterOperationStatus::Representation
|
1059
2892
|
|
2893
|
+
collection :warnings, as: 'warnings'
|
1060
2894
|
end
|
1061
2895
|
end
|
1062
2896
|
|
1063
|
-
class
|
2897
|
+
class NodeInitializationAction
|
1064
2898
|
# @private
|
1065
2899
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1066
|
-
property :
|
2900
|
+
property :executable_file, as: 'executableFile'
|
2901
|
+
property :execution_timeout, as: 'executionTimeout'
|
2902
|
+
end
|
2903
|
+
end
|
1067
2904
|
|
1068
|
-
|
2905
|
+
class NodePool
|
2906
|
+
# @private
|
2907
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2908
|
+
property :id, as: 'id'
|
2909
|
+
collection :instance_names, as: 'instanceNames'
|
2910
|
+
property :repair_action, as: 'repairAction'
|
2911
|
+
end
|
2912
|
+
end
|
1069
2913
|
|
1070
|
-
|
1071
|
-
|
2914
|
+
class Operation
|
2915
|
+
# @private
|
2916
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2917
|
+
property :done, as: 'done'
|
2918
|
+
property :error, as: 'error', class: Google::Apis::DataprocV1::Status, decorator: Google::Apis::DataprocV1::Status::Representation
|
1072
2919
|
|
1073
|
-
|
2920
|
+
hash :metadata, as: 'metadata'
|
2921
|
+
property :name, as: 'name'
|
2922
|
+
hash :response, as: 'response'
|
2923
|
+
end
|
2924
|
+
end
|
1074
2925
|
|
1075
|
-
|
2926
|
+
class OrderedJob
|
2927
|
+
# @private
|
2928
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
2929
|
+
property :flink_job, as: 'flinkJob', class: Google::Apis::DataprocV1::FlinkJob, decorator: Google::Apis::DataprocV1::FlinkJob::Representation
|
1076
2930
|
|
1077
|
-
property :
|
2931
|
+
property :hadoop_job, as: 'hadoopJob', class: Google::Apis::DataprocV1::HadoopJob, decorator: Google::Apis::DataprocV1::HadoopJob::Representation
|
1078
2932
|
|
1079
|
-
property :
|
2933
|
+
property :hive_job, as: 'hiveJob', class: Google::Apis::DataprocV1::HiveJob, decorator: Google::Apis::DataprocV1::HiveJob::Representation
|
1080
2934
|
|
1081
|
-
|
2935
|
+
hash :labels, as: 'labels'
|
2936
|
+
property :pig_job, as: 'pigJob', class: Google::Apis::DataprocV1::PigJob, decorator: Google::Apis::DataprocV1::PigJob::Representation
|
1082
2937
|
|
1083
|
-
|
2938
|
+
collection :prerequisite_step_ids, as: 'prerequisiteStepIds'
|
2939
|
+
property :presto_job, as: 'prestoJob', class: Google::Apis::DataprocV1::PrestoJob, decorator: Google::Apis::DataprocV1::PrestoJob::Representation
|
1084
2940
|
|
1085
|
-
property :
|
2941
|
+
property :pyspark_job, as: 'pysparkJob', class: Google::Apis::DataprocV1::PySparkJob, decorator: Google::Apis::DataprocV1::PySparkJob::Representation
|
1086
2942
|
|
1087
|
-
property :
|
2943
|
+
property :scheduling, as: 'scheduling', class: Google::Apis::DataprocV1::JobScheduling, decorator: Google::Apis::DataprocV1::JobScheduling::Representation
|
1088
2944
|
|
1089
|
-
property :
|
2945
|
+
property :spark_job, as: 'sparkJob', class: Google::Apis::DataprocV1::SparkJob, decorator: Google::Apis::DataprocV1::SparkJob::Representation
|
1090
2946
|
|
1091
|
-
property :
|
2947
|
+
property :spark_r_job, as: 'sparkRJob', class: Google::Apis::DataprocV1::SparkRJob, decorator: Google::Apis::DataprocV1::SparkRJob::Representation
|
1092
2948
|
|
1093
|
-
property :
|
2949
|
+
property :spark_sql_job, as: 'sparkSqlJob', class: Google::Apis::DataprocV1::SparkSqlJob, decorator: Google::Apis::DataprocV1::SparkSqlJob::Representation
|
1094
2950
|
|
1095
|
-
property :
|
1096
|
-
property :
|
2951
|
+
property :step_id, as: 'stepId'
|
2952
|
+
property :trino_job, as: 'trinoJob', class: Google::Apis::DataprocV1::TrinoJob, decorator: Google::Apis::DataprocV1::TrinoJob::Representation
|
1097
2953
|
|
1098
2954
|
end
|
1099
2955
|
end
|
1100
2956
|
|
1101
|
-
class
|
2957
|
+
class OutputMetrics
|
1102
2958
|
# @private
|
1103
2959
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1104
|
-
|
1105
|
-
|
2960
|
+
property :bytes_written, :numeric_string => true, as: 'bytesWritten'
|
2961
|
+
property :records_written, :numeric_string => true, as: 'recordsWritten'
|
1106
2962
|
end
|
1107
2963
|
end
|
1108
2964
|
|
1109
|
-
class
|
2965
|
+
class OutputQuantileMetrics
|
1110
2966
|
# @private
|
1111
2967
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1112
|
-
property :
|
1113
|
-
|
1114
|
-
property :
|
2968
|
+
property :bytes_written, as: 'bytesWritten', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
2969
|
+
|
2970
|
+
property :records_written, as: 'recordsWritten', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
2971
|
+
|
1115
2972
|
end
|
1116
2973
|
end
|
1117
2974
|
|
1118
|
-
class
|
2975
|
+
class ParameterValidation
|
1119
2976
|
# @private
|
1120
2977
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1121
|
-
|
1122
|
-
property :cluster_name, as: 'clusterName'
|
1123
|
-
property :cluster_uuid, as: 'clusterUuid'
|
1124
|
-
property :description, as: 'description'
|
1125
|
-
hash :labels, as: 'labels'
|
1126
|
-
property :operation_type, as: 'operationType'
|
1127
|
-
property :status, as: 'status', class: Google::Apis::DataprocV1::ClusterOperationStatus, decorator: Google::Apis::DataprocV1::ClusterOperationStatus::Representation
|
2978
|
+
property :regex, as: 'regex', class: Google::Apis::DataprocV1::RegexValidation, decorator: Google::Apis::DataprocV1::RegexValidation::Representation
|
1128
2979
|
|
1129
|
-
|
2980
|
+
property :values, as: 'values', class: Google::Apis::DataprocV1::ValueValidation, decorator: Google::Apis::DataprocV1::ValueValidation::Representation
|
1130
2981
|
|
1131
|
-
collection :warnings, as: 'warnings'
|
1132
2982
|
end
|
1133
2983
|
end
|
1134
2984
|
|
1135
|
-
class
|
2985
|
+
class PeripheralsConfig
|
1136
2986
|
# @private
|
1137
2987
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1138
|
-
property :
|
1139
|
-
property :
|
1140
|
-
property :state, as: 'state'
|
1141
|
-
property :state_start_time, as: 'stateStartTime'
|
1142
|
-
end
|
1143
|
-
end
|
2988
|
+
property :metastore_service, as: 'metastoreService'
|
2989
|
+
property :spark_history_server_config, as: 'sparkHistoryServerConfig', class: Google::Apis::DataprocV1::SparkHistoryServerConfig, decorator: Google::Apis::DataprocV1::SparkHistoryServerConfig::Representation
|
1144
2990
|
|
1145
|
-
class ClusterSelector
|
1146
|
-
# @private
|
1147
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1148
|
-
hash :cluster_labels, as: 'clusterLabels'
|
1149
|
-
property :zone, as: 'zone'
|
1150
2991
|
end
|
1151
2992
|
end
|
1152
2993
|
|
1153
|
-
class
|
2994
|
+
class PigJob
|
1154
2995
|
# @private
|
1155
2996
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1156
|
-
property :
|
1157
|
-
|
1158
|
-
property :
|
1159
|
-
|
2997
|
+
property :continue_on_failure, as: 'continueOnFailure'
|
2998
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
2999
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
3000
|
+
|
3001
|
+
hash :properties, as: 'properties'
|
3002
|
+
property :query_file_uri, as: 'queryFileUri'
|
3003
|
+
property :query_list, as: 'queryList', class: Google::Apis::DataprocV1::QueryList, decorator: Google::Apis::DataprocV1::QueryList::Representation
|
3004
|
+
|
3005
|
+
hash :script_variables, as: 'scriptVariables'
|
1160
3006
|
end
|
1161
3007
|
end
|
1162
3008
|
|
1163
|
-
class
|
3009
|
+
class Policy
|
1164
3010
|
# @private
|
1165
3011
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1166
|
-
|
3012
|
+
collection :bindings, as: 'bindings', class: Google::Apis::DataprocV1::Binding, decorator: Google::Apis::DataprocV1::Binding::Representation
|
3013
|
+
|
3014
|
+
property :etag, :base64 => true, as: 'etag'
|
3015
|
+
property :version, as: 'version'
|
1167
3016
|
end
|
1168
3017
|
end
|
1169
3018
|
|
1170
|
-
class
|
3019
|
+
class PoolData
|
1171
3020
|
# @private
|
1172
3021
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1173
|
-
|
1174
|
-
|
3022
|
+
property :name, as: 'name'
|
3023
|
+
collection :stage_ids, as: 'stageIds'
|
1175
3024
|
end
|
1176
3025
|
end
|
1177
3026
|
|
1178
|
-
class
|
3027
|
+
class PrestoJob
|
1179
3028
|
# @private
|
1180
3029
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1181
|
-
|
3030
|
+
collection :client_tags, as: 'clientTags'
|
3031
|
+
property :continue_on_failure, as: 'continueOnFailure'
|
3032
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
3033
|
+
|
3034
|
+
property :output_format, as: 'outputFormat'
|
3035
|
+
hash :properties, as: 'properties'
|
3036
|
+
property :query_file_uri, as: 'queryFileUri'
|
3037
|
+
property :query_list, as: 'queryList', class: Google::Apis::DataprocV1::QueryList, decorator: Google::Apis::DataprocV1::QueryList::Representation
|
1182
3038
|
|
1183
|
-
property :job, as: 'job'
|
1184
|
-
collection :jobs, as: 'jobs'
|
1185
|
-
property :tarball_access, as: 'tarballAccess'
|
1186
|
-
property :tarball_gcs_dir, as: 'tarballGcsDir'
|
1187
|
-
property :yarn_application_id, as: 'yarnApplicationId'
|
1188
|
-
collection :yarn_application_ids, as: 'yarnApplicationIds'
|
1189
3039
|
end
|
1190
3040
|
end
|
1191
3041
|
|
1192
|
-
class
|
3042
|
+
class ProcessSummary
|
1193
3043
|
# @private
|
1194
3044
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1195
|
-
property :
|
3045
|
+
property :add_time, as: 'addTime'
|
3046
|
+
property :host_port, as: 'hostPort'
|
3047
|
+
property :is_active, as: 'isActive'
|
3048
|
+
property :process_id, as: 'processId'
|
3049
|
+
hash :process_logs, as: 'processLogs'
|
3050
|
+
property :remove_time, as: 'removeTime'
|
3051
|
+
property :total_cores, as: 'totalCores'
|
1196
3052
|
end
|
1197
3053
|
end
|
1198
3054
|
|
1199
|
-
class
|
3055
|
+
class ProvisioningModelMix
|
1200
3056
|
# @private
|
1201
3057
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1202
|
-
property :
|
1203
|
-
property :
|
1204
|
-
property :boot_disk_size_gb, as: 'bootDiskSizeGb'
|
1205
|
-
property :boot_disk_type, as: 'bootDiskType'
|
1206
|
-
property :local_ssd_interface, as: 'localSsdInterface'
|
1207
|
-
property :num_local_ssds, as: 'numLocalSsds'
|
3058
|
+
property :standard_capacity_base, as: 'standardCapacityBase'
|
3059
|
+
property :standard_capacity_percent_above_base, as: 'standardCapacityPercentAboveBase'
|
1208
3060
|
end
|
1209
3061
|
end
|
1210
3062
|
|
1211
|
-
class
|
3063
|
+
class PyPiRepositoryConfig
|
1212
3064
|
# @private
|
1213
3065
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1214
|
-
property :
|
1215
|
-
property :vcores, as: 'vcores'
|
3066
|
+
property :pypi_repository, as: 'pypiRepository'
|
1216
3067
|
end
|
1217
3068
|
end
|
1218
3069
|
|
1219
|
-
class
|
3070
|
+
class PySparkBatch
|
1220
3071
|
# @private
|
1221
3072
|
class Representation < Google::Apis::Core::JsonRepresentation
|
3073
|
+
collection :archive_uris, as: 'archiveUris'
|
3074
|
+
collection :args, as: 'args'
|
3075
|
+
collection :file_uris, as: 'fileUris'
|
3076
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
3077
|
+
property :main_python_file_uri, as: 'mainPythonFileUri'
|
3078
|
+
collection :python_file_uris, as: 'pythonFileUris'
|
1222
3079
|
end
|
1223
3080
|
end
|
1224
3081
|
|
1225
|
-
class
|
3082
|
+
class PySparkJob
|
1226
3083
|
# @private
|
1227
3084
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1228
|
-
|
1229
|
-
|
3085
|
+
collection :archive_uris, as: 'archiveUris'
|
3086
|
+
collection :args, as: 'args'
|
3087
|
+
collection :file_uris, as: 'fileUris'
|
3088
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
3089
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
3090
|
+
|
3091
|
+
property :main_python_file_uri, as: 'mainPythonFileUri'
|
3092
|
+
hash :properties, as: 'properties'
|
3093
|
+
collection :python_file_uris, as: 'pythonFileUris'
|
1230
3094
|
end
|
1231
3095
|
end
|
1232
3096
|
|
1233
|
-
class
|
3097
|
+
class Quantiles
|
1234
3098
|
# @private
|
1235
3099
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1236
|
-
property :
|
1237
|
-
|
3100
|
+
property :count, :numeric_string => true, as: 'count'
|
3101
|
+
property :maximum, :numeric_string => true, as: 'maximum'
|
3102
|
+
property :minimum, :numeric_string => true, as: 'minimum'
|
3103
|
+
property :percentile25, :numeric_string => true, as: 'percentile25'
|
3104
|
+
property :percentile50, :numeric_string => true, as: 'percentile50'
|
3105
|
+
property :percentile75, :numeric_string => true, as: 'percentile75'
|
3106
|
+
property :sum, :numeric_string => true, as: 'sum'
|
1238
3107
|
end
|
1239
3108
|
end
|
1240
3109
|
|
1241
|
-
class
|
3110
|
+
class QueryList
|
1242
3111
|
# @private
|
1243
3112
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1244
|
-
|
1245
|
-
|
1246
|
-
property :peripherals_config, as: 'peripheralsConfig', class: Google::Apis::DataprocV1::PeripheralsConfig, decorator: Google::Apis::DataprocV1::PeripheralsConfig::Representation
|
1247
|
-
|
3113
|
+
collection :queries, as: 'queries'
|
1248
3114
|
end
|
1249
3115
|
end
|
1250
3116
|
|
1251
|
-
class
|
3117
|
+
class RddDataDistribution
|
1252
3118
|
# @private
|
1253
3119
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1254
|
-
property :
|
1255
|
-
property :
|
1256
|
-
|
1257
|
-
property :
|
1258
|
-
property :
|
1259
|
-
property :
|
1260
|
-
property :
|
1261
|
-
property :
|
3120
|
+
property :address, as: 'address'
|
3121
|
+
property :disk_used, :numeric_string => true, as: 'diskUsed'
|
3122
|
+
property :memory_remaining, :numeric_string => true, as: 'memoryRemaining'
|
3123
|
+
property :memory_used, :numeric_string => true, as: 'memoryUsed'
|
3124
|
+
property :off_heap_memory_remaining, :numeric_string => true, as: 'offHeapMemoryRemaining'
|
3125
|
+
property :off_heap_memory_used, :numeric_string => true, as: 'offHeapMemoryUsed'
|
3126
|
+
property :on_heap_memory_remaining, :numeric_string => true, as: 'onHeapMemoryRemaining'
|
3127
|
+
property :on_heap_memory_used, :numeric_string => true, as: 'onHeapMemoryUsed'
|
1262
3128
|
end
|
1263
3129
|
end
|
1264
3130
|
|
1265
|
-
class
|
3131
|
+
class RddOperationCluster
|
1266
3132
|
# @private
|
1267
3133
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1268
|
-
|
1269
|
-
|
1270
|
-
|
1271
|
-
|
3134
|
+
collection :child_clusters, as: 'childClusters', class: Google::Apis::DataprocV1::RddOperationCluster, decorator: Google::Apis::DataprocV1::RddOperationCluster::Representation
|
3135
|
+
|
3136
|
+
collection :child_nodes, as: 'childNodes', class: Google::Apis::DataprocV1::RddOperationNode, decorator: Google::Apis::DataprocV1::RddOperationNode::Representation
|
3137
|
+
|
3138
|
+
property :name, as: 'name'
|
3139
|
+
property :rdd_cluster_id, as: 'rddClusterId'
|
1272
3140
|
end
|
1273
3141
|
end
|
1274
3142
|
|
1275
|
-
class
|
3143
|
+
class RddOperationEdge
|
1276
3144
|
# @private
|
1277
3145
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1278
|
-
|
1279
|
-
|
1280
|
-
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
1281
|
-
|
1282
|
-
property :main_class, as: 'mainClass'
|
1283
|
-
property :main_jar_file_uri, as: 'mainJarFileUri'
|
1284
|
-
hash :properties, as: 'properties'
|
1285
|
-
property :savepoint_uri, as: 'savepointUri'
|
3146
|
+
property :from_id, as: 'fromId'
|
3147
|
+
property :to_id, as: 'toId'
|
1286
3148
|
end
|
1287
3149
|
end
|
1288
3150
|
|
1289
|
-
class
|
3151
|
+
class RddOperationGraph
|
1290
3152
|
# @private
|
1291
3153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1292
|
-
|
1293
|
-
|
1294
|
-
property :internal_ip_only, as: 'internalIpOnly'
|
1295
|
-
hash :metadata, as: 'metadata'
|
1296
|
-
property :network_uri, as: 'networkUri'
|
1297
|
-
property :node_group_affinity, as: 'nodeGroupAffinity', class: Google::Apis::DataprocV1::NodeGroupAffinity, decorator: Google::Apis::DataprocV1::NodeGroupAffinity::Representation
|
3154
|
+
collection :edges, as: 'edges', class: Google::Apis::DataprocV1::RddOperationEdge, decorator: Google::Apis::DataprocV1::RddOperationEdge::Representation
|
1298
3155
|
|
1299
|
-
|
1300
|
-
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::DataprocV1::ReservationAffinity, decorator: Google::Apis::DataprocV1::ReservationAffinity::Representation
|
1301
|
-
|
1302
|
-
property :service_account, as: 'serviceAccount'
|
1303
|
-
collection :service_account_scopes, as: 'serviceAccountScopes'
|
1304
|
-
property :shielded_instance_config, as: 'shieldedInstanceConfig', class: Google::Apis::DataprocV1::ShieldedInstanceConfig, decorator: Google::Apis::DataprocV1::ShieldedInstanceConfig::Representation
|
3156
|
+
collection :incoming_edges, as: 'incomingEdges', class: Google::Apis::DataprocV1::RddOperationEdge, decorator: Google::Apis::DataprocV1::RddOperationEdge::Representation
|
1305
3157
|
|
1306
|
-
|
1307
|
-
collection :tags, as: 'tags'
|
1308
|
-
property :zone_uri, as: 'zoneUri'
|
1309
|
-
end
|
1310
|
-
end
|
3158
|
+
collection :outgoing_edges, as: 'outgoingEdges', class: Google::Apis::DataprocV1::RddOperationEdge, decorator: Google::Apis::DataprocV1::RddOperationEdge::Representation
|
1311
3159
|
|
1312
|
-
|
1313
|
-
# @private
|
1314
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1315
|
-
property :options, as: 'options', class: Google::Apis::DataprocV1::GetPolicyOptions, decorator: Google::Apis::DataprocV1::GetPolicyOptions::Representation
|
3160
|
+
property :root_cluster, as: 'rootCluster', class: Google::Apis::DataprocV1::RddOperationCluster, decorator: Google::Apis::DataprocV1::RddOperationCluster::Representation
|
1316
3161
|
|
3162
|
+
property :stage_id, :numeric_string => true, as: 'stageId'
|
1317
3163
|
end
|
1318
3164
|
end
|
1319
3165
|
|
1320
|
-
class
|
3166
|
+
class RddOperationNode
|
1321
3167
|
# @private
|
1322
3168
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1323
|
-
property :
|
3169
|
+
property :barrier, as: 'barrier'
|
3170
|
+
property :cached, as: 'cached'
|
3171
|
+
property :callsite, as: 'callsite'
|
3172
|
+
property :name, as: 'name'
|
3173
|
+
property :node_id, as: 'nodeId'
|
3174
|
+
property :output_deterministic_level, as: 'outputDeterministicLevel'
|
1324
3175
|
end
|
1325
3176
|
end
|
1326
3177
|
|
1327
|
-
class
|
3178
|
+
class RddPartitionInfo
|
1328
3179
|
# @private
|
1329
3180
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1330
|
-
property :
|
1331
|
-
property :
|
1332
|
-
|
1333
|
-
|
1334
|
-
|
3181
|
+
property :block_name, as: 'blockName'
|
3182
|
+
property :disk_used, :numeric_string => true, as: 'diskUsed'
|
3183
|
+
collection :executors, as: 'executors'
|
3184
|
+
property :memory_used, :numeric_string => true, as: 'memoryUsed'
|
3185
|
+
property :storage_level, as: 'storageLevel'
|
1335
3186
|
end
|
1336
3187
|
end
|
1337
3188
|
|
1338
|
-
class
|
3189
|
+
class RddStorageInfo
|
1339
3190
|
# @private
|
1340
3191
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1341
|
-
collection :
|
3192
|
+
collection :data_distribution, as: 'dataDistribution', class: Google::Apis::DataprocV1::RddDataDistribution, decorator: Google::Apis::DataprocV1::RddDataDistribution::Representation
|
1342
3193
|
|
1343
|
-
property :
|
1344
|
-
property :
|
1345
|
-
property :
|
1346
|
-
property :
|
1347
|
-
property :
|
1348
|
-
|
1349
|
-
end
|
1350
|
-
end
|
3194
|
+
property :disk_used, :numeric_string => true, as: 'diskUsed'
|
3195
|
+
property :memory_used, :numeric_string => true, as: 'memoryUsed'
|
3196
|
+
property :name, as: 'name'
|
3197
|
+
property :num_cached_partitions, as: 'numCachedPartitions'
|
3198
|
+
property :num_partitions, as: 'numPartitions'
|
3199
|
+
collection :partitions, as: 'partitions', class: Google::Apis::DataprocV1::RddPartitionInfo, decorator: Google::Apis::DataprocV1::RddPartitionInfo::Representation
|
1351
3200
|
|
1352
|
-
|
1353
|
-
|
1354
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1355
|
-
property :accelerator_count, :numeric_string => true, as: 'acceleratorCount'
|
1356
|
-
property :accelerator_type, as: 'acceleratorType'
|
1357
|
-
property :gpu_partition_size, as: 'gpuPartitionSize'
|
3201
|
+
property :rdd_storage_id, as: 'rddStorageId'
|
3202
|
+
property :storage_level, as: 'storageLevel'
|
1358
3203
|
end
|
1359
3204
|
end
|
1360
3205
|
|
1361
|
-
class
|
3206
|
+
class RegexValidation
|
1362
3207
|
# @private
|
1363
3208
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1364
|
-
|
1365
|
-
property :min_node_count, as: 'minNodeCount'
|
3209
|
+
collection :regexes, as: 'regexes'
|
1366
3210
|
end
|
1367
3211
|
end
|
1368
3212
|
|
1369
|
-
class
|
3213
|
+
class RepairClusterRequest
|
1370
3214
|
# @private
|
1371
3215
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1372
|
-
property :
|
3216
|
+
property :cluster, as: 'cluster', class: Google::Apis::DataprocV1::ClusterToRepair, decorator: Google::Apis::DataprocV1::ClusterToRepair::Representation
|
1373
3217
|
|
1374
|
-
property :
|
3218
|
+
property :cluster_uuid, as: 'clusterUuid'
|
3219
|
+
property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
|
3220
|
+
collection :node_pools, as: 'nodePools', class: Google::Apis::DataprocV1::NodePool, decorator: Google::Apis::DataprocV1::NodePool::Representation
|
1375
3221
|
|
1376
|
-
|
3222
|
+
property :parent_operation_id, as: 'parentOperationId'
|
3223
|
+
property :request_id, as: 'requestId'
|
1377
3224
|
end
|
1378
3225
|
end
|
1379
3226
|
|
1380
|
-
class
|
3227
|
+
class RepairNodeGroupRequest
|
1381
3228
|
# @private
|
1382
3229
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1383
|
-
|
1384
|
-
property :
|
1385
|
-
|
1386
|
-
collection :roles, as: 'roles'
|
3230
|
+
collection :instance_names, as: 'instanceNames'
|
3231
|
+
property :repair_action, as: 'repairAction'
|
3232
|
+
property :request_id, as: 'requestId'
|
1387
3233
|
end
|
1388
3234
|
end
|
1389
3235
|
|
1390
|
-
class
|
3236
|
+
class RepositoryConfig
|
1391
3237
|
# @private
|
1392
3238
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1393
|
-
property :
|
3239
|
+
property :pypi_repository_config, as: 'pypiRepositoryConfig', class: Google::Apis::DataprocV1::PyPiRepositoryConfig, decorator: Google::Apis::DataprocV1::PyPiRepositoryConfig::Representation
|
3240
|
+
|
1394
3241
|
end
|
1395
3242
|
end
|
1396
3243
|
|
1397
|
-
class
|
3244
|
+
class ReservationAffinity
|
1398
3245
|
# @private
|
1399
3246
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1400
|
-
|
1401
|
-
|
1402
|
-
collection :
|
1403
|
-
collection :jar_file_uris, as: 'jarFileUris'
|
1404
|
-
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
1405
|
-
|
1406
|
-
property :main_class, as: 'mainClass'
|
1407
|
-
property :main_jar_file_uri, as: 'mainJarFileUri'
|
1408
|
-
hash :properties, as: 'properties'
|
3247
|
+
property :consume_reservation_type, as: 'consumeReservationType'
|
3248
|
+
property :key, as: 'key'
|
3249
|
+
collection :values, as: 'values'
|
1409
3250
|
end
|
1410
3251
|
end
|
1411
3252
|
|
1412
|
-
class
|
3253
|
+
class ResizeNodeGroupRequest
|
1413
3254
|
# @private
|
1414
3255
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1415
|
-
property :
|
1416
|
-
|
1417
|
-
|
1418
|
-
property :
|
1419
|
-
property :query_list, as: 'queryList', class: Google::Apis::DataprocV1::QueryList, decorator: Google::Apis::DataprocV1::QueryList::Representation
|
1420
|
-
|
1421
|
-
hash :script_variables, as: 'scriptVariables'
|
3256
|
+
property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
|
3257
|
+
property :parent_operation_id, as: 'parentOperationId'
|
3258
|
+
property :request_id, as: 'requestId'
|
3259
|
+
property :size, as: 'size'
|
1422
3260
|
end
|
1423
3261
|
end
|
1424
3262
|
|
1425
|
-
class
|
3263
|
+
class ResourceInformation
|
1426
3264
|
# @private
|
1427
3265
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1428
|
-
|
3266
|
+
collection :addresses, as: 'addresses'
|
3267
|
+
property :name, as: 'name'
|
1429
3268
|
end
|
1430
3269
|
end
|
1431
3270
|
|
1432
|
-
class
|
3271
|
+
class ResourceProfileInfo
|
1433
3272
|
# @private
|
1434
3273
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1435
|
-
|
1436
|
-
|
3274
|
+
hash :executor_resources, as: 'executorResources', class: Google::Apis::DataprocV1::ExecutorResourceRequest, decorator: Google::Apis::DataprocV1::ExecutorResourceRequest::Representation
|
3275
|
+
|
3276
|
+
property :resource_profile_id, as: 'resourceProfileId'
|
3277
|
+
hash :task_resources, as: 'taskResources', class: Google::Apis::DataprocV1::TaskResourceRequest, decorator: Google::Apis::DataprocV1::TaskResourceRequest::Representation
|
3278
|
+
|
1437
3279
|
end
|
1438
3280
|
end
|
1439
3281
|
|
1440
|
-
class
|
3282
|
+
class RuntimeConfig
|
1441
3283
|
# @private
|
1442
3284
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1443
|
-
|
3285
|
+
property :autotuning_config, as: 'autotuningConfig', class: Google::Apis::DataprocV1::AutotuningConfig, decorator: Google::Apis::DataprocV1::AutotuningConfig::Representation
|
1444
3286
|
|
1445
|
-
|
3287
|
+
property :cohort, as: 'cohort'
|
3288
|
+
property :container_image, as: 'containerImage'
|
3289
|
+
hash :properties, as: 'properties'
|
3290
|
+
property :repository_config, as: 'repositoryConfig', class: Google::Apis::DataprocV1::RepositoryConfig, decorator: Google::Apis::DataprocV1::RepositoryConfig::Representation
|
1446
3291
|
|
3292
|
+
property :version, as: 'version'
|
1447
3293
|
end
|
1448
3294
|
end
|
1449
3295
|
|
1450
|
-
class
|
3296
|
+
class RuntimeInfo
|
1451
3297
|
# @private
|
1452
3298
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1453
|
-
property :
|
1454
|
-
|
1455
|
-
property :
|
3299
|
+
property :approximate_usage, as: 'approximateUsage', class: Google::Apis::DataprocV1::UsageMetrics, decorator: Google::Apis::DataprocV1::UsageMetrics::Representation
|
3300
|
+
|
3301
|
+
property :current_usage, as: 'currentUsage', class: Google::Apis::DataprocV1::UsageSnapshot, decorator: Google::Apis::DataprocV1::UsageSnapshot::Representation
|
3302
|
+
|
3303
|
+
property :diagnostic_output_uri, as: 'diagnosticOutputUri'
|
3304
|
+
hash :endpoints, as: 'endpoints'
|
3305
|
+
property :output_uri, as: 'outputUri'
|
1456
3306
|
end
|
1457
3307
|
end
|
1458
3308
|
|
1459
|
-
class
|
3309
|
+
class SearchSessionSparkApplicationExecutorStageSummaryResponse
|
1460
3310
|
# @private
|
1461
3311
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1462
|
-
|
1463
|
-
|
1464
|
-
property :disk_config, as: 'diskConfig', class: Google::Apis::DataprocV1::DiskConfig, decorator: Google::Apis::DataprocV1::DiskConfig::Representation
|
1465
|
-
|
1466
|
-
property :image_uri, as: 'imageUri'
|
1467
|
-
property :instance_flexibility_policy, as: 'instanceFlexibilityPolicy', class: Google::Apis::DataprocV1::InstanceFlexibilityPolicy, decorator: Google::Apis::DataprocV1::InstanceFlexibilityPolicy::Representation
|
1468
|
-
|
1469
|
-
collection :instance_names, as: 'instanceNames'
|
1470
|
-
collection :instance_references, as: 'instanceReferences', class: Google::Apis::DataprocV1::InstanceReference, decorator: Google::Apis::DataprocV1::InstanceReference::Representation
|
1471
|
-
|
1472
|
-
property :is_preemptible, as: 'isPreemptible'
|
1473
|
-
property :machine_type_uri, as: 'machineTypeUri'
|
1474
|
-
property :managed_group_config, as: 'managedGroupConfig', class: Google::Apis::DataprocV1::ManagedGroupConfig, decorator: Google::Apis::DataprocV1::ManagedGroupConfig::Representation
|
1475
|
-
|
1476
|
-
property :min_cpu_platform, as: 'minCpuPlatform'
|
1477
|
-
property :min_num_instances, as: 'minNumInstances'
|
1478
|
-
property :num_instances, as: 'numInstances'
|
1479
|
-
property :preemptibility, as: 'preemptibility'
|
1480
|
-
property :startup_config, as: 'startupConfig', class: Google::Apis::DataprocV1::StartupConfig, decorator: Google::Apis::DataprocV1::StartupConfig::Representation
|
3312
|
+
property :next_page_token, as: 'nextPageToken'
|
3313
|
+
collection :spark_application_stage_executors, as: 'sparkApplicationStageExecutors', class: Google::Apis::DataprocV1::ExecutorStageSummary, decorator: Google::Apis::DataprocV1::ExecutorStageSummary::Representation
|
1481
3314
|
|
1482
3315
|
end
|
1483
3316
|
end
|
1484
3317
|
|
1485
|
-
class
|
3318
|
+
class SearchSessionSparkApplicationExecutorsResponse
|
1486
3319
|
# @private
|
1487
3320
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1488
|
-
property :
|
1489
|
-
|
1490
|
-
|
1491
|
-
property :public_key, as: 'publicKey'
|
3321
|
+
property :next_page_token, as: 'nextPageToken'
|
3322
|
+
collection :spark_application_executors, as: 'sparkApplicationExecutors', class: Google::Apis::DataprocV1::ExecutorSummary, decorator: Google::Apis::DataprocV1::ExecutorSummary::Representation
|
3323
|
+
|
1492
3324
|
end
|
1493
3325
|
end
|
1494
3326
|
|
1495
|
-
class
|
3327
|
+
class SearchSessionSparkApplicationJobsResponse
|
1496
3328
|
# @private
|
1497
3329
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1498
|
-
|
1499
|
-
|
3330
|
+
property :next_page_token, as: 'nextPageToken'
|
3331
|
+
collection :spark_application_jobs, as: 'sparkApplicationJobs', class: Google::Apis::DataprocV1::JobData, decorator: Google::Apis::DataprocV1::JobData::Representation
|
3332
|
+
|
1500
3333
|
end
|
1501
3334
|
end
|
1502
3335
|
|
1503
|
-
class
|
3336
|
+
class SearchSessionSparkApplicationSqlQueriesResponse
|
1504
3337
|
# @private
|
1505
3338
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1506
|
-
property :
|
1507
|
-
|
3339
|
+
property :next_page_token, as: 'nextPageToken'
|
3340
|
+
collection :spark_application_sql_queries, as: 'sparkApplicationSqlQueries', class: Google::Apis::DataprocV1::SqlExecutionUiData, decorator: Google::Apis::DataprocV1::SqlExecutionUiData::Representation
|
3341
|
+
|
1508
3342
|
end
|
1509
3343
|
end
|
1510
3344
|
|
1511
|
-
class
|
3345
|
+
class SearchSessionSparkApplicationStageAttemptTasksResponse
|
1512
3346
|
# @private
|
1513
3347
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1514
|
-
|
1515
|
-
|
1516
|
-
|
3348
|
+
property :next_page_token, as: 'nextPageToken'
|
3349
|
+
collection :spark_application_stage_attempt_tasks, as: 'sparkApplicationStageAttemptTasks', class: Google::Apis::DataprocV1::TaskData, decorator: Google::Apis::DataprocV1::TaskData::Representation
|
3350
|
+
|
1517
3351
|
end
|
1518
3352
|
end
|
1519
3353
|
|
1520
|
-
class
|
3354
|
+
class SearchSessionSparkApplicationStageAttemptsResponse
|
1521
3355
|
# @private
|
1522
3356
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1523
|
-
property :
|
1524
|
-
|
3357
|
+
property :next_page_token, as: 'nextPageToken'
|
3358
|
+
collection :spark_application_stage_attempts, as: 'sparkApplicationStageAttempts', class: Google::Apis::DataprocV1::StageData, decorator: Google::Apis::DataprocV1::StageData::Representation
|
3359
|
+
|
1525
3360
|
end
|
1526
3361
|
end
|
1527
3362
|
|
1528
|
-
class
|
3363
|
+
class SearchSessionSparkApplicationStagesResponse
|
1529
3364
|
# @private
|
1530
3365
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1531
|
-
property :
|
1532
|
-
|
1533
|
-
property :driver_output_resource_uri, as: 'driverOutputResourceUri'
|
1534
|
-
property :driver_scheduling_config, as: 'driverSchedulingConfig', class: Google::Apis::DataprocV1::DriverSchedulingConfig, decorator: Google::Apis::DataprocV1::DriverSchedulingConfig::Representation
|
1535
|
-
|
1536
|
-
property :flink_job, as: 'flinkJob', class: Google::Apis::DataprocV1::FlinkJob, decorator: Google::Apis::DataprocV1::FlinkJob::Representation
|
1537
|
-
|
1538
|
-
property :hadoop_job, as: 'hadoopJob', class: Google::Apis::DataprocV1::HadoopJob, decorator: Google::Apis::DataprocV1::HadoopJob::Representation
|
1539
|
-
|
1540
|
-
property :hive_job, as: 'hiveJob', class: Google::Apis::DataprocV1::HiveJob, decorator: Google::Apis::DataprocV1::HiveJob::Representation
|
1541
|
-
|
1542
|
-
property :job_uuid, as: 'jobUuid'
|
1543
|
-
hash :labels, as: 'labels'
|
1544
|
-
property :pig_job, as: 'pigJob', class: Google::Apis::DataprocV1::PigJob, decorator: Google::Apis::DataprocV1::PigJob::Representation
|
1545
|
-
|
1546
|
-
property :placement, as: 'placement', class: Google::Apis::DataprocV1::JobPlacement, decorator: Google::Apis::DataprocV1::JobPlacement::Representation
|
1547
|
-
|
1548
|
-
property :presto_job, as: 'prestoJob', class: Google::Apis::DataprocV1::PrestoJob, decorator: Google::Apis::DataprocV1::PrestoJob::Representation
|
1549
|
-
|
1550
|
-
property :pyspark_job, as: 'pysparkJob', class: Google::Apis::DataprocV1::PySparkJob, decorator: Google::Apis::DataprocV1::PySparkJob::Representation
|
1551
|
-
|
1552
|
-
property :reference, as: 'reference', class: Google::Apis::DataprocV1::JobReference, decorator: Google::Apis::DataprocV1::JobReference::Representation
|
1553
|
-
|
1554
|
-
property :scheduling, as: 'scheduling', class: Google::Apis::DataprocV1::JobScheduling, decorator: Google::Apis::DataprocV1::JobScheduling::Representation
|
1555
|
-
|
1556
|
-
property :spark_job, as: 'sparkJob', class: Google::Apis::DataprocV1::SparkJob, decorator: Google::Apis::DataprocV1::SparkJob::Representation
|
3366
|
+
property :next_page_token, as: 'nextPageToken'
|
3367
|
+
collection :spark_application_stages, as: 'sparkApplicationStages', class: Google::Apis::DataprocV1::StageData, decorator: Google::Apis::DataprocV1::StageData::Representation
|
1557
3368
|
|
1558
|
-
|
3369
|
+
end
|
3370
|
+
end
|
1559
3371
|
|
1560
|
-
|
3372
|
+
class SearchSessionSparkApplicationsResponse
|
3373
|
+
# @private
|
3374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3375
|
+
property :next_page_token, as: 'nextPageToken'
|
3376
|
+
collection :spark_applications, as: 'sparkApplications', class: Google::Apis::DataprocV1::SparkApplication, decorator: Google::Apis::DataprocV1::SparkApplication::Representation
|
1561
3377
|
|
1562
|
-
|
3378
|
+
end
|
3379
|
+
end
|
1563
3380
|
|
1564
|
-
|
3381
|
+
class SearchSparkApplicationExecutorStageSummaryResponse
|
3382
|
+
# @private
|
3383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3384
|
+
property :next_page_token, as: 'nextPageToken'
|
3385
|
+
collection :spark_application_stage_executors, as: 'sparkApplicationStageExecutors', class: Google::Apis::DataprocV1::ExecutorStageSummary, decorator: Google::Apis::DataprocV1::ExecutorStageSummary::Representation
|
1565
3386
|
|
1566
|
-
|
3387
|
+
end
|
3388
|
+
end
|
1567
3389
|
|
1568
|
-
|
3390
|
+
class SearchSparkApplicationExecutorsResponse
|
3391
|
+
# @private
|
3392
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3393
|
+
property :next_page_token, as: 'nextPageToken'
|
3394
|
+
collection :spark_application_executors, as: 'sparkApplicationExecutors', class: Google::Apis::DataprocV1::ExecutorSummary, decorator: Google::Apis::DataprocV1::ExecutorSummary::Representation
|
1569
3395
|
|
1570
3396
|
end
|
1571
3397
|
end
|
1572
3398
|
|
1573
|
-
class
|
3399
|
+
class SearchSparkApplicationJobsResponse
|
1574
3400
|
# @private
|
1575
3401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1576
|
-
property :
|
1577
|
-
|
1578
|
-
property :start_time, as: 'startTime'
|
1579
|
-
property :status, as: 'status', class: Google::Apis::DataprocV1::JobStatus, decorator: Google::Apis::DataprocV1::JobStatus::Representation
|
3402
|
+
property :next_page_token, as: 'nextPageToken'
|
3403
|
+
collection :spark_application_jobs, as: 'sparkApplicationJobs', class: Google::Apis::DataprocV1::JobData, decorator: Google::Apis::DataprocV1::JobData::Representation
|
1580
3404
|
|
1581
3405
|
end
|
1582
3406
|
end
|
1583
3407
|
|
1584
|
-
class
|
3408
|
+
class SearchSparkApplicationSqlQueriesResponse
|
1585
3409
|
# @private
|
1586
3410
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1587
|
-
|
1588
|
-
|
1589
|
-
|
3411
|
+
property :next_page_token, as: 'nextPageToken'
|
3412
|
+
collection :spark_application_sql_queries, as: 'sparkApplicationSqlQueries', class: Google::Apis::DataprocV1::SqlExecutionUiData, decorator: Google::Apis::DataprocV1::SqlExecutionUiData::Representation
|
3413
|
+
|
1590
3414
|
end
|
1591
3415
|
end
|
1592
3416
|
|
1593
|
-
class
|
3417
|
+
class SearchSparkApplicationStageAttemptTasksResponse
|
1594
3418
|
# @private
|
1595
3419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1596
|
-
property :
|
1597
|
-
|
3420
|
+
property :next_page_token, as: 'nextPageToken'
|
3421
|
+
collection :spark_application_stage_attempt_tasks, as: 'sparkApplicationStageAttemptTasks', class: Google::Apis::DataprocV1::TaskData, decorator: Google::Apis::DataprocV1::TaskData::Representation
|
3422
|
+
|
1598
3423
|
end
|
1599
3424
|
end
|
1600
3425
|
|
1601
|
-
class
|
3426
|
+
class SearchSparkApplicationStageAttemptsResponse
|
1602
3427
|
# @private
|
1603
3428
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1604
|
-
property :
|
1605
|
-
|
3429
|
+
property :next_page_token, as: 'nextPageToken'
|
3430
|
+
collection :spark_application_stage_attempts, as: 'sparkApplicationStageAttempts', class: Google::Apis::DataprocV1::StageData, decorator: Google::Apis::DataprocV1::StageData::Representation
|
3431
|
+
|
1606
3432
|
end
|
1607
3433
|
end
|
1608
3434
|
|
1609
|
-
class
|
3435
|
+
class SearchSparkApplicationStagesResponse
|
1610
3436
|
# @private
|
1611
3437
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1612
|
-
property :
|
1613
|
-
|
1614
|
-
|
1615
|
-
property :substate, as: 'substate'
|
3438
|
+
property :next_page_token, as: 'nextPageToken'
|
3439
|
+
collection :spark_application_stages, as: 'sparkApplicationStages', class: Google::Apis::DataprocV1::StageData, decorator: Google::Apis::DataprocV1::StageData::Representation
|
3440
|
+
|
1616
3441
|
end
|
1617
3442
|
end
|
1618
3443
|
|
1619
|
-
class
|
3444
|
+
class SearchSparkApplicationsResponse
|
1620
3445
|
# @private
|
1621
3446
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1622
|
-
property :
|
1623
|
-
|
3447
|
+
property :next_page_token, as: 'nextPageToken'
|
3448
|
+
collection :spark_applications, as: 'sparkApplications', class: Google::Apis::DataprocV1::SparkApplication, decorator: Google::Apis::DataprocV1::SparkApplication::Representation
|
3449
|
+
|
1624
3450
|
end
|
1625
3451
|
end
|
1626
3452
|
|
1627
|
-
class
|
3453
|
+
class SecurityConfig
|
1628
3454
|
# @private
|
1629
3455
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1630
|
-
property :
|
1631
|
-
|
1632
|
-
property :
|
1633
|
-
|
1634
|
-
property :enable_kerberos, as: 'enableKerberos'
|
1635
|
-
property :kdc_db_key_uri, as: 'kdcDbKeyUri'
|
1636
|
-
property :key_password_uri, as: 'keyPasswordUri'
|
1637
|
-
property :keystore_password_uri, as: 'keystorePasswordUri'
|
1638
|
-
property :keystore_uri, as: 'keystoreUri'
|
1639
|
-
property :kms_key_uri, as: 'kmsKeyUri'
|
1640
|
-
property :realm, as: 'realm'
|
1641
|
-
property :root_principal_password_uri, as: 'rootPrincipalPasswordUri'
|
1642
|
-
property :tgt_lifetime_hours, as: 'tgtLifetimeHours'
|
1643
|
-
property :truststore_password_uri, as: 'truststorePasswordUri'
|
1644
|
-
property :truststore_uri, as: 'truststoreUri'
|
3456
|
+
property :identity_config, as: 'identityConfig', class: Google::Apis::DataprocV1::IdentityConfig, decorator: Google::Apis::DataprocV1::IdentityConfig::Representation
|
3457
|
+
|
3458
|
+
property :kerberos_config, as: 'kerberosConfig', class: Google::Apis::DataprocV1::KerberosConfig, decorator: Google::Apis::DataprocV1::KerberosConfig::Representation
|
3459
|
+
|
1645
3460
|
end
|
1646
3461
|
end
|
1647
3462
|
|
1648
|
-
class
|
3463
|
+
class Session
|
1649
3464
|
# @private
|
1650
3465
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1651
|
-
property :
|
3466
|
+
property :create_time, as: 'createTime'
|
3467
|
+
property :creator, as: 'creator'
|
3468
|
+
property :environment_config, as: 'environmentConfig', class: Google::Apis::DataprocV1::EnvironmentConfig, decorator: Google::Apis::DataprocV1::EnvironmentConfig::Representation
|
1652
3469
|
|
1653
|
-
property :
|
1654
|
-
|
3470
|
+
property :jupyter_session, as: 'jupyterSession', class: Google::Apis::DataprocV1::JupyterConfig, decorator: Google::Apis::DataprocV1::JupyterConfig::Representation
|
3471
|
+
|
3472
|
+
hash :labels, as: 'labels'
|
3473
|
+
property :name, as: 'name'
|
3474
|
+
property :runtime_config, as: 'runtimeConfig', class: Google::Apis::DataprocV1::RuntimeConfig, decorator: Google::Apis::DataprocV1::RuntimeConfig::Representation
|
3475
|
+
|
3476
|
+
property :runtime_info, as: 'runtimeInfo', class: Google::Apis::DataprocV1::RuntimeInfo, decorator: Google::Apis::DataprocV1::RuntimeInfo::Representation
|
3477
|
+
|
3478
|
+
property :session_template, as: 'sessionTemplate'
|
3479
|
+
property :spark_connect_session, as: 'sparkConnectSession', class: Google::Apis::DataprocV1::SparkConnectConfig, decorator: Google::Apis::DataprocV1::SparkConnectConfig::Representation
|
3480
|
+
|
3481
|
+
property :state, as: 'state'
|
3482
|
+
collection :state_history, as: 'stateHistory', class: Google::Apis::DataprocV1::SessionStateHistory, decorator: Google::Apis::DataprocV1::SessionStateHistory::Representation
|
1655
3483
|
|
3484
|
+
property :state_message, as: 'stateMessage'
|
3485
|
+
property :state_time, as: 'stateTime'
|
3486
|
+
property :user, as: 'user'
|
3487
|
+
property :uuid, as: 'uuid'
|
1656
3488
|
end
|
1657
3489
|
end
|
1658
3490
|
|
1659
|
-
class
|
3491
|
+
class SessionOperationMetadata
|
1660
3492
|
# @private
|
1661
3493
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1662
|
-
|
1663
|
-
|
3494
|
+
property :create_time, as: 'createTime'
|
3495
|
+
property :description, as: 'description'
|
3496
|
+
property :done_time, as: 'doneTime'
|
3497
|
+
hash :labels, as: 'labels'
|
3498
|
+
property :operation_type, as: 'operationType'
|
3499
|
+
property :session, as: 'session'
|
3500
|
+
property :session_uuid, as: 'sessionUuid'
|
3501
|
+
collection :warnings, as: 'warnings'
|
1664
3502
|
end
|
1665
3503
|
end
|
1666
3504
|
|
1667
|
-
class
|
3505
|
+
class SessionStateHistory
|
1668
3506
|
# @private
|
1669
3507
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1670
|
-
property :
|
1671
|
-
property :
|
1672
|
-
property :
|
1673
|
-
property :idle_start_time, as: 'idleStartTime'
|
3508
|
+
property :state, as: 'state'
|
3509
|
+
property :state_message, as: 'stateMessage'
|
3510
|
+
property :state_start_time, as: 'stateStartTime'
|
1674
3511
|
end
|
1675
3512
|
end
|
1676
3513
|
|
1677
|
-
class
|
3514
|
+
class SessionTemplate
|
1678
3515
|
# @private
|
1679
3516
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1680
|
-
property :
|
1681
|
-
|
3517
|
+
property :create_time, as: 'createTime'
|
3518
|
+
property :creator, as: 'creator'
|
3519
|
+
property :description, as: 'description'
|
3520
|
+
property :environment_config, as: 'environmentConfig', class: Google::Apis::DataprocV1::EnvironmentConfig, decorator: Google::Apis::DataprocV1::EnvironmentConfig::Representation
|
3521
|
+
|
3522
|
+
property :jupyter_session, as: 'jupyterSession', class: Google::Apis::DataprocV1::JupyterConfig, decorator: Google::Apis::DataprocV1::JupyterConfig::Representation
|
3523
|
+
|
3524
|
+
hash :labels, as: 'labels'
|
3525
|
+
property :name, as: 'name'
|
3526
|
+
property :runtime_config, as: 'runtimeConfig', class: Google::Apis::DataprocV1::RuntimeConfig, decorator: Google::Apis::DataprocV1::RuntimeConfig::Representation
|
3527
|
+
|
3528
|
+
property :spark_connect_session, as: 'sparkConnectSession', class: Google::Apis::DataprocV1::SparkConnectConfig, decorator: Google::Apis::DataprocV1::SparkConnectConfig::Representation
|
1682
3529
|
|
3530
|
+
property :update_time, as: 'updateTime'
|
3531
|
+
property :uuid, as: 'uuid'
|
1683
3532
|
end
|
1684
3533
|
end
|
1685
3534
|
|
1686
|
-
class
|
3535
|
+
class SetIamPolicyRequest
|
3536
|
+
# @private
|
3537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3538
|
+
property :policy, as: 'policy', class: Google::Apis::DataprocV1::Policy, decorator: Google::Apis::DataprocV1::Policy::Representation
|
3539
|
+
|
3540
|
+
end
|
3541
|
+
end
|
3542
|
+
|
3543
|
+
class ShieldedInstanceConfig
|
1687
3544
|
# @private
|
1688
3545
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1689
|
-
|
1690
|
-
|
1691
|
-
property :
|
1692
|
-
collection :unreachable, as: 'unreachable'
|
3546
|
+
property :enable_integrity_monitoring, as: 'enableIntegrityMonitoring'
|
3547
|
+
property :enable_secure_boot, as: 'enableSecureBoot'
|
3548
|
+
property :enable_vtpm, as: 'enableVtpm'
|
1693
3549
|
end
|
1694
3550
|
end
|
1695
3551
|
|
1696
|
-
class
|
3552
|
+
class ShufflePushReadMetrics
|
1697
3553
|
# @private
|
1698
3554
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1699
|
-
|
1700
|
-
|
1701
|
-
property :
|
3555
|
+
property :corrupt_merged_block_chunks, :numeric_string => true, as: 'corruptMergedBlockChunks'
|
3556
|
+
property :local_merged_blocks_fetched, :numeric_string => true, as: 'localMergedBlocksFetched'
|
3557
|
+
property :local_merged_bytes_read, :numeric_string => true, as: 'localMergedBytesRead'
|
3558
|
+
property :local_merged_chunks_fetched, :numeric_string => true, as: 'localMergedChunksFetched'
|
3559
|
+
property :merged_fetch_fallback_count, :numeric_string => true, as: 'mergedFetchFallbackCount'
|
3560
|
+
property :remote_merged_blocks_fetched, :numeric_string => true, as: 'remoteMergedBlocksFetched'
|
3561
|
+
property :remote_merged_bytes_read, :numeric_string => true, as: 'remoteMergedBytesRead'
|
3562
|
+
property :remote_merged_chunks_fetched, :numeric_string => true, as: 'remoteMergedChunksFetched'
|
3563
|
+
property :remote_merged_reqs_duration, :numeric_string => true, as: 'remoteMergedReqsDuration'
|
1702
3564
|
end
|
1703
3565
|
end
|
1704
3566
|
|
1705
|
-
class
|
3567
|
+
class ShufflePushReadQuantileMetrics
|
1706
3568
|
# @private
|
1707
3569
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1708
|
-
|
3570
|
+
property :corrupt_merged_block_chunks, as: 'corruptMergedBlockChunks', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3571
|
+
|
3572
|
+
property :local_merged_blocks_fetched, as: 'localMergedBlocksFetched', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3573
|
+
|
3574
|
+
property :local_merged_bytes_read, as: 'localMergedBytesRead', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3575
|
+
|
3576
|
+
property :local_merged_chunks_fetched, as: 'localMergedChunksFetched', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3577
|
+
|
3578
|
+
property :merged_fetch_fallback_count, as: 'mergedFetchFallbackCount', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3579
|
+
|
3580
|
+
property :remote_merged_blocks_fetched, as: 'remoteMergedBlocksFetched', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3581
|
+
|
3582
|
+
property :remote_merged_bytes_read, as: 'remoteMergedBytesRead', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3583
|
+
|
3584
|
+
property :remote_merged_chunks_fetched, as: 'remoteMergedChunksFetched', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3585
|
+
|
3586
|
+
property :remote_merged_reqs_duration, as: 'remoteMergedReqsDuration', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
1709
3587
|
|
1710
|
-
property :next_page_token, as: 'nextPageToken'
|
1711
|
-
collection :unreachable, as: 'unreachable'
|
1712
3588
|
end
|
1713
3589
|
end
|
1714
3590
|
|
1715
|
-
class
|
3591
|
+
class ShuffleReadMetrics
|
1716
3592
|
# @private
|
1717
3593
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1718
|
-
property :
|
1719
|
-
|
3594
|
+
property :fetch_wait_time_millis, :numeric_string => true, as: 'fetchWaitTimeMillis'
|
3595
|
+
property :local_blocks_fetched, :numeric_string => true, as: 'localBlocksFetched'
|
3596
|
+
property :local_bytes_read, :numeric_string => true, as: 'localBytesRead'
|
3597
|
+
property :records_read, :numeric_string => true, as: 'recordsRead'
|
3598
|
+
property :remote_blocks_fetched, :numeric_string => true, as: 'remoteBlocksFetched'
|
3599
|
+
property :remote_bytes_read, :numeric_string => true, as: 'remoteBytesRead'
|
3600
|
+
property :remote_bytes_read_to_disk, :numeric_string => true, as: 'remoteBytesReadToDisk'
|
3601
|
+
property :remote_reqs_duration, :numeric_string => true, as: 'remoteReqsDuration'
|
3602
|
+
property :shuffle_push_read_metrics, as: 'shufflePushReadMetrics', class: Google::Apis::DataprocV1::ShufflePushReadMetrics, decorator: Google::Apis::DataprocV1::ShufflePushReadMetrics::Representation
|
1720
3603
|
|
1721
3604
|
end
|
1722
3605
|
end
|
1723
3606
|
|
1724
|
-
class
|
3607
|
+
class ShuffleReadQuantileMetrics
|
1725
3608
|
# @private
|
1726
3609
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1727
|
-
property :
|
1728
|
-
|
3610
|
+
property :fetch_wait_time_millis, as: 'fetchWaitTimeMillis', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3611
|
+
|
3612
|
+
property :local_blocks_fetched, as: 'localBlocksFetched', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3613
|
+
|
3614
|
+
property :read_bytes, as: 'readBytes', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3615
|
+
|
3616
|
+
property :read_records, as: 'readRecords', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3617
|
+
|
3618
|
+
property :remote_blocks_fetched, as: 'remoteBlocksFetched', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3619
|
+
|
3620
|
+
property :remote_bytes_read, as: 'remoteBytesRead', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3621
|
+
|
3622
|
+
property :remote_bytes_read_to_disk, as: 'remoteBytesReadToDisk', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3623
|
+
|
3624
|
+
property :remote_reqs_duration, as: 'remoteReqsDuration', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3625
|
+
|
3626
|
+
property :shuffle_push_read_metrics, as: 'shufflePushReadMetrics', class: Google::Apis::DataprocV1::ShufflePushReadQuantileMetrics, decorator: Google::Apis::DataprocV1::ShufflePushReadQuantileMetrics::Representation
|
3627
|
+
|
3628
|
+
property :total_blocks_fetched, as: 'totalBlocksFetched', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
1729
3629
|
|
1730
3630
|
end
|
1731
3631
|
end
|
1732
3632
|
|
1733
|
-
class
|
3633
|
+
class ShuffleWriteMetrics
|
1734
3634
|
# @private
|
1735
3635
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1736
|
-
property :
|
1737
|
-
|
1738
|
-
|
3636
|
+
property :bytes_written, :numeric_string => true, as: 'bytesWritten'
|
3637
|
+
property :records_written, :numeric_string => true, as: 'recordsWritten'
|
3638
|
+
property :write_time_nanos, :numeric_string => true, as: 'writeTimeNanos'
|
1739
3639
|
end
|
1740
3640
|
end
|
1741
3641
|
|
1742
|
-
class
|
3642
|
+
class ShuffleWriteQuantileMetrics
|
1743
3643
|
# @private
|
1744
3644
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1745
|
-
property :
|
1746
|
-
|
3645
|
+
property :write_bytes, as: 'writeBytes', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3646
|
+
|
3647
|
+
property :write_records, as: 'writeRecords', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
3648
|
+
|
3649
|
+
property :write_time_nanos, as: 'writeTimeNanos', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
1747
3650
|
|
1748
|
-
collection :unreachable, as: 'unreachable'
|
1749
3651
|
end
|
1750
3652
|
end
|
1751
3653
|
|
1752
|
-
class
|
3654
|
+
class SinkProgress
|
1753
3655
|
# @private
|
1754
3656
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1755
|
-
|
3657
|
+
property :description, as: 'description'
|
3658
|
+
hash :metrics, as: 'metrics'
|
3659
|
+
property :num_output_rows, :numeric_string => true, as: 'numOutputRows'
|
1756
3660
|
end
|
1757
3661
|
end
|
1758
3662
|
|
1759
|
-
class
|
3663
|
+
class SoftwareConfig
|
1760
3664
|
# @private
|
1761
3665
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1762
|
-
property :
|
1763
|
-
|
1764
|
-
|
1765
|
-
hash :labels, as: 'labels'
|
3666
|
+
property :image_version, as: 'imageVersion'
|
3667
|
+
collection :optional_components, as: 'optionalComponents'
|
3668
|
+
hash :properties, as: 'properties'
|
1766
3669
|
end
|
1767
3670
|
end
|
1768
3671
|
|
1769
|
-
class
|
3672
|
+
class SourceProgress
|
1770
3673
|
# @private
|
1771
3674
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1772
|
-
property :
|
1773
|
-
property :
|
1774
|
-
property :
|
3675
|
+
property :description, as: 'description'
|
3676
|
+
property :end_offset, as: 'endOffset'
|
3677
|
+
property :input_rows_per_second, as: 'inputRowsPerSecond'
|
3678
|
+
property :latest_offset, as: 'latestOffset'
|
3679
|
+
hash :metrics, as: 'metrics'
|
3680
|
+
property :num_input_rows, :numeric_string => true, as: 'numInputRows'
|
3681
|
+
property :processed_rows_per_second, as: 'processedRowsPerSecond'
|
3682
|
+
property :start_offset, as: 'startOffset'
|
1775
3683
|
end
|
1776
3684
|
end
|
1777
3685
|
|
1778
|
-
class
|
3686
|
+
class SparkApplication
|
1779
3687
|
# @private
|
1780
3688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1781
|
-
property :
|
3689
|
+
property :application, as: 'application', class: Google::Apis::DataprocV1::ApplicationInfo, decorator: Google::Apis::DataprocV1::ApplicationInfo::Representation
|
3690
|
+
|
3691
|
+
property :name, as: 'name'
|
1782
3692
|
end
|
1783
3693
|
end
|
1784
3694
|
|
1785
|
-
class
|
3695
|
+
class SparkBatch
|
1786
3696
|
# @private
|
1787
3697
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1788
|
-
collection :
|
1789
|
-
|
3698
|
+
collection :archive_uris, as: 'archiveUris'
|
3699
|
+
collection :args, as: 'args'
|
3700
|
+
collection :file_uris, as: 'fileUris'
|
3701
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
3702
|
+
property :main_class, as: 'mainClass'
|
3703
|
+
property :main_jar_file_uri, as: 'mainJarFileUri'
|
1790
3704
|
end
|
1791
3705
|
end
|
1792
3706
|
|
1793
|
-
class
|
3707
|
+
class SparkConnectConfig
|
1794
3708
|
# @private
|
1795
3709
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1796
|
-
property :cluster_namespace, as: 'clusterNamespace'
|
1797
|
-
property :target_gke_cluster, as: 'targetGkeCluster'
|
1798
3710
|
end
|
1799
3711
|
end
|
1800
3712
|
|
1801
|
-
class
|
3713
|
+
class SparkHistoryServerConfig
|
1802
3714
|
# @private
|
1803
3715
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1804
|
-
|
1805
|
-
property :name, as: 'name'
|
1806
|
-
property :node_group_config, as: 'nodeGroupConfig', class: Google::Apis::DataprocV1::InstanceGroupConfig, decorator: Google::Apis::DataprocV1::InstanceGroupConfig::Representation
|
1807
|
-
|
1808
|
-
collection :roles, as: 'roles'
|
3716
|
+
property :dataproc_cluster, as: 'dataprocCluster'
|
1809
3717
|
end
|
1810
3718
|
end
|
1811
3719
|
|
1812
|
-
class
|
3720
|
+
class SparkJob
|
1813
3721
|
# @private
|
1814
3722
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1815
|
-
|
3723
|
+
collection :archive_uris, as: 'archiveUris'
|
3724
|
+
collection :args, as: 'args'
|
3725
|
+
collection :file_uris, as: 'fileUris'
|
3726
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
3727
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
3728
|
+
|
3729
|
+
property :main_class, as: 'mainClass'
|
3730
|
+
property :main_jar_file_uri, as: 'mainJarFileUri'
|
3731
|
+
hash :properties, as: 'properties'
|
1816
3732
|
end
|
1817
3733
|
end
|
1818
3734
|
|
1819
|
-
class
|
3735
|
+
class SparkPlanGraph
|
1820
3736
|
# @private
|
1821
3737
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1822
|
-
|
1823
|
-
property :description, as: 'description'
|
1824
|
-
hash :labels, as: 'labels'
|
1825
|
-
property :node_group_id, as: 'nodeGroupId'
|
1826
|
-
property :operation_type, as: 'operationType'
|
1827
|
-
property :status, as: 'status', class: Google::Apis::DataprocV1::ClusterOperationStatus, decorator: Google::Apis::DataprocV1::ClusterOperationStatus::Representation
|
3738
|
+
collection :edges, as: 'edges', class: Google::Apis::DataprocV1::SparkPlanGraphEdge, decorator: Google::Apis::DataprocV1::SparkPlanGraphEdge::Representation
|
1828
3739
|
|
1829
|
-
|
3740
|
+
property :execution_id, :numeric_string => true, as: 'executionId'
|
3741
|
+
collection :nodes, as: 'nodes', class: Google::Apis::DataprocV1::SparkPlanGraphNodeWrapper, decorator: Google::Apis::DataprocV1::SparkPlanGraphNodeWrapper::Representation
|
1830
3742
|
|
1831
|
-
collection :warnings, as: 'warnings'
|
1832
3743
|
end
|
1833
3744
|
end
|
1834
3745
|
|
1835
|
-
class
|
3746
|
+
class SparkPlanGraphCluster
|
1836
3747
|
# @private
|
1837
3748
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1838
|
-
property :
|
1839
|
-
|
3749
|
+
property :desc, as: 'desc'
|
3750
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DataprocV1::SqlPlanMetric, decorator: Google::Apis::DataprocV1::SqlPlanMetric::Representation
|
3751
|
+
|
3752
|
+
property :name, as: 'name'
|
3753
|
+
collection :nodes, as: 'nodes', class: Google::Apis::DataprocV1::SparkPlanGraphNodeWrapper, decorator: Google::Apis::DataprocV1::SparkPlanGraphNodeWrapper::Representation
|
3754
|
+
|
3755
|
+
property :spark_plan_graph_cluster_id, :numeric_string => true, as: 'sparkPlanGraphClusterId'
|
1840
3756
|
end
|
1841
3757
|
end
|
1842
3758
|
|
1843
|
-
class
|
3759
|
+
class SparkPlanGraphEdge
|
1844
3760
|
# @private
|
1845
3761
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1846
|
-
property :
|
1847
|
-
|
1848
|
-
property :repair_action, as: 'repairAction'
|
3762
|
+
property :from_id, :numeric_string => true, as: 'fromId'
|
3763
|
+
property :to_id, :numeric_string => true, as: 'toId'
|
1849
3764
|
end
|
1850
3765
|
end
|
1851
3766
|
|
1852
|
-
class
|
3767
|
+
class SparkPlanGraphNode
|
1853
3768
|
# @private
|
1854
3769
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1855
|
-
property :
|
1856
|
-
|
3770
|
+
property :desc, as: 'desc'
|
3771
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DataprocV1::SqlPlanMetric, decorator: Google::Apis::DataprocV1::SqlPlanMetric::Representation
|
1857
3772
|
|
1858
|
-
hash :metadata, as: 'metadata'
|
1859
3773
|
property :name, as: 'name'
|
1860
|
-
|
3774
|
+
property :spark_plan_graph_node_id, :numeric_string => true, as: 'sparkPlanGraphNodeId'
|
1861
3775
|
end
|
1862
3776
|
end
|
1863
3777
|
|
1864
|
-
class
|
3778
|
+
class SparkPlanGraphNodeWrapper
|
1865
3779
|
# @private
|
1866
3780
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1867
|
-
property :
|
3781
|
+
property :cluster, as: 'cluster', class: Google::Apis::DataprocV1::SparkPlanGraphCluster, decorator: Google::Apis::DataprocV1::SparkPlanGraphCluster::Representation
|
1868
3782
|
|
1869
|
-
property :
|
1870
|
-
|
1871
|
-
property :hive_job, as: 'hiveJob', class: Google::Apis::DataprocV1::HiveJob, decorator: Google::Apis::DataprocV1::HiveJob::Representation
|
1872
|
-
|
1873
|
-
hash :labels, as: 'labels'
|
1874
|
-
property :pig_job, as: 'pigJob', class: Google::Apis::DataprocV1::PigJob, decorator: Google::Apis::DataprocV1::PigJob::Representation
|
1875
|
-
|
1876
|
-
collection :prerequisite_step_ids, as: 'prerequisiteStepIds'
|
1877
|
-
property :presto_job, as: 'prestoJob', class: Google::Apis::DataprocV1::PrestoJob, decorator: Google::Apis::DataprocV1::PrestoJob::Representation
|
1878
|
-
|
1879
|
-
property :pyspark_job, as: 'pysparkJob', class: Google::Apis::DataprocV1::PySparkJob, decorator: Google::Apis::DataprocV1::PySparkJob::Representation
|
1880
|
-
|
1881
|
-
property :scheduling, as: 'scheduling', class: Google::Apis::DataprocV1::JobScheduling, decorator: Google::Apis::DataprocV1::JobScheduling::Representation
|
1882
|
-
|
1883
|
-
property :spark_job, as: 'sparkJob', class: Google::Apis::DataprocV1::SparkJob, decorator: Google::Apis::DataprocV1::SparkJob::Representation
|
1884
|
-
|
1885
|
-
property :spark_r_job, as: 'sparkRJob', class: Google::Apis::DataprocV1::SparkRJob, decorator: Google::Apis::DataprocV1::SparkRJob::Representation
|
1886
|
-
|
1887
|
-
property :spark_sql_job, as: 'sparkSqlJob', class: Google::Apis::DataprocV1::SparkSqlJob, decorator: Google::Apis::DataprocV1::SparkSqlJob::Representation
|
1888
|
-
|
1889
|
-
property :step_id, as: 'stepId'
|
1890
|
-
property :trino_job, as: 'trinoJob', class: Google::Apis::DataprocV1::TrinoJob, decorator: Google::Apis::DataprocV1::TrinoJob::Representation
|
3783
|
+
property :node, as: 'node', class: Google::Apis::DataprocV1::SparkPlanGraphNode, decorator: Google::Apis::DataprocV1::SparkPlanGraphNode::Representation
|
1891
3784
|
|
1892
3785
|
end
|
1893
3786
|
end
|
1894
3787
|
|
1895
|
-
class
|
3788
|
+
class SparkRBatch
|
1896
3789
|
# @private
|
1897
3790
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1898
|
-
|
3791
|
+
collection :archive_uris, as: 'archiveUris'
|
3792
|
+
collection :args, as: 'args'
|
3793
|
+
collection :file_uris, as: 'fileUris'
|
3794
|
+
property :main_r_file_uri, as: 'mainRFileUri'
|
3795
|
+
end
|
3796
|
+
end
|
1899
3797
|
|
1900
|
-
|
3798
|
+
class SparkRJob
|
3799
|
+
# @private
|
3800
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3801
|
+
collection :archive_uris, as: 'archiveUris'
|
3802
|
+
collection :args, as: 'args'
|
3803
|
+
collection :file_uris, as: 'fileUris'
|
3804
|
+
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
1901
3805
|
|
3806
|
+
property :main_r_file_uri, as: 'mainRFileUri'
|
3807
|
+
hash :properties, as: 'properties'
|
1902
3808
|
end
|
1903
3809
|
end
|
1904
3810
|
|
1905
|
-
class
|
3811
|
+
class SparkRuntimeInfo
|
1906
3812
|
# @private
|
1907
3813
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1908
|
-
property :
|
1909
|
-
property :
|
3814
|
+
property :java_home, as: 'javaHome'
|
3815
|
+
property :java_version, as: 'javaVersion'
|
3816
|
+
property :scala_version, as: 'scalaVersion'
|
3817
|
+
end
|
3818
|
+
end
|
1910
3819
|
|
3820
|
+
class SparkSqlBatch
|
3821
|
+
# @private
|
3822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3823
|
+
collection :jar_file_uris, as: 'jarFileUris'
|
3824
|
+
property :query_file_uri, as: 'queryFileUri'
|
3825
|
+
hash :query_variables, as: 'queryVariables'
|
1911
3826
|
end
|
1912
3827
|
end
|
1913
3828
|
|
1914
|
-
class
|
3829
|
+
class SparkSqlJob
|
1915
3830
|
# @private
|
1916
3831
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1917
|
-
property :continue_on_failure, as: 'continueOnFailure'
|
1918
3832
|
collection :jar_file_uris, as: 'jarFileUris'
|
1919
3833
|
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
1920
3834
|
|
@@ -1926,205 +3840,278 @@ module Google
|
|
1926
3840
|
end
|
1927
3841
|
end
|
1928
3842
|
|
1929
|
-
class
|
3843
|
+
class SparkStandaloneAutoscalingConfig
|
1930
3844
|
# @private
|
1931
3845
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1932
|
-
|
1933
|
-
|
1934
|
-
property :
|
1935
|
-
property :
|
3846
|
+
property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
|
3847
|
+
property :remove_only_idle_workers, as: 'removeOnlyIdleWorkers'
|
3848
|
+
property :scale_down_factor, as: 'scaleDownFactor'
|
3849
|
+
property :scale_down_min_worker_fraction, as: 'scaleDownMinWorkerFraction'
|
3850
|
+
property :scale_up_factor, as: 'scaleUpFactor'
|
3851
|
+
property :scale_up_min_worker_fraction, as: 'scaleUpMinWorkerFraction'
|
1936
3852
|
end
|
1937
3853
|
end
|
1938
3854
|
|
1939
|
-
class
|
3855
|
+
class SparkWrapperObject
|
1940
3856
|
# @private
|
1941
3857
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1942
|
-
|
1943
|
-
property :continue_on_failure, as: 'continueOnFailure'
|
1944
|
-
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
3858
|
+
property :app_summary, as: 'appSummary', class: Google::Apis::DataprocV1::AppSummary, decorator: Google::Apis::DataprocV1::AppSummary::Representation
|
1945
3859
|
|
1946
|
-
property :
|
1947
|
-
|
1948
|
-
property :
|
1949
|
-
property :
|
3860
|
+
property :application_environment_info, as: 'applicationEnvironmentInfo', class: Google::Apis::DataprocV1::ApplicationEnvironmentInfo, decorator: Google::Apis::DataprocV1::ApplicationEnvironmentInfo::Representation
|
3861
|
+
|
3862
|
+
property :application_id, as: 'applicationId'
|
3863
|
+
property :application_info, as: 'applicationInfo', class: Google::Apis::DataprocV1::ApplicationInfo, decorator: Google::Apis::DataprocV1::ApplicationInfo::Representation
|
3864
|
+
|
3865
|
+
property :event_timestamp, as: 'eventTimestamp'
|
3866
|
+
property :executor_stage_summary, as: 'executorStageSummary', class: Google::Apis::DataprocV1::ExecutorStageSummary, decorator: Google::Apis::DataprocV1::ExecutorStageSummary::Representation
|
3867
|
+
|
3868
|
+
property :executor_summary, as: 'executorSummary', class: Google::Apis::DataprocV1::ExecutorSummary, decorator: Google::Apis::DataprocV1::ExecutorSummary::Representation
|
3869
|
+
|
3870
|
+
property :job_data, as: 'jobData', class: Google::Apis::DataprocV1::JobData, decorator: Google::Apis::DataprocV1::JobData::Representation
|
3871
|
+
|
3872
|
+
property :pool_data, as: 'poolData', class: Google::Apis::DataprocV1::PoolData, decorator: Google::Apis::DataprocV1::PoolData::Representation
|
3873
|
+
|
3874
|
+
property :process_summary, as: 'processSummary', class: Google::Apis::DataprocV1::ProcessSummary, decorator: Google::Apis::DataprocV1::ProcessSummary::Representation
|
3875
|
+
|
3876
|
+
property :rdd_operation_graph, as: 'rddOperationGraph', class: Google::Apis::DataprocV1::RddOperationGraph, decorator: Google::Apis::DataprocV1::RddOperationGraph::Representation
|
3877
|
+
|
3878
|
+
property :rdd_storage_info, as: 'rddStorageInfo', class: Google::Apis::DataprocV1::RddStorageInfo, decorator: Google::Apis::DataprocV1::RddStorageInfo::Representation
|
3879
|
+
|
3880
|
+
property :resource_profile_info, as: 'resourceProfileInfo', class: Google::Apis::DataprocV1::ResourceProfileInfo, decorator: Google::Apis::DataprocV1::ResourceProfileInfo::Representation
|
3881
|
+
|
3882
|
+
property :spark_plan_graph, as: 'sparkPlanGraph', class: Google::Apis::DataprocV1::SparkPlanGraph, decorator: Google::Apis::DataprocV1::SparkPlanGraph::Representation
|
3883
|
+
|
3884
|
+
property :speculation_stage_summary, as: 'speculationStageSummary', class: Google::Apis::DataprocV1::SpeculationStageSummary, decorator: Google::Apis::DataprocV1::SpeculationStageSummary::Representation
|
3885
|
+
|
3886
|
+
property :sql_execution_ui_data, as: 'sqlExecutionUiData', class: Google::Apis::DataprocV1::SqlExecutionUiData, decorator: Google::Apis::DataprocV1::SqlExecutionUiData::Representation
|
3887
|
+
|
3888
|
+
property :stage_data, as: 'stageData', class: Google::Apis::DataprocV1::StageData, decorator: Google::Apis::DataprocV1::StageData::Representation
|
3889
|
+
|
3890
|
+
property :stream_block_data, as: 'streamBlockData', class: Google::Apis::DataprocV1::StreamBlockData, decorator: Google::Apis::DataprocV1::StreamBlockData::Representation
|
3891
|
+
|
3892
|
+
property :streaming_query_data, as: 'streamingQueryData', class: Google::Apis::DataprocV1::StreamingQueryData, decorator: Google::Apis::DataprocV1::StreamingQueryData::Representation
|
3893
|
+
|
3894
|
+
property :streaming_query_progress, as: 'streamingQueryProgress', class: Google::Apis::DataprocV1::StreamingQueryProgress, decorator: Google::Apis::DataprocV1::StreamingQueryProgress::Representation
|
3895
|
+
|
3896
|
+
property :task_data, as: 'taskData', class: Google::Apis::DataprocV1::TaskData, decorator: Google::Apis::DataprocV1::TaskData::Representation
|
1950
3897
|
|
1951
3898
|
end
|
1952
3899
|
end
|
1953
3900
|
|
1954
|
-
class
|
3901
|
+
class SpeculationStageSummary
|
1955
3902
|
# @private
|
1956
3903
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1957
|
-
property :
|
3904
|
+
property :num_active_tasks, as: 'numActiveTasks'
|
3905
|
+
property :num_completed_tasks, as: 'numCompletedTasks'
|
3906
|
+
property :num_failed_tasks, as: 'numFailedTasks'
|
3907
|
+
property :num_killed_tasks, as: 'numKilledTasks'
|
3908
|
+
property :num_tasks, as: 'numTasks'
|
3909
|
+
property :stage_attempt_id, as: 'stageAttemptId'
|
3910
|
+
property :stage_id, :numeric_string => true, as: 'stageId'
|
1958
3911
|
end
|
1959
3912
|
end
|
1960
3913
|
|
1961
|
-
class
|
3914
|
+
class SqlExecutionUiData
|
1962
3915
|
# @private
|
1963
3916
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1964
|
-
|
1965
|
-
|
1966
|
-
|
1967
|
-
|
1968
|
-
property :
|
1969
|
-
|
3917
|
+
property :completion_time, as: 'completionTime'
|
3918
|
+
property :description, as: 'description'
|
3919
|
+
property :details, as: 'details'
|
3920
|
+
property :error_message, as: 'errorMessage'
|
3921
|
+
property :execution_id, :numeric_string => true, as: 'executionId'
|
3922
|
+
hash :jobs, as: 'jobs'
|
3923
|
+
hash :metric_values, as: 'metricValues'
|
3924
|
+
property :metric_values_is_null, as: 'metricValuesIsNull'
|
3925
|
+
collection :metrics, as: 'metrics', class: Google::Apis::DataprocV1::SqlPlanMetric, decorator: Google::Apis::DataprocV1::SqlPlanMetric::Representation
|
3926
|
+
|
3927
|
+
hash :modified_configs, as: 'modifiedConfigs'
|
3928
|
+
property :physical_plan_description, as: 'physicalPlanDescription'
|
3929
|
+
property :root_execution_id, :numeric_string => true, as: 'rootExecutionId'
|
3930
|
+
collection :stages, as: 'stages'
|
3931
|
+
property :submission_time, as: 'submissionTime'
|
1970
3932
|
end
|
1971
3933
|
end
|
1972
3934
|
|
1973
|
-
class
|
3935
|
+
class SqlPlanMetric
|
1974
3936
|
# @private
|
1975
3937
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1976
|
-
|
1977
|
-
|
1978
|
-
|
1979
|
-
collection :jar_file_uris, as: 'jarFileUris'
|
1980
|
-
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
1981
|
-
|
1982
|
-
property :main_python_file_uri, as: 'mainPythonFileUri'
|
1983
|
-
hash :properties, as: 'properties'
|
1984
|
-
collection :python_file_uris, as: 'pythonFileUris'
|
3938
|
+
property :accumulator_id, :numeric_string => true, as: 'accumulatorId'
|
3939
|
+
property :metric_type, as: 'metricType'
|
3940
|
+
property :name, as: 'name'
|
1985
3941
|
end
|
1986
3942
|
end
|
1987
3943
|
|
1988
|
-
class
|
3944
|
+
class StageAttemptTasksSummary
|
1989
3945
|
# @private
|
1990
3946
|
class Representation < Google::Apis::Core::JsonRepresentation
|
1991
|
-
|
3947
|
+
property :application_id, as: 'applicationId'
|
3948
|
+
property :num_failed_tasks, as: 'numFailedTasks'
|
3949
|
+
property :num_killed_tasks, as: 'numKilledTasks'
|
3950
|
+
property :num_pending_tasks, as: 'numPendingTasks'
|
3951
|
+
property :num_running_tasks, as: 'numRunningTasks'
|
3952
|
+
property :num_success_tasks, as: 'numSuccessTasks'
|
3953
|
+
property :num_tasks, as: 'numTasks'
|
3954
|
+
property :stage_attempt_id, as: 'stageAttemptId'
|
3955
|
+
property :stage_id, :numeric_string => true, as: 'stageId'
|
1992
3956
|
end
|
1993
3957
|
end
|
1994
3958
|
|
1995
|
-
class
|
1996
|
-
# @private
|
1997
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
1998
|
-
collection :
|
1999
|
-
|
2000
|
-
|
3959
|
+
class StageData
|
3960
|
+
# @private
|
3961
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
3962
|
+
collection :accumulator_updates, as: 'accumulatorUpdates', class: Google::Apis::DataprocV1::AccumulableInfo, decorator: Google::Apis::DataprocV1::AccumulableInfo::Representation
|
3963
|
+
|
3964
|
+
property :completion_time, as: 'completionTime'
|
3965
|
+
property :description, as: 'description'
|
3966
|
+
property :details, as: 'details'
|
3967
|
+
property :executor_metrics_distributions, as: 'executorMetricsDistributions', class: Google::Apis::DataprocV1::ExecutorMetricsDistributions, decorator: Google::Apis::DataprocV1::ExecutorMetricsDistributions::Representation
|
3968
|
+
|
3969
|
+
hash :executor_summary, as: 'executorSummary', class: Google::Apis::DataprocV1::ExecutorStageSummary, decorator: Google::Apis::DataprocV1::ExecutorStageSummary::Representation
|
3970
|
+
|
3971
|
+
property :failure_reason, as: 'failureReason'
|
3972
|
+
property :first_task_launched_time, as: 'firstTaskLaunchedTime'
|
3973
|
+
property :is_shuffle_push_enabled, as: 'isShufflePushEnabled'
|
3974
|
+
collection :job_ids, as: 'jobIds'
|
3975
|
+
hash :killed_tasks_summary, as: 'killedTasksSummary'
|
3976
|
+
hash :locality, as: 'locality'
|
3977
|
+
property :name, as: 'name'
|
3978
|
+
property :num_active_tasks, as: 'numActiveTasks'
|
3979
|
+
property :num_complete_tasks, as: 'numCompleteTasks'
|
3980
|
+
property :num_completed_indices, as: 'numCompletedIndices'
|
3981
|
+
property :num_failed_tasks, as: 'numFailedTasks'
|
3982
|
+
property :num_killed_tasks, as: 'numKilledTasks'
|
3983
|
+
property :num_tasks, as: 'numTasks'
|
3984
|
+
collection :parent_stage_ids, as: 'parentStageIds'
|
3985
|
+
property :peak_executor_metrics, as: 'peakExecutorMetrics', class: Google::Apis::DataprocV1::ExecutorMetrics, decorator: Google::Apis::DataprocV1::ExecutorMetrics::Representation
|
3986
|
+
|
3987
|
+
collection :rdd_ids, as: 'rddIds'
|
3988
|
+
property :resource_profile_id, as: 'resourceProfileId'
|
3989
|
+
property :scheduling_pool, as: 'schedulingPool'
|
3990
|
+
property :shuffle_mergers_count, as: 'shuffleMergersCount'
|
3991
|
+
property :speculation_summary, as: 'speculationSummary', class: Google::Apis::DataprocV1::SpeculationStageSummary, decorator: Google::Apis::DataprocV1::SpeculationStageSummary::Representation
|
3992
|
+
|
3993
|
+
property :stage_attempt_id, as: 'stageAttemptId'
|
3994
|
+
property :stage_id, :numeric_string => true, as: 'stageId'
|
3995
|
+
property :stage_metrics, as: 'stageMetrics', class: Google::Apis::DataprocV1::StageMetrics, decorator: Google::Apis::DataprocV1::StageMetrics::Representation
|
3996
|
+
|
3997
|
+
property :status, as: 'status'
|
3998
|
+
property :submission_time, as: 'submissionTime'
|
3999
|
+
property :task_quantile_metrics, as: 'taskQuantileMetrics', class: Google::Apis::DataprocV1::TaskQuantileMetrics, decorator: Google::Apis::DataprocV1::TaskQuantileMetrics::Representation
|
2001
4000
|
|
2002
|
-
|
2003
|
-
# @private
|
2004
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
2005
|
-
property :cluster_uuid, as: 'clusterUuid'
|
2006
|
-
property :graceful_decommission_timeout, as: 'gracefulDecommissionTimeout'
|
2007
|
-
collection :node_pools, as: 'nodePools', class: Google::Apis::DataprocV1::NodePool, decorator: Google::Apis::DataprocV1::NodePool::Representation
|
4001
|
+
hash :tasks, as: 'tasks', class: Google::Apis::DataprocV1::TaskData, decorator: Google::Apis::DataprocV1::TaskData::Representation
|
2008
4002
|
|
2009
|
-
property :parent_operation_id, as: 'parentOperationId'
|
2010
|
-
property :request_id, as: 'requestId'
|
2011
4003
|
end
|
2012
4004
|
end
|
2013
4005
|
|
2014
|
-
class
|
4006
|
+
class StageInputMetrics
|
2015
4007
|
# @private
|
2016
4008
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2017
|
-
|
2018
|
-
property :
|
2019
|
-
property :request_id, as: 'requestId'
|
4009
|
+
property :bytes_read, :numeric_string => true, as: 'bytesRead'
|
4010
|
+
property :records_read, :numeric_string => true, as: 'recordsRead'
|
2020
4011
|
end
|
2021
4012
|
end
|
2022
4013
|
|
2023
|
-
class
|
4014
|
+
class StageMetrics
|
2024
4015
|
# @private
|
2025
4016
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2026
|
-
property :
|
4017
|
+
property :disk_bytes_spilled, :numeric_string => true, as: 'diskBytesSpilled'
|
4018
|
+
property :executor_cpu_time_nanos, :numeric_string => true, as: 'executorCpuTimeNanos'
|
4019
|
+
property :executor_deserialize_cpu_time_nanos, :numeric_string => true, as: 'executorDeserializeCpuTimeNanos'
|
4020
|
+
property :executor_deserialize_time_millis, :numeric_string => true, as: 'executorDeserializeTimeMillis'
|
4021
|
+
property :executor_run_time_millis, :numeric_string => true, as: 'executorRunTimeMillis'
|
4022
|
+
property :jvm_gc_time_millis, :numeric_string => true, as: 'jvmGcTimeMillis'
|
4023
|
+
property :memory_bytes_spilled, :numeric_string => true, as: 'memoryBytesSpilled'
|
4024
|
+
property :peak_execution_memory_bytes, :numeric_string => true, as: 'peakExecutionMemoryBytes'
|
4025
|
+
property :result_serialization_time_millis, :numeric_string => true, as: 'resultSerializationTimeMillis'
|
4026
|
+
property :result_size, :numeric_string => true, as: 'resultSize'
|
4027
|
+
property :stage_input_metrics, as: 'stageInputMetrics', class: Google::Apis::DataprocV1::StageInputMetrics, decorator: Google::Apis::DataprocV1::StageInputMetrics::Representation
|
4028
|
+
|
4029
|
+
property :stage_output_metrics, as: 'stageOutputMetrics', class: Google::Apis::DataprocV1::StageOutputMetrics, decorator: Google::Apis::DataprocV1::StageOutputMetrics::Representation
|
4030
|
+
|
4031
|
+
property :stage_shuffle_read_metrics, as: 'stageShuffleReadMetrics', class: Google::Apis::DataprocV1::StageShuffleReadMetrics, decorator: Google::Apis::DataprocV1::StageShuffleReadMetrics::Representation
|
4032
|
+
|
4033
|
+
property :stage_shuffle_write_metrics, as: 'stageShuffleWriteMetrics', class: Google::Apis::DataprocV1::StageShuffleWriteMetrics, decorator: Google::Apis::DataprocV1::StageShuffleWriteMetrics::Representation
|
2027
4034
|
|
2028
4035
|
end
|
2029
4036
|
end
|
2030
4037
|
|
2031
|
-
class
|
4038
|
+
class StageOutputMetrics
|
2032
4039
|
# @private
|
2033
4040
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2034
|
-
property :
|
2035
|
-
property :
|
2036
|
-
collection :values, as: 'values'
|
4041
|
+
property :bytes_written, :numeric_string => true, as: 'bytesWritten'
|
4042
|
+
property :records_written, :numeric_string => true, as: 'recordsWritten'
|
2037
4043
|
end
|
2038
4044
|
end
|
2039
4045
|
|
2040
|
-
class
|
4046
|
+
class StageShufflePushReadMetrics
|
2041
4047
|
# @private
|
2042
4048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2043
|
-
property :
|
2044
|
-
property :
|
2045
|
-
property :
|
2046
|
-
property :
|
4049
|
+
property :corrupt_merged_block_chunks, :numeric_string => true, as: 'corruptMergedBlockChunks'
|
4050
|
+
property :local_merged_blocks_fetched, :numeric_string => true, as: 'localMergedBlocksFetched'
|
4051
|
+
property :local_merged_bytes_read, :numeric_string => true, as: 'localMergedBytesRead'
|
4052
|
+
property :local_merged_chunks_fetched, :numeric_string => true, as: 'localMergedChunksFetched'
|
4053
|
+
property :merged_fetch_fallback_count, :numeric_string => true, as: 'mergedFetchFallbackCount'
|
4054
|
+
property :remote_merged_blocks_fetched, :numeric_string => true, as: 'remoteMergedBlocksFetched'
|
4055
|
+
property :remote_merged_bytes_read, :numeric_string => true, as: 'remoteMergedBytesRead'
|
4056
|
+
property :remote_merged_chunks_fetched, :numeric_string => true, as: 'remoteMergedChunksFetched'
|
4057
|
+
property :remote_merged_reqs_duration, :numeric_string => true, as: 'remoteMergedReqsDuration'
|
2047
4058
|
end
|
2048
4059
|
end
|
2049
4060
|
|
2050
|
-
class
|
4061
|
+
class StageShuffleReadMetrics
|
2051
4062
|
# @private
|
2052
4063
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2053
|
-
property :
|
2054
|
-
|
2055
|
-
property :
|
2056
|
-
property :
|
2057
|
-
|
2058
|
-
property :
|
4064
|
+
property :bytes_read, :numeric_string => true, as: 'bytesRead'
|
4065
|
+
property :fetch_wait_time_millis, :numeric_string => true, as: 'fetchWaitTimeMillis'
|
4066
|
+
property :local_blocks_fetched, :numeric_string => true, as: 'localBlocksFetched'
|
4067
|
+
property :local_bytes_read, :numeric_string => true, as: 'localBytesRead'
|
4068
|
+
property :records_read, :numeric_string => true, as: 'recordsRead'
|
4069
|
+
property :remote_blocks_fetched, :numeric_string => true, as: 'remoteBlocksFetched'
|
4070
|
+
property :remote_bytes_read, :numeric_string => true, as: 'remoteBytesRead'
|
4071
|
+
property :remote_bytes_read_to_disk, :numeric_string => true, as: 'remoteBytesReadToDisk'
|
4072
|
+
property :remote_reqs_duration, :numeric_string => true, as: 'remoteReqsDuration'
|
4073
|
+
property :stage_shuffle_push_read_metrics, as: 'stageShufflePushReadMetrics', class: Google::Apis::DataprocV1::StageShufflePushReadMetrics, decorator: Google::Apis::DataprocV1::StageShufflePushReadMetrics::Representation
|
2059
4074
|
|
2060
|
-
property :version, as: 'version'
|
2061
4075
|
end
|
2062
4076
|
end
|
2063
4077
|
|
2064
|
-
class
|
4078
|
+
class StageShuffleWriteMetrics
|
2065
4079
|
# @private
|
2066
4080
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2067
|
-
property :
|
2068
|
-
|
2069
|
-
property :
|
2070
|
-
|
2071
|
-
property :diagnostic_output_uri, as: 'diagnosticOutputUri'
|
2072
|
-
hash :endpoints, as: 'endpoints'
|
2073
|
-
property :output_uri, as: 'outputUri'
|
4081
|
+
property :bytes_written, :numeric_string => true, as: 'bytesWritten'
|
4082
|
+
property :records_written, :numeric_string => true, as: 'recordsWritten'
|
4083
|
+
property :write_time_nanos, :numeric_string => true, as: 'writeTimeNanos'
|
2074
4084
|
end
|
2075
4085
|
end
|
2076
4086
|
|
2077
|
-
class
|
4087
|
+
class StagesSummary
|
2078
4088
|
# @private
|
2079
4089
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2080
|
-
property :
|
2081
|
-
|
2082
|
-
property :
|
2083
|
-
|
4090
|
+
property :application_id, as: 'applicationId'
|
4091
|
+
property :num_active_stages, as: 'numActiveStages'
|
4092
|
+
property :num_completed_stages, as: 'numCompletedStages'
|
4093
|
+
property :num_failed_stages, as: 'numFailedStages'
|
4094
|
+
property :num_pending_stages, as: 'numPendingStages'
|
4095
|
+
property :num_skipped_stages, as: 'numSkippedStages'
|
2084
4096
|
end
|
2085
4097
|
end
|
2086
4098
|
|
2087
|
-
class
|
4099
|
+
class StartClusterRequest
|
2088
4100
|
# @private
|
2089
4101
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2090
|
-
property :
|
2091
|
-
property :
|
2092
|
-
property :environment_config, as: 'environmentConfig', class: Google::Apis::DataprocV1::EnvironmentConfig, decorator: Google::Apis::DataprocV1::EnvironmentConfig::Representation
|
2093
|
-
|
2094
|
-
property :jupyter_session, as: 'jupyterSession', class: Google::Apis::DataprocV1::JupyterConfig, decorator: Google::Apis::DataprocV1::JupyterConfig::Representation
|
2095
|
-
|
2096
|
-
hash :labels, as: 'labels'
|
2097
|
-
property :name, as: 'name'
|
2098
|
-
property :runtime_config, as: 'runtimeConfig', class: Google::Apis::DataprocV1::RuntimeConfig, decorator: Google::Apis::DataprocV1::RuntimeConfig::Representation
|
2099
|
-
|
2100
|
-
property :runtime_info, as: 'runtimeInfo', class: Google::Apis::DataprocV1::RuntimeInfo, decorator: Google::Apis::DataprocV1::RuntimeInfo::Representation
|
2101
|
-
|
2102
|
-
property :session_template, as: 'sessionTemplate'
|
2103
|
-
property :state, as: 'state'
|
2104
|
-
collection :state_history, as: 'stateHistory', class: Google::Apis::DataprocV1::SessionStateHistory, decorator: Google::Apis::DataprocV1::SessionStateHistory::Representation
|
2105
|
-
|
2106
|
-
property :state_message, as: 'stateMessage'
|
2107
|
-
property :state_time, as: 'stateTime'
|
2108
|
-
property :user, as: 'user'
|
2109
|
-
property :uuid, as: 'uuid'
|
4102
|
+
property :cluster_uuid, as: 'clusterUuid'
|
4103
|
+
property :request_id, as: 'requestId'
|
2110
4104
|
end
|
2111
4105
|
end
|
2112
4106
|
|
2113
|
-
class
|
4107
|
+
class StartupConfig
|
2114
4108
|
# @private
|
2115
4109
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2116
|
-
property :
|
2117
|
-
property :description, as: 'description'
|
2118
|
-
property :done_time, as: 'doneTime'
|
2119
|
-
hash :labels, as: 'labels'
|
2120
|
-
property :operation_type, as: 'operationType'
|
2121
|
-
property :session, as: 'session'
|
2122
|
-
property :session_uuid, as: 'sessionUuid'
|
2123
|
-
collection :warnings, as: 'warnings'
|
4110
|
+
property :required_registration_fraction, as: 'requiredRegistrationFraction'
|
2124
4111
|
end
|
2125
4112
|
end
|
2126
4113
|
|
2127
|
-
class
|
4114
|
+
class StateHistory
|
2128
4115
|
# @private
|
2129
4116
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2130
4117
|
property :state, as: 'state'
|
@@ -2133,190 +4120,271 @@ module Google
|
|
2133
4120
|
end
|
2134
4121
|
end
|
2135
4122
|
|
2136
|
-
class
|
4123
|
+
class StateOperatorProgress
|
2137
4124
|
# @private
|
2138
4125
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2139
|
-
property :
|
2140
|
-
property :
|
2141
|
-
property :
|
2142
|
-
|
2143
|
-
|
2144
|
-
property :
|
2145
|
-
|
2146
|
-
|
2147
|
-
property :
|
2148
|
-
property :
|
2149
|
-
|
2150
|
-
property :
|
2151
|
-
property :uuid, as: 'uuid'
|
4126
|
+
property :all_removals_time_ms, :numeric_string => true, as: 'allRemovalsTimeMs'
|
4127
|
+
property :all_updates_time_ms, :numeric_string => true, as: 'allUpdatesTimeMs'
|
4128
|
+
property :commit_time_ms, :numeric_string => true, as: 'commitTimeMs'
|
4129
|
+
hash :custom_metrics, as: 'customMetrics'
|
4130
|
+
property :memory_used_bytes, :numeric_string => true, as: 'memoryUsedBytes'
|
4131
|
+
property :num_rows_dropped_by_watermark, :numeric_string => true, as: 'numRowsDroppedByWatermark'
|
4132
|
+
property :num_rows_removed, :numeric_string => true, as: 'numRowsRemoved'
|
4133
|
+
property :num_rows_total, :numeric_string => true, as: 'numRowsTotal'
|
4134
|
+
property :num_rows_updated, :numeric_string => true, as: 'numRowsUpdated'
|
4135
|
+
property :num_shuffle_partitions, :numeric_string => true, as: 'numShufflePartitions'
|
4136
|
+
property :num_state_store_instances, :numeric_string => true, as: 'numStateStoreInstances'
|
4137
|
+
property :operator_name, as: 'operatorName'
|
2152
4138
|
end
|
2153
4139
|
end
|
2154
4140
|
|
2155
|
-
class
|
4141
|
+
class Status
|
2156
4142
|
# @private
|
2157
4143
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2158
|
-
property :
|
4144
|
+
property :code, as: 'code'
|
4145
|
+
collection :details, as: 'details'
|
4146
|
+
property :message, as: 'message'
|
4147
|
+
end
|
4148
|
+
end
|
2159
4149
|
|
4150
|
+
class StopClusterRequest
|
4151
|
+
# @private
|
4152
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4153
|
+
property :cluster_uuid, as: 'clusterUuid'
|
4154
|
+
property :request_id, as: 'requestId'
|
2160
4155
|
end
|
2161
4156
|
end
|
2162
4157
|
|
2163
|
-
class
|
4158
|
+
class StreamBlockData
|
2164
4159
|
# @private
|
2165
4160
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2166
|
-
property :
|
2167
|
-
property :
|
2168
|
-
property :
|
4161
|
+
property :deserialized, as: 'deserialized'
|
4162
|
+
property :disk_size, :numeric_string => true, as: 'diskSize'
|
4163
|
+
property :executor_id, as: 'executorId'
|
4164
|
+
property :host_port, as: 'hostPort'
|
4165
|
+
property :mem_size, :numeric_string => true, as: 'memSize'
|
4166
|
+
property :name, as: 'name'
|
4167
|
+
property :storage_level, as: 'storageLevel'
|
4168
|
+
property :use_disk, as: 'useDisk'
|
4169
|
+
property :use_memory, as: 'useMemory'
|
2169
4170
|
end
|
2170
4171
|
end
|
2171
4172
|
|
2172
|
-
class
|
4173
|
+
class StreamingQueryData
|
2173
4174
|
# @private
|
2174
4175
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2175
|
-
property :
|
2176
|
-
|
2177
|
-
|
4176
|
+
property :end_timestamp, :numeric_string => true, as: 'endTimestamp'
|
4177
|
+
property :exception, as: 'exception'
|
4178
|
+
property :is_active, as: 'isActive'
|
4179
|
+
property :name, as: 'name'
|
4180
|
+
property :run_id, as: 'runId'
|
4181
|
+
property :start_timestamp, :numeric_string => true, as: 'startTimestamp'
|
4182
|
+
property :streaming_query_id, as: 'streamingQueryId'
|
2178
4183
|
end
|
2179
4184
|
end
|
2180
4185
|
|
2181
|
-
class
|
4186
|
+
class StreamingQueryProgress
|
2182
4187
|
# @private
|
2183
4188
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2184
|
-
|
2185
|
-
|
2186
|
-
|
2187
|
-
|
2188
|
-
property :
|
2189
|
-
|
4189
|
+
property :batch_duration, :numeric_string => true, as: 'batchDuration'
|
4190
|
+
property :batch_id, :numeric_string => true, as: 'batchId'
|
4191
|
+
hash :duration_millis, as: 'durationMillis'
|
4192
|
+
hash :event_time, as: 'eventTime'
|
4193
|
+
property :name, as: 'name'
|
4194
|
+
hash :observed_metrics, as: 'observedMetrics'
|
4195
|
+
property :run_id, as: 'runId'
|
4196
|
+
property :sink, as: 'sink', class: Google::Apis::DataprocV1::SinkProgress, decorator: Google::Apis::DataprocV1::SinkProgress::Representation
|
4197
|
+
|
4198
|
+
collection :sources, as: 'sources', class: Google::Apis::DataprocV1::SourceProgress, decorator: Google::Apis::DataprocV1::SourceProgress::Representation
|
4199
|
+
|
4200
|
+
collection :state_operators, as: 'stateOperators', class: Google::Apis::DataprocV1::StateOperatorProgress, decorator: Google::Apis::DataprocV1::StateOperatorProgress::Representation
|
4201
|
+
|
4202
|
+
property :streaming_query_progress_id, as: 'streamingQueryProgressId'
|
4203
|
+
property :timestamp, as: 'timestamp'
|
2190
4204
|
end
|
2191
4205
|
end
|
2192
4206
|
|
2193
|
-
class
|
4207
|
+
class SubmitJobRequest
|
2194
4208
|
# @private
|
2195
4209
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2196
|
-
property :
|
4210
|
+
property :job, as: 'job', class: Google::Apis::DataprocV1::Job, decorator: Google::Apis::DataprocV1::Job::Representation
|
4211
|
+
|
4212
|
+
property :request_id, as: 'requestId'
|
2197
4213
|
end
|
2198
4214
|
end
|
2199
4215
|
|
2200
|
-
class
|
4216
|
+
class SummarizeSessionSparkApplicationExecutorsResponse
|
2201
4217
|
# @private
|
2202
4218
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2203
|
-
|
2204
|
-
|
2205
|
-
|
2206
|
-
|
2207
|
-
|
4219
|
+
property :active_executor_summary, as: 'activeExecutorSummary', class: Google::Apis::DataprocV1::ConsolidatedExecutorSummary, decorator: Google::Apis::DataprocV1::ConsolidatedExecutorSummary::Representation
|
4220
|
+
|
4221
|
+
property :application_id, as: 'applicationId'
|
4222
|
+
property :dead_executor_summary, as: 'deadExecutorSummary', class: Google::Apis::DataprocV1::ConsolidatedExecutorSummary, decorator: Google::Apis::DataprocV1::ConsolidatedExecutorSummary::Representation
|
4223
|
+
|
4224
|
+
property :total_executor_summary, as: 'totalExecutorSummary', class: Google::Apis::DataprocV1::ConsolidatedExecutorSummary, decorator: Google::Apis::DataprocV1::ConsolidatedExecutorSummary::Representation
|
2208
4225
|
|
2209
|
-
property :main_class, as: 'mainClass'
|
2210
|
-
property :main_jar_file_uri, as: 'mainJarFileUri'
|
2211
|
-
hash :properties, as: 'properties'
|
2212
4226
|
end
|
2213
4227
|
end
|
2214
4228
|
|
2215
|
-
class
|
4229
|
+
class SummarizeSessionSparkApplicationJobsResponse
|
2216
4230
|
# @private
|
2217
4231
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2218
|
-
|
2219
|
-
|
2220
|
-
collection :file_uris, as: 'fileUris'
|
2221
|
-
property :main_r_file_uri, as: 'mainRFileUri'
|
4232
|
+
property :jobs_summary, as: 'jobsSummary', class: Google::Apis::DataprocV1::JobsSummary, decorator: Google::Apis::DataprocV1::JobsSummary::Representation
|
4233
|
+
|
2222
4234
|
end
|
2223
4235
|
end
|
2224
4236
|
|
2225
|
-
class
|
4237
|
+
class SummarizeSessionSparkApplicationStageAttemptTasksResponse
|
2226
4238
|
# @private
|
2227
4239
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2228
|
-
|
2229
|
-
collection :args, as: 'args'
|
2230
|
-
collection :file_uris, as: 'fileUris'
|
2231
|
-
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
4240
|
+
property :stage_attempt_tasks_summary, as: 'stageAttemptTasksSummary', class: Google::Apis::DataprocV1::StageAttemptTasksSummary, decorator: Google::Apis::DataprocV1::StageAttemptTasksSummary::Representation
|
2232
4241
|
|
2233
|
-
property :main_r_file_uri, as: 'mainRFileUri'
|
2234
|
-
hash :properties, as: 'properties'
|
2235
4242
|
end
|
2236
4243
|
end
|
2237
4244
|
|
2238
|
-
class
|
4245
|
+
class SummarizeSessionSparkApplicationStagesResponse
|
2239
4246
|
# @private
|
2240
4247
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2241
|
-
|
2242
|
-
|
2243
|
-
hash :query_variables, as: 'queryVariables'
|
4248
|
+
property :stages_summary, as: 'stagesSummary', class: Google::Apis::DataprocV1::StagesSummary, decorator: Google::Apis::DataprocV1::StagesSummary::Representation
|
4249
|
+
|
2244
4250
|
end
|
2245
4251
|
end
|
2246
4252
|
|
2247
|
-
class
|
4253
|
+
class SummarizeSparkApplicationExecutorsResponse
|
2248
4254
|
# @private
|
2249
4255
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2250
|
-
|
2251
|
-
property :logging_config, as: 'loggingConfig', class: Google::Apis::DataprocV1::LoggingConfig, decorator: Google::Apis::DataprocV1::LoggingConfig::Representation
|
4256
|
+
property :active_executor_summary, as: 'activeExecutorSummary', class: Google::Apis::DataprocV1::ConsolidatedExecutorSummary, decorator: Google::Apis::DataprocV1::ConsolidatedExecutorSummary::Representation
|
2252
4257
|
|
2253
|
-
|
2254
|
-
property :
|
2255
|
-
|
4258
|
+
property :application_id, as: 'applicationId'
|
4259
|
+
property :dead_executor_summary, as: 'deadExecutorSummary', class: Google::Apis::DataprocV1::ConsolidatedExecutorSummary, decorator: Google::Apis::DataprocV1::ConsolidatedExecutorSummary::Representation
|
4260
|
+
|
4261
|
+
property :total_executor_summary, as: 'totalExecutorSummary', class: Google::Apis::DataprocV1::ConsolidatedExecutorSummary, decorator: Google::Apis::DataprocV1::ConsolidatedExecutorSummary::Representation
|
2256
4262
|
|
2257
|
-
hash :script_variables, as: 'scriptVariables'
|
2258
4263
|
end
|
2259
4264
|
end
|
2260
4265
|
|
2261
|
-
class
|
4266
|
+
class SummarizeSparkApplicationJobsResponse
|
2262
4267
|
# @private
|
2263
4268
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2264
|
-
property :
|
2265
|
-
|
2266
|
-
property :scale_down_factor, as: 'scaleDownFactor'
|
2267
|
-
property :scale_down_min_worker_fraction, as: 'scaleDownMinWorkerFraction'
|
2268
|
-
property :scale_up_factor, as: 'scaleUpFactor'
|
2269
|
-
property :scale_up_min_worker_fraction, as: 'scaleUpMinWorkerFraction'
|
4269
|
+
property :jobs_summary, as: 'jobsSummary', class: Google::Apis::DataprocV1::JobsSummary, decorator: Google::Apis::DataprocV1::JobsSummary::Representation
|
4270
|
+
|
2270
4271
|
end
|
2271
4272
|
end
|
2272
4273
|
|
2273
|
-
class
|
4274
|
+
class SummarizeSparkApplicationStageAttemptTasksResponse
|
2274
4275
|
# @private
|
2275
4276
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2276
|
-
property :
|
2277
|
-
|
4277
|
+
property :stage_attempt_tasks_summary, as: 'stageAttemptTasksSummary', class: Google::Apis::DataprocV1::StageAttemptTasksSummary, decorator: Google::Apis::DataprocV1::StageAttemptTasksSummary::Representation
|
4278
|
+
|
2278
4279
|
end
|
2279
4280
|
end
|
2280
4281
|
|
2281
|
-
class
|
4282
|
+
class SummarizeSparkApplicationStagesResponse
|
2282
4283
|
# @private
|
2283
4284
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2284
|
-
property :
|
4285
|
+
property :stages_summary, as: 'stagesSummary', class: Google::Apis::DataprocV1::StagesSummary, decorator: Google::Apis::DataprocV1::StagesSummary::Representation
|
4286
|
+
|
2285
4287
|
end
|
2286
4288
|
end
|
2287
4289
|
|
2288
|
-
class
|
4290
|
+
class TaskData
|
2289
4291
|
# @private
|
2290
4292
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2291
|
-
|
2292
|
-
|
2293
|
-
property :
|
4293
|
+
collection :accumulator_updates, as: 'accumulatorUpdates', class: Google::Apis::DataprocV1::AccumulableInfo, decorator: Google::Apis::DataprocV1::AccumulableInfo::Representation
|
4294
|
+
|
4295
|
+
property :attempt, as: 'attempt'
|
4296
|
+
property :duration_millis, :numeric_string => true, as: 'durationMillis'
|
4297
|
+
property :error_message, as: 'errorMessage'
|
4298
|
+
property :executor_id, as: 'executorId'
|
4299
|
+
hash :executor_logs, as: 'executorLogs'
|
4300
|
+
property :getting_result_time_millis, :numeric_string => true, as: 'gettingResultTimeMillis'
|
4301
|
+
property :has_metrics, as: 'hasMetrics'
|
4302
|
+
property :host, as: 'host'
|
4303
|
+
property :index, as: 'index'
|
4304
|
+
property :launch_time, as: 'launchTime'
|
4305
|
+
property :partition_id, as: 'partitionId'
|
4306
|
+
property :result_fetch_start, as: 'resultFetchStart'
|
4307
|
+
property :scheduler_delay_millis, :numeric_string => true, as: 'schedulerDelayMillis'
|
4308
|
+
property :speculative, as: 'speculative'
|
4309
|
+
property :stage_attempt_id, as: 'stageAttemptId'
|
4310
|
+
property :stage_id, :numeric_string => true, as: 'stageId'
|
4311
|
+
property :status, as: 'status'
|
4312
|
+
property :task_id, :numeric_string => true, as: 'taskId'
|
4313
|
+
property :task_locality, as: 'taskLocality'
|
4314
|
+
property :task_metrics, as: 'taskMetrics', class: Google::Apis::DataprocV1::TaskMetrics, decorator: Google::Apis::DataprocV1::TaskMetrics::Representation
|
4315
|
+
|
2294
4316
|
end
|
2295
4317
|
end
|
2296
4318
|
|
2297
|
-
class
|
4319
|
+
class TaskMetrics
|
2298
4320
|
# @private
|
2299
4321
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2300
|
-
property :
|
2301
|
-
|
2302
|
-
property :
|
4322
|
+
property :disk_bytes_spilled, :numeric_string => true, as: 'diskBytesSpilled'
|
4323
|
+
property :executor_cpu_time_nanos, :numeric_string => true, as: 'executorCpuTimeNanos'
|
4324
|
+
property :executor_deserialize_cpu_time_nanos, :numeric_string => true, as: 'executorDeserializeCpuTimeNanos'
|
4325
|
+
property :executor_deserialize_time_millis, :numeric_string => true, as: 'executorDeserializeTimeMillis'
|
4326
|
+
property :executor_run_time_millis, :numeric_string => true, as: 'executorRunTimeMillis'
|
4327
|
+
property :input_metrics, as: 'inputMetrics', class: Google::Apis::DataprocV1::InputMetrics, decorator: Google::Apis::DataprocV1::InputMetrics::Representation
|
4328
|
+
|
4329
|
+
property :jvm_gc_time_millis, :numeric_string => true, as: 'jvmGcTimeMillis'
|
4330
|
+
property :memory_bytes_spilled, :numeric_string => true, as: 'memoryBytesSpilled'
|
4331
|
+
property :output_metrics, as: 'outputMetrics', class: Google::Apis::DataprocV1::OutputMetrics, decorator: Google::Apis::DataprocV1::OutputMetrics::Representation
|
4332
|
+
|
4333
|
+
property :peak_execution_memory_bytes, :numeric_string => true, as: 'peakExecutionMemoryBytes'
|
4334
|
+
property :result_serialization_time_millis, :numeric_string => true, as: 'resultSerializationTimeMillis'
|
4335
|
+
property :result_size, :numeric_string => true, as: 'resultSize'
|
4336
|
+
property :shuffle_read_metrics, as: 'shuffleReadMetrics', class: Google::Apis::DataprocV1::ShuffleReadMetrics, decorator: Google::Apis::DataprocV1::ShuffleReadMetrics::Representation
|
4337
|
+
|
4338
|
+
property :shuffle_write_metrics, as: 'shuffleWriteMetrics', class: Google::Apis::DataprocV1::ShuffleWriteMetrics, decorator: Google::Apis::DataprocV1::ShuffleWriteMetrics::Representation
|
4339
|
+
|
2303
4340
|
end
|
2304
4341
|
end
|
2305
4342
|
|
2306
|
-
class
|
4343
|
+
class TaskQuantileMetrics
|
2307
4344
|
# @private
|
2308
4345
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2309
|
-
property :
|
2310
|
-
|
4346
|
+
property :disk_bytes_spilled, as: 'diskBytesSpilled', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4347
|
+
|
4348
|
+
property :duration_millis, as: 'durationMillis', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4349
|
+
|
4350
|
+
property :executor_cpu_time_nanos, as: 'executorCpuTimeNanos', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4351
|
+
|
4352
|
+
property :executor_deserialize_cpu_time_nanos, as: 'executorDeserializeCpuTimeNanos', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4353
|
+
|
4354
|
+
property :executor_deserialize_time_millis, as: 'executorDeserializeTimeMillis', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4355
|
+
|
4356
|
+
property :executor_run_time_millis, as: 'executorRunTimeMillis', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4357
|
+
|
4358
|
+
property :getting_result_time_millis, as: 'gettingResultTimeMillis', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4359
|
+
|
4360
|
+
property :input_metrics, as: 'inputMetrics', class: Google::Apis::DataprocV1::InputQuantileMetrics, decorator: Google::Apis::DataprocV1::InputQuantileMetrics::Representation
|
4361
|
+
|
4362
|
+
property :jvm_gc_time_millis, as: 'jvmGcTimeMillis', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4363
|
+
|
4364
|
+
property :memory_bytes_spilled, as: 'memoryBytesSpilled', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4365
|
+
|
4366
|
+
property :output_metrics, as: 'outputMetrics', class: Google::Apis::DataprocV1::OutputQuantileMetrics, decorator: Google::Apis::DataprocV1::OutputQuantileMetrics::Representation
|
4367
|
+
|
4368
|
+
property :peak_execution_memory_bytes, as: 'peakExecutionMemoryBytes', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4369
|
+
|
4370
|
+
property :result_serialization_time_millis, as: 'resultSerializationTimeMillis', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4371
|
+
|
4372
|
+
property :result_size, as: 'resultSize', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4373
|
+
|
4374
|
+
property :scheduler_delay_millis, as: 'schedulerDelayMillis', class: Google::Apis::DataprocV1::Quantiles, decorator: Google::Apis::DataprocV1::Quantiles::Representation
|
4375
|
+
|
4376
|
+
property :shuffle_read_metrics, as: 'shuffleReadMetrics', class: Google::Apis::DataprocV1::ShuffleReadQuantileMetrics, decorator: Google::Apis::DataprocV1::ShuffleReadQuantileMetrics::Representation
|
4377
|
+
|
4378
|
+
property :shuffle_write_metrics, as: 'shuffleWriteMetrics', class: Google::Apis::DataprocV1::ShuffleWriteQuantileMetrics, decorator: Google::Apis::DataprocV1::ShuffleWriteQuantileMetrics::Representation
|
4379
|
+
|
2311
4380
|
end
|
2312
4381
|
end
|
2313
4382
|
|
2314
|
-
class
|
4383
|
+
class TaskResourceRequest
|
2315
4384
|
# @private
|
2316
4385
|
class Representation < Google::Apis::Core::JsonRepresentation
|
2317
|
-
property :
|
2318
|
-
|
2319
|
-
property :request_id, as: 'requestId'
|
4386
|
+
property :amount, as: 'amount'
|
4387
|
+
property :resource_name, as: 'resourceName'
|
2320
4388
|
end
|
2321
4389
|
end
|
2322
4390
|
|
@@ -2481,6 +4549,36 @@ module Google
|
|
2481
4549
|
end
|
2482
4550
|
end
|
2483
4551
|
|
4552
|
+
class WriteSessionSparkApplicationContextRequest
|
4553
|
+
# @private
|
4554
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4555
|
+
property :parent, as: 'parent'
|
4556
|
+
collection :spark_wrapper_objects, as: 'sparkWrapperObjects', class: Google::Apis::DataprocV1::SparkWrapperObject, decorator: Google::Apis::DataprocV1::SparkWrapperObject::Representation
|
4557
|
+
|
4558
|
+
end
|
4559
|
+
end
|
4560
|
+
|
4561
|
+
class WriteSessionSparkApplicationContextResponse
|
4562
|
+
# @private
|
4563
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4564
|
+
end
|
4565
|
+
end
|
4566
|
+
|
4567
|
+
class WriteSparkApplicationContextRequest
|
4568
|
+
# @private
|
4569
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4570
|
+
property :parent, as: 'parent'
|
4571
|
+
collection :spark_wrapper_objects, as: 'sparkWrapperObjects', class: Google::Apis::DataprocV1::SparkWrapperObject, decorator: Google::Apis::DataprocV1::SparkWrapperObject::Representation
|
4572
|
+
|
4573
|
+
end
|
4574
|
+
end
|
4575
|
+
|
4576
|
+
class WriteSparkApplicationContextResponse
|
4577
|
+
# @private
|
4578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
4579
|
+
end
|
4580
|
+
end
|
4581
|
+
|
2484
4582
|
class YarnApplication
|
2485
4583
|
# @private
|
2486
4584
|
class Representation < Google::Apis::Core::JsonRepresentation
|