public interface GetDatabaseDdlResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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;
Name | Description |
index | int The index of the element to return. |
Type | Description |
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;
Name | Description |
index | int The index of the value to return. |
Type | Description |
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;
Type | Description |
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;
Type | Description |
List<String> | A list containing the statements. |