Skip to content

Commit 74a229e

Browse files
chore: make generate_index_ts() deterministic (#497)
Fixes googleapis/synthtool#1103 Source-Link: googleapis/synthtool@c3e41da Post-Processor: gcr.io/repo-automation-bots/owlbot-nodejs:latest@sha256:e37a815333a6f3e14d8532efe90cba8aa0d34210f8c0fdbdd9e6a34dcbe51e96
1 parent f60ce53 commit 74a229e

File tree

1 file changed

+3
-3
lines changed
  • packages/google-cloud-dataproc/src

1 file changed

+3
-3
lines changed

packages/google-cloud-dataproc/src/index.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
// ** https://github.com/googleapis/synthtool **
1717
// ** All changes to this file may be overwritten. **
1818

19-
import * as v1beta2 from './v1beta2';
2019
import * as v1 from './v1';
20+
import * as v1beta2 from './v1beta2';
2121

2222
const AutoscalingPolicyServiceClient = v1.AutoscalingPolicyServiceClient;
2323
type AutoscalingPolicyServiceClient = v1.AutoscalingPolicyServiceClient;
@@ -29,16 +29,16 @@ const WorkflowTemplateServiceClient = v1.WorkflowTemplateServiceClient;
2929
type WorkflowTemplateServiceClient = v1.WorkflowTemplateServiceClient;
3030

3131
export {
32-
v1beta2,
3332
v1,
33+
v1beta2,
3434
AutoscalingPolicyServiceClient,
3535
ClusterControllerClient,
3636
JobControllerClient,
3737
WorkflowTemplateServiceClient,
3838
};
3939
export default {
40-
v1beta2,
4140
v1,
41+
v1beta2,
4242
AutoscalingPolicyServiceClient,
4343
ClusterControllerClient,
4444
JobControllerClient,

0 commit comments

Comments
 (0)