Skip to content

Commit 68d7143

Browse files
urandom2pongad
authored andcommitted
---
yaml --- r: 9775 b: refs/heads/spanner-gapic-migration c: 170f1e5 h: refs/heads/master i: 9773: 89bc4f8 9771: 9783b34 9767: c97365f 9759: 8ce6fa4
1 parent 4a021fb commit 68d7143

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • branches/spanner-gapic-migration/google-cloud-clients/google-cloud-core/src/main/java/com/google/cloud

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ refs/tags/v0.34.0: bf31760a31a66acb239322a70dcd03dbe1d0c7ca
8080
refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181
refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282
refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
83-
refs/heads/spanner-gapic-migration: a83f9ed8cdf938fadfdb070ba981bb458859ba85
83+
refs/heads/spanner-gapic-migration: 170f1e52162053f5a567bae89be9db0e59974be8
8484
refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8585
refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8686
refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec

branches/spanner-gapic-migration/google-cloud-clients/google-cloud-core/src/main/java/com/google/cloud/MetadataConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public static String getClusterName() {
5757
return getAttribute("instance/attributes/cluster-name");
5858
}
5959

60-
private static String getAttribute(String attributeName) {
60+
public static String getAttribute(String attributeName) {
6161
try {
6262
URL url = new URL(METADATA_URL + attributeName);
6363
HttpURLConnection connection = (HttpURLConnection) url.openConnection();

0 commit comments

Comments
 (0)