Commit 55930b4
authored
feat(spanner): auth login support for Spanner Omni endpoints (#13470)
**1 parent 6cf0567 commit 55930b4Copy full SHA for 55930b4
16 files changed
+14,031-4Lines changed: 14031 additions & 4 deletions
File tree
Expand file treeCollapse file tree
Open diff view settings
Filter options
- java-spanner/google-cloud-spanner
- src
- main/java/com/google/cloud/spanner
- connection
- omni
- testing
- test/java/com/google/cloud/spanner
- connection
- omni
Expand file treeCollapse file tree
Open diff view settings
Collapse file
java-spanner/google-cloud-spanner/pom.xml
Copy file name to clipboardExpand all lines: java-spanner/google-cloud-spanner/pom.xml+9Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
532 | 532 | |
533 | 533 | |
534 | 534 | |
| 535 | + |
| 536 | + |
| 537 | + |
| 538 | + |
| 539 | + |
| 540 | + |
| 541 | + |
| 542 | + |
| 543 | + |
535 | 544 | |
536 | 545 | |
537 | 546 | |
|
Collapse file
java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java
Copy file name to clipboardExpand all lines: java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/SpannerOptions.java+42-2Lines changed: 42 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
53 | 53 | |
54 | 54 | |
55 | 55 | |
| 56 | + |
56 | 57 | |
57 | 58 | |
58 | 59 | |
| ||
66 | 67 | |
67 | 68 | |
68 | 69 | |
| 70 | + |
69 | 71 | |
70 | 72 | |
71 | 73 | |
| ||
1239 | 1241 | |
1240 | 1242 | |
1241 | 1243 | |
1242 | | - |
1243 | | - |
| 1244 | + |
| 1245 | + |
| 1246 | + |
| 1247 | + |
| 1248 | + |
| 1249 | + |
| 1250 | + |
| 1251 | + |
| 1252 | + |
| 1253 | + |
| 1254 | + |
| 1255 | + |
| 1256 | + |
| 1257 | + |
| 1258 | + |
| 1259 | + |
1244 | 1260 | |
1245 | 1261 | |
1246 | 1262 | |
| ||
1296 | 1312 | |
1297 | 1313 | |
1298 | 1314 | |
| 1315 | + |
| 1316 | + |
1299 | 1317 | |
1300 | 1318 | |
1301 | 1319 | |
| ||
1910 | 1928 | |
1911 | 1929 | |
1912 | 1930 | |
| 1931 | + |
| 1932 | + |
| 1933 | + |
| 1934 | + |
| 1935 | + |
| 1936 | + |
| 1937 | + |
| 1938 | + |
| 1939 | + |
| 1940 | + |
| 1941 | + |
| 1942 | + |
| 1943 | + |
| 1944 | + |
| 1945 | + |
| 1946 | + |
| 1947 | + |
| 1948 | + |
| 1949 | + |
| 1950 | + |
| 1951 | + |
| 1952 | + |
1913 | 1953 | |
1914 | 1954 | |
1915 | 1955 | |
|
Collapse file
java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java
Copy file name to clipboardExpand all lines: java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionOptions.java+29-2Lines changed: 29 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
89 | 89 | |
90 | 90 | |
91 | 91 | |
| 92 | + |
92 | 93 | |
93 | 94 | |
94 | 95 | |
95 | 96 | |
96 | 97 | |
97 | 98 | |
| 99 | + |
98 | 100 | |
99 | 101 | |
100 | 102 | |
| ||
154 | 156 | |
155 | 157 | |
156 | 158 | |
| 159 | + |
| 160 | + |
157 | 161 | |
158 | 162 | |
159 | 163 | |
| ||
224 | 228 | |
225 | 229 | |
226 | 230 | |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
227 | 237 | |
228 | 238 | |
229 | 239 | |
| ||
775 | 785 | |
776 | 786 | |
777 | 787 | |
| 788 | + |
| 789 | + |
778 | 790 | |
779 | 791 | |
780 | 792 | |
| ||
783 | 795 | |
784 | 796 | |
785 | 797 | |
| 798 | + |
786 | 799 | |
787 | 800 | |
788 | 801 | |
789 | 802 | |
790 | 803 | |
791 | 804 | |
792 | | - |
793 | | - |
| 805 | + |
| 806 | + |
| 807 | + |
| 808 | + |
| 809 | + |
| 810 | + |
| 811 | + |
| 812 | + |
| 813 | + |
| 814 | + |
| 815 | + |
| 816 | + |
| 817 | + |
| 818 | + |
| 819 | + |
| 820 | + |
794 | 821 | |
795 | 822 | |
796 | 823 | |
|
Collapse file
java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java
Copy file name to clipboardExpand all lines: java-spanner/google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java+14Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
279 | 279 | |
280 | 280 | |
281 | 281 | |
| 282 | + |
| 283 | + |
| 284 | + |
| 285 | + |
| 286 | + |
| 287 | + |
| 288 | + |
| 289 | + |
| 290 | + |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
| 295 | + |
282 | 296 | |
283 | 297 | |
284 | 298 | |
|
0 commit comments