Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 00dacf6

Browse files
chore: generate libraries at Wed Oct 22 21:05:13 UTC 2025
1 parent a7c8b65 commit 00dacf6

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

google-cloud-spanner/src/main/java/com/google/cloud/spanner/connection/ConnectionProperties.java

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -261,13 +261,11 @@ public class ConnectionProperties {
261261
CREDENTIALS_PROPERTY_NAME,
262262
"The location of the credentials file to use for this connection. If neither this"
263263
+ " property or encoded credentials are set, the connection will use the default"
264-
+ " Google Cloud credentials for the runtime environment."
265-
+ " WARNING: Using this property without proper validation can"
266-
+ " expose the application to security risks."
267-
+ " It is intended for use with credentials from a trusted source only,"
268-
+ " as it could otherwise allow end-users to supply arbitrary credentials."
269-
+ " For more information, see"
270-
+ "https://cloud.google.com/docs/authentication/client-libraries#external-credentials",
264+
+ " Google Cloud credentials for the runtime environment. WARNING: Using this"
265+
+ " property without proper validation can expose the application to security risks."
266+
+ " It is intended for use with credentials from a trusted source only, as it could"
267+
+ " otherwise allow end-users to supply arbitrary credentials. For more information,"
268+
+ " seehttps://cloud.google.com/docs/authentication/client-libraries#external-credentials",
271269
DEFAULT_CREDENTIALS,
272270
StringValueConverter.INSTANCE,
273271
Context.STARTUP);

0 commit comments

Comments
 (0)