| Package | Description | 
|---|---|
| com.google.cloud.spanner | 
 A client for Cloud Spanner - A no-compromise relational database service. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Instance
Represents a Cloud Spanner Instance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract InstanceInfo | 
InstanceInfo.Builder.build()  | 
| Modifier and Type | Method and 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. 
 | 
Copyright © 2019 Google LLC. All rights reserved.