| Package | Description |
|---|---|
| com.google.cloud.bigtable.admin.v2.models |
| Modifier and Type | Method and Description |
|---|---|
static StorageType |
StorageType.fromProto(StorageType proto)
Wraps the protobuf.
|
StorageType |
Cluster.getStorageType()
The type of storage used by this cluster to serve its parent instance's tables, unless
explicitly overridden.
|
static StorageType |
StorageType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageType[] |
StorageType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInstanceRequest |
CreateInstanceRequest.addCluster(String clusterId,
String zone,
int serveNodes,
StorageType storageType)
Adds a cluster to the instance request.
|
CreateInstanceRequest |
CreateInstanceRequest.addCmekCluster(String clusterId,
String zone,
int serveNodes,
StorageType storageType,
String kmsKeyName)
Adds a CMEK protected cluster using the specified KMS key name.
|
CreateInstanceRequest |
CreateInstanceRequest.addDevelopmentCluster(String clusterId,
String zone,
StorageType storageType)
Adds a DEVELOPMENT cluster to the instance request.
|
CreateClusterRequest |
CreateClusterRequest.setStorageType(StorageType storageType)
Sets the type of storage used by this cluster to serve its parent instance's tables.
|
Copyright © 2021 Google LLC. All rights reserved.