File tree Expand file tree Collapse file tree
branches/spanner-gapic-migration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ refs/tags/v0.34.0: bf31760a31a66acb239322a70dcd03dbe1d0c7ca
8080refs/tags/v0.35.0: c28951c5f4cc97a1be07900d19df6984115a4bd6
8181refs/tags/v0.36.0: 6b75c61f73e6827b3ca379bd54f88f750290162f
8282refs/tags/v0.37.0: db2e142f92601709fdd48db159776f905742e30f
83- refs/heads/spanner-gapic-migration: f90bbc706b5a73fbc1fff7708b269b8d53e00a4e
83+ refs/heads/spanner-gapic-migration: cd9d226828e716dd1c71ff317a52b78fe342fef5
8484refs/tags/v0.38.0: c235ee4df5e1248e1769dae3f86a0d7ab7fd8301
8585refs/tags/v0.39.0: ab231c9d22475242a43d6d9554aa4a3f736dab01
8686refs/tags/v0.40.0: a1d5b05206cce7734365f1b910396a2c9d6605ec
Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ Storage storage = StorageOptions.getDefaultInstance().getService();
165165 case, the access token will not be automatically refreshed):
166166 ` ` ` java
167167 Storage storage = StorageOptions.newBuilder ()
168- .setCredentials(new GoogleCredentials(new AccessToken(accessToken, expirationTime)))
168+ .setCredentials(GoogleCredentials.create (new AccessToken(accessToken, expirationTime)))
169169 .build ()
170170 .getService ();
171171 ` ` `
You can’t perform that action at this time.
0 commit comments