Class: Google::Cloud::Datastream::V1::PostgresqlProfile

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 database profile.

Instance Attribute Summary collapse

Instance Attribute Details

#database::String

Returns Required. Database for the PostgreSQL connection.

Returns:

  • (::String)

    Required. Database for the PostgreSQL connection.



94
95
96
97
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94

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

#hostname::String

Returns Required. Hostname for the PostgreSQL connection.

Returns:

  • (::String)

    Required. Hostname for the PostgreSQL connection.



94
95
96
97
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94

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

#password::String

Returns Required. Password for the PostgreSQL connection.

Returns:

  • (::String)

    Required. Password for the PostgreSQL connection.



94
95
96
97
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94

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

#port::Integer

Returns Port for the PostgreSQL connection, default value is 5432.

Returns:

  • (::Integer)

    Port for the PostgreSQL connection, default value is 5432.



94
95
96
97
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94

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

#username::String

Returns Required. Username for the PostgreSQL connection.

Returns:

  • (::String)

    Required. Username for the PostgreSQL connection.



94
95
96
97
# File 'proto_docs/google/cloud/datastream/v1/datastream_resources.rb', line 94

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