Interface SpannerSourceOrBuilder (0.39.0)

public interface SpannerSourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabaseId()

public abstract String getDatabaseId()

Required. The database ID of the source Spanner table.

string database_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The databaseId.

getDatabaseIdBytes()

public abstract ByteString getDatabaseIdBytes()

Required. The database ID of the source Spanner table.

string database_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for databaseId.

getEnableDataBoost()

public abstract boolean getEnableDataBoost()

Whether to apply data boost on Spanner export. Enabling this option will incur additional cost. More info can be found here.

bool enable_data_boost = 5;

Returns
Type Description
boolean

The enableDataBoost.

getInstanceId()

public abstract String getInstanceId()

Required. The instance ID of the source Spanner table.

string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The instanceId.

getInstanceIdBytes()

public abstract ByteString getInstanceIdBytes()

Required. The instance ID of the source Spanner table.

string instance_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for instanceId.

getProjectId()

public abstract String getProjectId()

The project ID that the Spanner source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.

string project_id = 1;

Returns
Type Description
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

The project ID that the Spanner source is in with a length limit of 128 characters. If not specified, inherits the project ID from the parent request.

string project_id = 1;

Returns
Type Description
ByteString

The bytes for projectId.

getTableId()

public abstract String getTableId()

Required. The table name of the Spanner database that needs to be imported.

string table_id = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The tableId.

getTableIdBytes()

public abstract ByteString getTableIdBytes()

Required. The table name of the Spanner database that needs to be imported.

string table_id = 4 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for tableId.