Class ConnectionProperties (6.85.0)

public class ConnectionProperties

Utility class that defines all known connection properties. This class will eventually replace the list of com.google.cloud.spanner.connection.ConnectionOptions.ConnectionProperty in ConnectionOptions.

Inheritance

java.lang.Object > ConnectionProperties

Static Fields

VALID_CONNECTION_PROPERTIES

public static ImmutableList<ConnectionProperty<?>> VALID_CONNECTION_PROPERTIES

The list of all supported connection properties.

Field Value
Type Description
com.google.common.collect.ImmutableList<ConnectionProperty<?>>