Class: Google::Cloud::Datastream::V1::PostgresqlTable
- Inherits:
-
Object
- Object
- Google::Cloud::Datastream::V1::PostgresqlTable
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datastream/v1/datastream_resources.rb
Overview
PostgreSQL table.
Instance Attribute Summary collapse
-
#postgresql_columns ⇒ ::Array<::Google::Cloud::Datastream::V1::PostgresqlColumn>
PostgreSQL columns in the schema.
-
#table ⇒ ::String
Table name.
Instance Attribute Details
#postgresql_columns ⇒ ::Array<::Google::Cloud::Datastream::V1::PostgresqlColumn>
Returns PostgreSQL columns in the schema. When unspecified as part of include/exclude objects, includes/excludes everything.
498 499 500 501 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 498 class PostgresqlTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#table ⇒ ::String
Returns Table name.
498 499 500 501 |
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 498 class PostgresqlTable include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |