public interface MysqlDatabaseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatabase()
Database name.
|
com.google.protobuf.ByteString |
getDatabaseBytes()
Database name.
|
MysqlTable |
getMysqlTables(int index)
Tables in the database.
|
int |
getMysqlTablesCount()
Tables in the database.
|
List<MysqlTable> |
getMysqlTablesList()
Tables in the database.
|
MysqlTableOrBuilder |
getMysqlTablesOrBuilder(int index)
Tables in the database.
|
List<? extends MysqlTableOrBuilder> |
getMysqlTablesOrBuilderList()
Tables in the database.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatabase()
Database name.
string database = 1;com.google.protobuf.ByteString getDatabaseBytes()
Database name.
string database = 1;List<MysqlTable> getMysqlTablesList()
Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;MysqlTable getMysqlTables(int index)
Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;int getMysqlTablesCount()
Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;List<? extends MysqlTableOrBuilder> getMysqlTablesOrBuilderList()
Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;MysqlTableOrBuilder getMysqlTablesOrBuilder(int index)
Tables in the database.
repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;Copyright © 2022 Google LLC. All rights reserved.