Uses of Enum
com.google.cloud.spanner.InstanceInfo.InstanceField
Packages that use InstanceInfo.InstanceField
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of InstanceInfo.InstanceField in com.google.cloud.spanner
Methods in com.google.cloud.spanner that return InstanceInfo.InstanceFieldModifier and TypeMethodDescriptionstatic InstanceInfo.InstanceFieldReturns 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.Methods in com.google.cloud.spanner with parameters of type InstanceInfo.InstanceFieldModifier and TypeMethodDescriptioncom.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.