public interface GetDatabaseDdlResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getStatements(int index)
A list of formatted DDL statements defining the schema of the database
specified in the request.
|
ByteString |
getStatementsBytes(int index)
A list of formatted DDL statements defining the schema of the database
specified in the request.
|
int |
getStatementsCount()
A list of formatted DDL statements defining the schema of the database
specified in the request.
|
java.util.List<java.lang.String> |
getStatementsList()
A list of formatted DDL statements defining the schema of the database
specified in the request.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedjava.util.List<java.lang.String> getStatementsList()
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;int getStatementsCount()
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;java.lang.String getStatements(int index)
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;ByteString getStatementsBytes(int index)
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;