Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::PostgresqlTable.
PostgreSQL table.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#postgresql_columns
def postgresql_columns() -> ::Array<::Google::Cloud::Datastream::V1::PostgresqlColumn>
Returns
- (::Array<::Google::Cloud::Datastream::V1::PostgresqlColumn>) — PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
#postgresql_columns=
def postgresql_columns=(value) -> ::Array<::Google::Cloud::Datastream::V1::PostgresqlColumn>
Parameter
- value (::Array<::Google::Cloud::Datastream::V1::PostgresqlColumn>) — PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
Returns
- (::Array<::Google::Cloud::Datastream::V1::PostgresqlColumn>) — PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
#table
def table() -> ::String
Returns
- (::String) — Table name.
#table=
def table=(value) -> ::String
Parameter
- value (::String) — Table name.
Returns
- (::String) — Table name.