Uses of Class
com.google.cloud.bigtable.data.v2.BigtableDataClient
Packages that use BigtableDataClient
-
Uses of BigtableDataClient in com.google.cloud.bigtable.data.v2
Methods in com.google.cloud.bigtable.data.v2 that return BigtableDataClientModifier and TypeMethodDescriptionstatic BigtableDataClientBigtableDataClient.create(BigtableDataSettings settings) Constructs an instance of BigtableDataClient, using the given settings.static BigtableDataClientConstructs 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.