public interface GetDatabaseDdlResponseOrBuilder
extends com.google.protobuf.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.
|
com.google.protobuf.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, hasOneof
java.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;
com.google.protobuf.ByteString getStatementsBytes(int index)
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;