Connection(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Configuration parameters to establish connection with an external data source, except the credential attributes.
Attributes
Name | Description |
name |
str
The resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}
|
friendly_name |
str
User provided display name for the connection. |
description |
str
User provided description. |
cloud_sql |
Cloud SQL properties. |
creation_time |
int
Output only. The creation timestamp of the connection. |
last_modified_time |
int
Output only. The last update timestamp of the connection. |
has_credential |
bool
Output only. True, if credential is configured for this connection. |
Methods
__delattr__
__delattr__(key)
Delete the value on the given field.
This is generally equivalent to setting a falsy value.
__eq__
__eq__(other)
Return True if the messages are equal, False otherwise.
__ne__
__ne__(other)
Return True if the messages are unequal, False otherwise.
__setattr__
__setattr__(key, value)
Set the value on the given field.
For well-known protocol buffer types which are marshalled, either the protocol buffer object or the Python equivalent is accepted.