Interface GetDatabaseDdlResponseOrBuilder

public interface GetDatabaseDdlResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getStatements(int index)

public abstract String getStatements(int index)

A list of formatted DDL statements defining the schema of the database specified in the request.

repeated string statements = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The statements at the given index.

getStatementsBytes(int index)

public abstract ByteString getStatementsBytes(int index)

A list of formatted DDL statements defining the schema of the database specified in the request.

repeated string statements = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the statements at the given index.

getStatementsCount()

public abstract int getStatementsCount()

A list of formatted DDL statements defining the schema of the database specified in the request.

repeated string statements = 1;

Returns
TypeDescription
int

The count of statements.

getStatementsList()

public abstract List<String> getStatementsList()

A list of formatted DDL statements defining the schema of the database specified in the request.

repeated string statements = 1;

Returns
TypeDescription
List<String>

A list containing the statements.