Commit 1d2fb6b
samples: fix: small updates to dataproc sample, test and pom (#1738)
* refactored and added tags to infinite speech streaming sample (#1605)
* Changed 'main' region tag
* Removed extra lines around tags and changed client import to v1
* Create dataproc directory and add CreateCluster sample
* reverting changes to speech infinite streaming sample
* Added java versions to pom
* Several changes to file formatting as per request in the PR
* Added comments to exceptions in CreateCluster, expanded exceptions and femoved endpoint configuring in CreateClusterTest.java
* Fixed version for parent config
* Added clarity to futures requests by expanding variables
* Fixed linting errors
* Fixed import ordering
* Moved exceptions to function level in dataproc create cluster sample + test
* Re-added endpoint to test, changed region tags to include 'dataproc', slight mod to pom
* fix to pom1 parent 0baedc3 commit 1d2fb6b
File tree
2 files changed
+11
-6
lines changed- dataproc/snippets/src
- main/java
- test/java
2 files changed
+11
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
60 | 59 | | |
61 | 60 | | |
62 | 61 | | |
63 | | - | |
| 62 | + | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
68 | | - | |
| 67 | + | |
69 | 68 | | |
70 | 69 | | |
71 | 70 | | |
| |||
81 | 80 | | |
82 | 81 | | |
83 | 82 | | |
84 | | - | |
| 83 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
78 | 84 | | |
79 | | - | |
| 85 | + | |
80 | 86 | | |
81 | 87 | | |
82 | 88 | | |
| |||
0 commit comments