Summary of entries of Classes for bigqueryconnection.
Classes
ConnectionServiceAsyncClient
Manages external data source connections and credentials.
ConnectionServiceClient
Manages external data source connections and credentials.
ListConnectionsAsyncPager
A pager for iterating through list_connections
requests.
This class thinly wraps an initial
ListConnectionsResponse object, and
provides an __aiter__
method to iterate through its
connections
field.
If there are more pages, the __aiter__
method will make additional
ListConnections
requests and continue to iterate
through the connections
field on the
corresponding responses.
All the usual ListConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListConnectionsPager
A pager for iterating through list_connections
requests.
This class thinly wraps an initial
ListConnectionsResponse object, and
provides an __iter__
method to iterate through its
connections
field.
If there are more pages, the __iter__
method will make additional
ListConnections
requests and continue to iterate
through the connections
field on the
corresponding responses.
All the usual ListConnectionsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
AwsAccessRole
Authentication method for Amazon Web Services (AWS) that uses Google owned Google service account to assume into customer's AWS IAM Role.
AwsCrossAccountRole
Authentication method for Amazon Web Services (AWS) that uses Google owned AWS IAM user's access key to assume into customer's AWS IAM Role.
AwsProperties
Connection properties specific to Amazon Web Services (AWS).
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
AzureProperties
Container for connection properties specific to Azure.
CloudResourceProperties
Container for connection properties for delegation of access to GCP resources.
CloudSpannerProperties
Connection properties specific to Cloud Spanner.
CloudSqlCredential
Credential info for the Cloud SQL.
CloudSqlProperties
Connection properties specific to the Cloud SQL.
DatabaseType
Supported Cloud SQL database types.
Connection
Configuration parameters to establish connection with an external data source, except the credential attributes.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
CreateConnectionRequest
The request for ConnectionService.CreateConnection.
DeleteConnectionRequest
The request for [ConnectionService.DeleteConnectionRequest][].
GetConnectionRequest
The request for ConnectionService.GetConnection.
ListConnectionsRequest
The request for ConnectionService.ListConnections.
ListConnectionsResponse
The response for ConnectionService.ListConnections.
MetastoreServiceConfig
Configuration of the Dataproc Metastore Service.
SalesforceDataCloudProperties
Connection properties specific to Salesforce DataCloud. This is intended for use only by Salesforce partner projects.
SparkHistoryServerConfig
Configuration of the Spark History Server.
SparkProperties
Container for connection properties to execute stored procedures for Apache Spark.
UpdateConnectionRequest
The request for ConnectionService.UpdateConnection.
Modules
pagers
API documentation for bigquery_connection_v1.services.connection_service.pagers
module.