public interface GetDatabaseDdlResponseOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
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.
|
List<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
isInitialized
List<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;
String getStatements(int index)
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
index
- The index of the element to return.ByteString getStatementsBytes(int index)
A list of formatted DDL statements defining the schema of the database specified in the request.
repeated string statements = 1;
index
- The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.