Skip to main content

connections

Overview

Nameconnections
TypeResource
Idgoogle.bigqueryconnection.connections

Fields

NameDatatypeDescription
namestringThe resource name of the connection in the form of: projects/{project_id}/locations/{location_id}/connections/{connection_id}
descriptionstringUser provided description.
friendlyNamestringUser provided display name for the connection.
hasCredentialbooleanOutput only. True, if credential is configured for this connection.
lastModifiedTimestringOutput only. The last update timestamp of the connection.
cloudSqlobjectConnection properties specific to the Cloud SQL.
creationTimestringOutput only. The creation timestamp of the connection.

Methods

NameAccessible byRequired ParamsDescription
getSELECTconnectionsId, locationsId, projectsIdReturns specified connection.
listSELECTlocationsId, projectsIdReturns a list of connections in the given project.
createINSERTlocationsId, projectsIdCreates a new connection.
deleteDELETEconnectionsId, locationsId, projectsIdDeletes connection and associated credential.
_listEXEClocationsId, projectsIdReturns a list of connections in the given project.
patchEXECconnectionsId, locationsId, projectsIdUpdates the specified connection. For security reasons, also resets credential if connection properties are in the update field mask.