public interface GetDatabaseDdlResponseOrBuilder
extends com.google.protobuf.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.
|
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.
|
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, hasOneofList<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.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;index - The index of the value to return.Copyright © 2020 Google LLC. All rights reserved.