Class: Google::Cloud::Datastream::V1::SourceObjectIdentifier::PostgresqlObjectIdentifier

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datastream/v1/datastream_resources.rb

Overview

PostgreSQL data source object identifier.

Instance Attribute Summary collapse

Instance Attribute Details

#schema::String

Returns Required. The schema name.

Returns:

  • (::String)

    Required. The schema name.



972
973
974
975
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 972

class PostgresqlObjectIdentifier
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#table::String

Returns Required. The table name.

Returns:

  • (::String)

    Required. The table name.



972
973
974
975
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 972

class PostgresqlObjectIdentifier
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end