Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateInstanceRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of CreateInstanceRequest in com.google.cloud.bigtable.admin.v2
Modifier and TypeMethodDescriptionBigtableInstanceAdminClient.createInstance
(CreateInstanceRequest request) Creates a new instance and returns its representation.com.google.api.core.ApiFuture<Instance>
BigtableInstanceAdminClient.createInstanceAsync
(CreateInstanceRequest request) Asynchronously creates a new instance and returns its representation wrapped in a future. -
Uses of CreateInstanceRequest in com.google.cloud.bigtable.admin.v2.models
Modifier and TypeMethodDescriptionCreateInstanceRequest.addCluster
(String clusterId, String zone, int serveNodes, StorageType storageType) Adds a cluster to the instance request with manual scaling enabled.CreateInstanceRequest.addCluster
(String clusterId, String zone, ClusterAutoscalingConfig clusterAutoscalingConfig, StorageType storageType) Adds a cluster to the instance request with autoscaling enabled.CreateInstanceRequest.addCmekCluster
(String clusterId, String zone, int serveNodes, StorageType storageType, String kmsKeyName) Adds a CMEK protected cluster using the specified KMS key name.CreateInstanceRequest.addDevelopmentCluster
(String clusterId, String zone, StorageType storageType) Adds a DEVELOPMENT cluster to the instance request.Adds an arbitrary label to the instance.static CreateInstanceRequest
Builds a new request to create a new instance with the specified id.CreateInstanceRequest.setDisplayName
(String displayName) Sets the friendly display name of the instance.CreateInstanceRequest.setType
(Instance.Type type) Sets the type of instance.