Package | Description |
---|---|
com.google.cloud.spanner |
A client for Cloud Spanner - A no-compromise relational database service.
|
Modifier and Type | Method and Description |
---|---|
static InstanceInfo.InstanceField |
InstanceInfo.InstanceField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InstanceInfo.InstanceField[] |
InstanceInfo.InstanceField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
OperationFuture<Instance,com.google.spanner.admin.instance.v1.UpdateInstanceMetadata> |
Instance.update(InstanceInfo.InstanceField... fieldsToUpdate) |
OperationFuture<Instance,com.google.spanner.admin.instance.v1.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.