Module engine (0.2.3)

API documentation for engine module.

Classes

AlloyDBEngine

AlloyDBEngine(
 key: object,
 pool: sqlalchemy.ext.asyncio.engine.AsyncEngine,
 loop: typing.Optional[asyncio.events.AbstractEventLoop],
 thread: typing.Optional[threading.Thread],
)

A class for managing connections to a AlloyDB database.

Column

Column(name: "str", data_type: "str", nullable: "bool" = True)

Column(name: 'str', data_type: 'str', nullable: 'bool' = True)

Modules Functions

_get_iam_principal_email

_get_iam_principal_email(credentials: google.auth.credentials.Credentials) -> str

Get email address associated with current authenticated IAM principal.

Email will be used for automatic IAM database authentication to AlloyDB.

Parameter
Name Description
credentials google.auth.credentials.Credentials

The credentials object to use in finding the associated IAM principal email address.

Returns
Type Description
email (str) The email address associated with the current authenticated IAM principal.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.