Uses of Interface
com.google.cloud.datastream.v1.PostgresqlTableOrBuilder
-
Packages that use PostgresqlTableOrBuilder Package Description com.google.cloud.datastream.v1 A client to Datastream API -
-
Uses of PostgresqlTableOrBuilder in com.google.cloud.datastream.v1
Classes in com.google.cloud.datastream.v1 that implement PostgresqlTableOrBuilder Modifier and Type Class Description class
PostgresqlTable
PostgreSQL table.static class
PostgresqlTable.Builder
PostgreSQL table.Methods in com.google.cloud.datastream.v1 that return PostgresqlTableOrBuilder Modifier and Type Method Description PostgresqlTableOrBuilder
PostgresqlSchema.Builder. getPostgresqlTablesOrBuilder(int index)
Tables in the schema.PostgresqlTableOrBuilder
PostgresqlSchema. getPostgresqlTablesOrBuilder(int index)
Tables in the schema.PostgresqlTableOrBuilder
PostgresqlSchemaOrBuilder. getPostgresqlTablesOrBuilder(int index)
Tables in the schema.Methods in com.google.cloud.datastream.v1 that return types with arguments of type PostgresqlTableOrBuilder Modifier and Type Method Description List<? extends PostgresqlTableOrBuilder>
PostgresqlSchema.Builder. getPostgresqlTablesOrBuilderList()
Tables in the schema.List<? extends PostgresqlTableOrBuilder>
PostgresqlSchema. getPostgresqlTablesOrBuilderList()
Tables in the schema.List<? extends PostgresqlTableOrBuilder>
PostgresqlSchemaOrBuilder. getPostgresqlTablesOrBuilderList()
Tables in the schema.
-