Class InstanceConfigId


  • public final class InstanceConfigId
    extends Object
    Returns id of a Cloud Spanner instance config.
    • Method Detail

      • getProject

        public String getProject()
        Returns project of this instane config.
      • getInstanceConfig

        public String getInstanceConfig()
        Returns id of this instance config.
      • getName

        public String getName()
        Returns the name of the instance config.
      • hashCode

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

        public static InstanceConfigId of​(String project,
                                          String instanceConfig)
        Creates an InstanceConfigId given project and instance config IDs.