Package | Description |
---|---|
com.google.cloud.bigtable.data.v2 |
A client for the Cloud Bigtable data API.
|
Modifier and Type | Method and Description |
---|---|
static BigtableDataSettings.Builder |
BigtableDataSettings.newBuilder()
Create a new builder.
|
static BigtableDataSettings.Builder |
BigtableDataSettings.newBuilderForEmulator(int port)
Create a new builder preconfigured to connect to the Bigtable emulator with port number.
|
static BigtableDataSettings.Builder |
BigtableDataSettings.newBuilderForEmulator(String hostname,
int port)
Creates a new builder preconfigured to connect to the Bigtable emulator with a host name and
port number.
|
BigtableDataSettings.Builder |
BigtableDataSettings.Builder.setAppProfileId(String appProfileId)
Sets the AppProfile to use.
|
BigtableDataSettings.Builder |
BigtableDataSettings.Builder.setCredentialsProvider(com.google.api.gax.core.CredentialsProvider credentialsProvider)
Sets the CredentialsProvider to use for getting the credentials to make calls with.
|
BigtableDataSettings.Builder |
BigtableDataSettings.Builder.setInstanceId(String instanceId)
Sets the target instance.
|
BigtableDataSettings.Builder |
BigtableDataSettings.Builder.setProjectId(String projectId)
Sets the target project.
|
BigtableDataSettings.Builder |
BigtableDataSettings.toBuilder()
Returns a builder containing all the values of this settings class.
|
Copyright © 2019 Google LLC. All rights reserved.