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 Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • 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.