Class BigtableTableAdminSettings.Builder (2.37.0)

public static final class BigtableTableAdminSettings.Builder

Builder for BigtableTableAdminSettings.

Inheritance

java.lang.Object > BigtableTableAdminSettings.Builder

Methods

build()

public BigtableTableAdminSettings build()

Builds an instance of the settings.

Returns
TypeDescription
BigtableTableAdminSettings
Exceptions
TypeDescription
IOException

getCredentialsProvider()

public CredentialsProvider getCredentialsProvider()

Gets the credentials provider to use for getting the credentials to make calls with.

Returns
TypeDescription
CredentialsProvider

getInstanceId()

public String getInstanceId()

Gets the instance ID of the instance whose tables the client will manage.

Returns
TypeDescription
String

getProjectId()

public String getProjectId()

Gets the project ID of the instance whose tables the client will manage.

Returns
TypeDescription
String

setCredentialsProvider(CredentialsProvider credentialsProvider)

public BigtableTableAdminSettings.Builder setCredentialsProvider(CredentialsProvider credentialsProvider)

Sets the credentials provider to use for getting the credentials to make calls with.

Parameter
NameDescription
credentialsProviderCredentialsProvider
Returns
TypeDescription
BigtableTableAdminSettings.Builder

setInstanceId(String instanceId)

public BigtableTableAdminSettings.Builder setInstanceId(String instanceId)

Sets the instance ID of the instance whose tables the client will manage.

Parameter
NameDescription
instanceIdString
Returns
TypeDescription
BigtableTableAdminSettings.Builder

setProjectId(String projectId)

public BigtableTableAdminSettings.Builder setProjectId(String projectId)

Sets the project ID of the instance whose tables the client will manage.

Parameter
NameDescription
projectIdString
Returns
TypeDescription
BigtableTableAdminSettings.Builder

stubSettings()

public BigtableTableAdminStubSettings.Builder stubSettings()

Returns the builder for the settings used for all RPCs.

This is meant for advanced usage. The default RPC settings are set to their recommended values.

Returns
TypeDescription
BigtableTableAdminStubSettings.Builder