Class: Google::Cloud::Datastream::V1::PostgresqlColumn

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 Column.

Instance Attribute Summary collapse

Instance Attribute Details

#column::String



955
956
957
958
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 955

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

#data_type::String



955
956
957
958
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 955

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

#length::Integer



955
956
957
958
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 955

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

#nullable::Boolean



955
956
957
958
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 955

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

#ordinal_position::Integer



955
956
957
958
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 955

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

#precision::Integer



955
956
957
958
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 955

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

#primary_key::Boolean



955
956
957
958
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 955

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

#scale::Integer



955
956
957
958
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 955

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