Reference documentation and code samples for the Datastream V1 API class Google::Cloud::Datastream::V1::PostgresqlSchema.
PostgreSQL schema.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#postgresql_tables
def postgresql_tables() -> ::Array<::Google::Cloud::Datastream::V1::PostgresqlTable>
Returns
- (::Array<::Google::Cloud::Datastream::V1::PostgresqlTable>) — Tables in the schema.
#postgresql_tables=
def postgresql_tables=(value) -> ::Array<::Google::Cloud::Datastream::V1::PostgresqlTable>
Parameter
- value (::Array<::Google::Cloud::Datastream::V1::PostgresqlTable>) — Tables in the schema.
Returns
- (::Array<::Google::Cloud::Datastream::V1::PostgresqlTable>) — Tables in the schema.
#schema
def schema() -> ::String
Returns
- (::String) — Schema name.
#schema=
def schema=(value) -> ::String
Parameter
- value (::String) — Schema name.
Returns
- (::String) — Schema name.