Uses of Class
com.google.cloud.spanner.InstanceInfo
-
Packages that use InstanceInfo Package Description com.google.cloud.spanner A client for Cloud Spanner - A no-compromise relational database service. -
-
Uses of InstanceInfo in com.google.cloud.spanner
Subclasses of InstanceInfo in com.google.cloud.spanner Modifier and Type Class Description classInstanceRepresents a Cloud Spanner Instance.Methods in com.google.cloud.spanner that return InstanceInfo Modifier and Type Method Description abstract InstanceInfoInstanceInfo.Builder. build()Methods in com.google.cloud.spanner with parameters of type InstanceInfo Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Instance,CreateInstanceMetadata>InstanceAdminClient. createInstance(InstanceInfo instance)Creates an instance and begins preparing it to begin serving.com.google.api.gax.longrunning.OperationFuture<Instance,UpdateInstanceMetadata>InstanceAdminClient. updateInstance(InstanceInfo instance, InstanceInfo.InstanceField... fieldsToUpdate)Updates an instance, and begins allocating or releasing resources as requested.
-