Interface MoveTableToDatabaseRequestOrBuilder (2.42.0)

public interface MoveTableToDatabaseRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDbName()

public abstract String getDbName()

Required. The name of the database where the table resides.

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

Returns
TypeDescription
String

The dbName.

getDbNameBytes()

public abstract ByteString getDbNameBytes()

Required. The name of the database where the table resides.

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

Returns
TypeDescription
ByteString

The bytes for dbName.

getDestinationDbName()

public abstract String getDestinationDbName()

Required. The name of the database where the table should be moved.

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

Returns
TypeDescription
String

The destinationDbName.

getDestinationDbNameBytes()

public abstract ByteString getDestinationDbNameBytes()

Required. The name of the database where the table should be moved.

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

Returns
TypeDescription
ByteString

The bytes for destinationDbName.

getService()

public abstract String getService()

Required. The relative resource name of the metastore service to mutate metadata, in the following format:

projects/{project_id}/locations/{location_id}/services/{service_id}.

string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The service.

getServiceBytes()

public abstract ByteString getServiceBytes()

Required. The relative resource name of the metastore service to mutate metadata, in the following format:

projects/{project_id}/locations/{location_id}/services/{service_id}.

string service = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for service.

getTableName()

public abstract String getTableName()

Required. The name of the table to be moved.

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

Returns
TypeDescription
String

The tableName.

getTableNameBytes()

public abstract ByteString getTableNameBytes()

Required. The name of the table to be moved.

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

Returns
TypeDescription
ByteString

The bytes for tableName.