Package com.google.cloud.spanner
Class InstanceConfigId
java.lang.Object
com.google.cloud.spanner.InstanceConfigId
Returns id of a Cloud Spanner instance config.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns id of this instance config.getName()Returns the name of the instance config.Returns project of this instane config.inthashCode()static InstanceConfigIdCreates anInstanceConfigIdgiven project and instance config IDs.toString()
-
Method Details
-
getProject
Returns project of this instane config. -
getInstanceConfig
Returns id of this instance config. -
getName
Returns the name of the instance config. -
hashCode
public int hashCode() -
equals
-
toString
-
of
Creates anInstanceConfigIdgiven project and instance config IDs.
-