Class BigtableTableAdminSettings.Builder (2.39.4)

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
Type Description
BigtableTableAdminSettings
Exceptions
Type Description
IOException

getCredentialsProvider()

public CredentialsProvider getCredentialsProvider()

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

Returns
Type Description
CredentialsProvider

getInstanceId()

public String getInstanceId()

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

Returns
Type Description
String

getProjectId()

public String getProjectId()

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

Returns
Type Description
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
Name Description
credentialsProvider CredentialsProvider
Returns
Type Description
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
Name Description
instanceId String
Returns
Type Description
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
Name Description
projectId String
Returns
Type Description
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
Type Description
BigtableTableAdminStubSettings.Builder