Uses of Class
com.google.cloud.bigtable.admin.v2.models.CreateInstanceRequest
Packages that use CreateInstanceRequest
Package
Description
Clients for the Cloud Bigtable admin API.
-
Uses of CreateInstanceRequest in com.google.cloud.bigtable.admin.v2
Methods in com.google.cloud.bigtable.admin.v2 with parameters of type CreateInstanceRequestModifier 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
Methods in com.google.cloud.bigtable.admin.v2.models that return CreateInstanceRequestModifier 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 CreateInstanceRequestBuilds 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.