Uses of Class
com.google.cloud.spanner.Instance
Packages that use Instance
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of Instance in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return InstanceModifier and TypeMethodDescriptionInstance.Builder.build()InstanceAdminClient.getInstance(String instanceId) Gets an instance.Instance.reload()Methods in com.google.cloud.spanner that return types with arguments of type InstanceModifier and TypeMethodDescriptioncom.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.paging.Page<Instance>InstanceAdminClient.listInstances(Options.ListOption... options) Lists the instances.com.google.api.gax.longrunning.OperationFuture<Instance,UpdateInstanceMetadata> Instance.update(InstanceInfo.InstanceField... fieldsToUpdate) 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.