Interface PostgresqlTableOrBuilder

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

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

      • getTable

        String getTable()
         Table name.
         
        string table = 1;
        Returns:
        The table.
      • getTableBytes

        com.google.protobuf.ByteString getTableBytes()
         Table name.
         
        string table = 1;
        Returns:
        The bytes for table.
      • getPostgresqlColumnsList

        List<PostgresqlColumn> getPostgresqlColumnsList()
         PostgreSQL columns in the schema.
         When unspecified as part of include/exclude objects,
         includes/excludes everything.
         
        repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
      • getPostgresqlColumns

        PostgresqlColumn getPostgresqlColumns​(int index)
         PostgreSQL columns in the schema.
         When unspecified as part of include/exclude objects,
         includes/excludes everything.
         
        repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
      • getPostgresqlColumnsCount

        int getPostgresqlColumnsCount()
         PostgreSQL columns in the schema.
         When unspecified as part of include/exclude objects,
         includes/excludes everything.
         
        repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
      • getPostgresqlColumnsOrBuilderList

        List<? extends PostgresqlColumnOrBuilder> getPostgresqlColumnsOrBuilderList()
         PostgreSQL columns in the schema.
         When unspecified as part of include/exclude objects,
         includes/excludes everything.
         
        repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;
      • getPostgresqlColumnsOrBuilder

        PostgresqlColumnOrBuilder getPostgresqlColumnsOrBuilder​(int index)
         PostgreSQL columns in the schema.
         When unspecified as part of include/exclude objects,
         includes/excludes everything.
         
        repeated .google.cloud.datastream.v1.PostgresqlColumn postgresql_columns = 2;