File tree 1 file changed +3
-3
lines changed
packages/google-cloud-dataproc/src
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 16
16
// ** https://github.com/googleapis/synthtool **
17
17
// ** All changes to this file may be overwritten. **
18
18
19
- import * as v1beta2 from './v1beta2' ;
20
19
import * as v1 from './v1' ;
20
+ import * as v1beta2 from './v1beta2' ;
21
21
22
22
const AutoscalingPolicyServiceClient = v1 . AutoscalingPolicyServiceClient ;
23
23
type AutoscalingPolicyServiceClient = v1 . AutoscalingPolicyServiceClient ;
@@ -29,16 +29,16 @@ const WorkflowTemplateServiceClient = v1.WorkflowTemplateServiceClient;
29
29
type WorkflowTemplateServiceClient = v1 . WorkflowTemplateServiceClient ;
30
30
31
31
export {
32
- v1beta2 ,
33
32
v1 ,
33
+ v1beta2 ,
34
34
AutoscalingPolicyServiceClient ,
35
35
ClusterControllerClient ,
36
36
JobControllerClient ,
37
37
WorkflowTemplateServiceClient ,
38
38
} ;
39
39
export default {
40
- v1beta2,
41
40
v1,
41
+ v1beta2,
42
42
AutoscalingPolicyServiceClient,
43
43
ClusterControllerClient,
44
44
JobControllerClient,
You can’t perform that action at this time.
0 commit comments