Uses of Class
com.google.cloud.bigtable.data.v2.BigtableDataClient
-
Uses of BigtableDataClient in com.google.cloud.bigtable.data.v2
Modifier and TypeMethodDescriptionstatic BigtableDataClient
BigtableDataClient.create
(BigtableDataSettings settings) Constructs an instance of BigtableDataClient, using the given settings.static BigtableDataClient
Constructs an instance of BigtableDataClient with default settings.BigtableDataClientFactory.createDefault()
Create a lightweight client using the default settings in this factory.BigtableDataClientFactory.createForAppProfile
(String appProfileId) Create a lightweight client with an overriden application profile and the factory default project and instance ids.BigtableDataClientFactory.createForInstance
(String projectId, String instanceId) Create a lightweight client with the specified project and instance id.BigtableDataClientFactory.createForInstance
(String projectId, String instanceId, String appProfileId) Create a lightweight client to the specified project, instance and application profile id.