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