Package | Description |
---|---|
com.google.cloud.bigtable.admin.v2 |
Clients for the Cloud Bigtable admin API.
|
com.google.cloud.bigtable.admin.v2.models |
Modifier and Type | Method and Description |
---|---|
Instance |
BigtableInstanceAdminClient.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.
|
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.addLabel(String key,
String value)
Adds an arbitrary label to the instance.
|
static CreateInstanceRequest |
CreateInstanceRequest.of(String instanceId)
Builds a new request to create a new instance with the specified id.
|
CreateInstanceRequest |
CreateInstanceRequest.setDisplayName(String displayName)
Sets the friendly display name of the instance.
|
CreateInstanceRequest |
CreateInstanceRequest.setType(Instance.Type type)
Sets the type of instance.
|
Copyright © 2019 Google LLC. All rights reserved.