Interface GetDatabaseDdlRequestOrBuilder (6.62.0)

public interface GetDatabaseDdlRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatabase()

public abstract String getDatabase()

Required. The database whose schema we wish to get. Values are of the form projects/<project>/instances/<instance>/databases/<database>

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

Returns
TypeDescription
String

The database.

getDatabaseBytes()

public abstract ByteString getDatabaseBytes()

Required. The database whose schema we wish to get. Values are of the form projects/<project>/instances/<instance>/databases/<database>

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

Returns
TypeDescription
ByteString

The bytes for database.