Class ConnectionOptions.ConnectionProperty
- java.lang.Object
-
- com.google.cloud.spanner.connection.ConnectionOptions.ConnectionProperty
-
- Enclosing class:
- ConnectionOptions
public static class ConnectionOptions.ConnectionProperty extends Object
Supported connection properties that can be included in the connection URI.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDefaultValue()StringgetDescription()StringgetName()String[]getValidValues()inthashCode()
-
-
-
Method Detail
-
getName
public String getName()
- Returns:
- the name of this connection property.
-
getDescription
public String getDescription()
- Returns:
- the description of this connection property.
-
getDefaultValue
public String getDefaultValue()
- Returns:
- the default value of this connection property.
-
getValidValues
public String[] getValidValues()
- Returns:
- the valid values for this connection property.
nullindicates no restriction.
-
-