public interface SqlDatabasesDeleteRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatabase()
public abstract String getDatabase()Name of the database to be deleted in the instance.
string database = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The database. |
getDatabaseBytes()
public abstract ByteString getDatabaseBytes()Name of the database to be deleted in the instance.
string database = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for database. |
getInstance()
public abstract String getInstance()Database instance ID. This does not include the project ID.
string instance = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The instance. |
getInstanceBytes()
public abstract ByteString getInstanceBytes()Database instance ID. This does not include the project ID.
string instance = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for instance. |
getProject()
public abstract String getProject()Project ID of the project that contains the instance.
string project = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The project. |
getProjectBytes()
public abstract ByteString getProjectBytes()Project ID of the project that contains the instance.
string project = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for project. |