Package | Description |
---|---|
com.google.cloud.bigtable.data.v2 |
A client to Cloud Bigtable API.
|
com.google.cloud.bigtable.data.v2.internal | |
com.google.cloud.bigtable.data.v2.models | |
com.google.cloud.bigtable.data.v2.stub |
Modifier and Type | Method and Description |
---|---|
InstanceName |
BigtableDataSettings.getInstanceName()
Returns the target instance
|
InstanceName |
BigtableDataSettings.Builder.getInstanceName()
Gets the
InstanceName that was previously set on this Builder. |
Modifier and Type | Method and Description |
---|---|
static BigtableDataClient |
BigtableDataClient.create(InstanceName instanceName)
Constructs an instance of BigtableClient with default settings.
|
BigtableDataSettings.Builder |
BigtableDataSettings.Builder.setInstanceName(InstanceName instanceName)
Sets the target instance.
|
Modifier and Type | Method and Description |
---|---|
abstract InstanceName |
RequestContext.getInstanceName()
The instance that the client is configured to target
|
Modifier and Type | Method and Description |
---|---|
static RequestContext |
RequestContext.create(InstanceName instanceName,
String appProfileId) |
Modifier and Type | Method and Description |
---|---|
InstanceName |
InstanceName.Builder.build() |
static InstanceName |
InstanceName.of(String project,
String instance) |
static InstanceName |
InstanceName.parse(String formattedString) |
Modifier and Type | Method and Description |
---|---|
static List<InstanceName> |
InstanceName.parseList(List<String> formattedStrings) |
Modifier and Type | Method and Description |
---|---|
static List<String> |
InstanceName.toStringList(List<InstanceName> values) |
Modifier and Type | Method and Description |
---|---|
InstanceName |
EnhancedBigtableStubSettings.getInstanceName()
Returns the target instance
|
InstanceName |
EnhancedBigtableStubSettings.Builder.getInstanceName()
Gets the
InstanceName that was previously set on this Builder. |
Modifier and Type | Method and Description |
---|---|
EnhancedBigtableStubSettings.Builder |
EnhancedBigtableStubSettings.Builder.setInstanceName(InstanceName instanceName)
Sets the target instance.
|
Copyright © 2018 Google LLC. All rights reserved.