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 boolean
equals(Object o)
String
getDefaultValue()
String
getDescription()
String
getName()
String[]
getValidValues()
int
hashCode()
-
-
-
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.
null
indicates no restriction.
-
-