Uses of Class
com.google.cloud.spanner.InstanceInfo.Builder
Packages that use InstanceInfo.Builder
Package
Description
A client for Cloud Spanner - A no-compromise relational database service.
-
Uses of InstanceInfo.Builder in com.google.cloud.spanner
Subclasses of InstanceInfo.Builder in com.google.cloud.spannerMethods in com.google.cloud.spanner that return InstanceInfo.BuilderModifier and TypeMethodDescriptionabstract InstanceInfo.Builderstatic InstanceInfo.BuilderInstanceInfo.newBuilder(InstanceId id) abstract InstanceInfo.BuilderInstanceInfo.Builder.putAllLabels(Map<String, String> labels) InstanceInfo.Builder.setAutoscalingConfig(AutoscalingConfig autoscalingConfig) Sets the autoscaling config for the instance, which will enable the autoscaling for this instance.abstract InstanceInfo.BuilderInstanceInfo.Builder.setDisplayName(String displayName) InstanceInfo.Builder.setEdition(Instance.Edition edition) abstract InstanceInfo.BuilderInstanceInfo.Builder.setInstanceConfigId(InstanceConfigId configId) abstract InstanceInfo.BuilderInstanceInfo.Builder.setNodeCount(int nodeCount) Sets the number of nodes for the instance.InstanceInfo.Builder.setProcessingUnits(int processingUnits) Sets the number of processing units for the instance.abstract InstanceInfo.BuilderInstanceInfo.Builder.setState(InstanceInfo.State state) InstanceInfo.toBuilder()