Postgres Gateway ================= Postgres Gateway Users API --------------------------- Create Postgres Gateway Users ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.UsersAPI.create Update Postgres Gateway Users ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.UsersAPI.update Delete Postgres Gateway Users ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.UsersAPI.delete Retrieve Postgres Gateway Users ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.UsersAPI.retrieve List Postgres Gateway Users ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.UsersAPI.list Postgres Gateway Tables API ----------------------------- Create Postgres Gateway Tables ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.TablesAPI.create Delete Postgres Gateway Tables ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.TablesAPI.delete Retrieve Postgres Gateway Tables ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.TablesAPI.retrieve List Postgres Gateway Tables ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. automethod:: cognite.client._api.postgres_gateway.TablesAPI.list Postgres Gateway classes ^^^^^^^^^^^^^^^^^^^^^^^^^ .. automodule:: cognite.client.data_classes.postgres_gateway :members: :show-inheritance: