Interface MysqlDatabaseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MysqlDatabase, MysqlDatabase.Builder

    public interface MysqlDatabaseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getDatabase

        String getDatabase()
         Database name.
         
        string database = 1;
        Returns:
        The database.
      • getDatabaseBytes

        com.google.protobuf.ByteString getDatabaseBytes()
         Database name.
         
        string database = 1;
        Returns:
        The bytes for database.
      • getMysqlTablesList

        List<MysqlTable> getMysqlTablesList()
         Tables in the database.
         
        repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
      • getMysqlTables

        MysqlTable getMysqlTables​(int index)
         Tables in the database.
         
        repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
      • getMysqlTablesCount

        int getMysqlTablesCount()
         Tables in the database.
         
        repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
      • getMysqlTablesOrBuilderList

        List<? extends MysqlTableOrBuilder> getMysqlTablesOrBuilderList()
         Tables in the database.
         
        repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;
      • getMysqlTablesOrBuilder

        MysqlTableOrBuilder getMysqlTablesOrBuilder​(int index)
         Tables in the database.
         
        repeated .google.cloud.datastream.v1.MysqlTable mysql_tables = 2;