public interface SelectedObjectsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()Required. The name of the database to migrate.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()Required. The name of the database to migrate.
string database = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for database. |