public interface GetDatabaseDdlResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getProtoDescriptors()
public abstract ByteString getProtoDescriptors()
Proto descriptors stored in the database. Contains a protobuf-serialized google.protobuf.FileDescriptorSet. For more details, see protobuffer self description.
bytes proto_descriptors = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The protoDescriptors. |
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
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;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
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;
Returns | |
---|---|
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;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the statements. |