Summary of entries of Methods for bigqueryconnection.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient
ConnectionServiceAsyncClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.bigquery_connection_v1.services.connection_service.transports.base.ConnectionServiceTransport, typing.Callable[ [...], google.cloud.bigquery_connection_v1.services.connection_service.transports.base.ConnectionServiceTransport, ], ] ] = "grpc_asyncio", client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo )Instantiates the connection service async client.
See more: google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.cluster_path
cluster_path(project: str, region: str, cluster: str) -> strReturns a fully-qualified cluster string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.connection_path
connection_path(project: str, location: str, connection: str) -> strReturns a fully-qualified connection string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.create_connection
create_connection( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.CreateConnectionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, connection: typing.Optional[ google.cloud.bigquery_connection_v1.types.connection.Connection ] = None, connection_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_connection_v1.types.connection.ConnectionCreates a new connection.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.delete_connection
delete_connection( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.DeleteConnectionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> NoneDeletes connection and associated credential.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.get_connection
get_connection( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.GetConnectionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_connection_v1.types.connection.ConnectionReturns specified connection.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.PolicyGets the access control policy for a resource.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )Return the API endpoint and client cert source for mutual TLS.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.bigquery_connection_v1.services.connection_service.transports.base.ConnectionServiceTransport ]Returns an appropriate transport class.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.list_connections
list_connections( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.ListConnectionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.bigquery_connection_v1.services.connection_service.pagers.ListConnectionsAsyncPager )Returns a list of connections in the given project.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.parse_cluster_path
parse_cluster_path(path: str) -> typing.Dict[str, str]Parses a cluster path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.parse_connection_path
parse_connection_path(path: str) -> typing.Dict[str, str]Parses a connection path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.service_path
service_path(project: str, location: str, service: str) -> strReturns a fully-qualified service string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.PolicySets the access control policy on the specified resource.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseReturns permissions that a caller has on the specified resource.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceAsyncClient.update_connection
update_connection( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.UpdateConnectionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, connection: typing.Optional[ google.cloud.bigquery_connection_v1.types.connection.Connection ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_connection_v1.types.connection.ConnectionUpdates the specified connection.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient
ConnectionServiceClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.bigquery_connection_v1.services.connection_service.transports.base.ConnectionServiceTransport, typing.Callable[ [...], google.cloud.bigquery_connection_v1.services.connection_service.transports.base.ConnectionServiceTransport, ], ] ] = None, client_options: typing.Optional[ typing.Union[google.api_core.client_options.ClientOptions, dict] ] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo )Instantiates the connection service client.
See more: google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.exit
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.cluster_path
cluster_path(project: str, region: str, cluster: str) -> strReturns a fully-qualified cluster string.
See more: google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.cluster_path
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.connection_path
connection_path(project: str, location: str, connection: str) -> strReturns a fully-qualified connection string.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.create_connection
create_connection( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.CreateConnectionRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, connection: typing.Optional[ google.cloud.bigquery_connection_v1.types.connection.Connection ] = None, connection_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_connection_v1.types.connection.ConnectionCreates a new connection.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.delete_connection
delete_connection( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.DeleteConnectionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> NoneDeletes connection and associated credential.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.get_connection
get_connection( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.GetConnectionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_connection_v1.types.connection.ConnectionReturns specified connection.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.PolicyGets the access control policy for a resource.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )Deprecated.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.list_connections
list_connections( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.ListConnectionsRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.bigquery_connection_v1.services.connection_service.pagers.ListConnectionsPager )Returns a list of connections in the given project.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.parse_cluster_path
parse_cluster_path(path: str) -> typing.Dict[str, str]Parses a cluster path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.parse_connection_path
parse_connection_path(path: str) -> typing.Dict[str, str]Parses a connection path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.parse_service_path
parse_service_path(path: str) -> typing.Dict[str, str]Parses a service path into its component segments.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.service_path
service_path(project: str, location: str, service: str) -> strReturns a fully-qualified service string.
See more: google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.service_path
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.policy_pb2.PolicySets the access control policy on the specified resource.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[str]] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.iam.v1.iam_policy_pb2.TestIamPermissionsResponseReturns permissions that a caller has on the specified resource.
google.cloud.bigquery_connection_v1.services.connection_service.ConnectionServiceClient.update_connection
update_connection( request: typing.Optional[ typing.Union[ google.cloud.bigquery_connection_v1.types.connection.UpdateConnectionRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, connection: typing.Optional[ google.cloud.bigquery_connection_v1.types.connection.Connection ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.bigquery_connection_v1.types.connection.ConnectionUpdates the specified connection.
google.cloud.bigquery_connection_v1.services.connection_service.pagers.ListConnectionsAsyncPager
ListConnectionsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.bigquery_connection_v1.types.connection.ListConnectionsResponse ], ], request: google.cloud.bigquery_connection_v1.types.connection.ListConnectionsRequest, response: google.cloud.bigquery_connection_v1.types.connection.ListConnectionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )Instantiates the pager.
See more: google.cloud.bigquery_connection_v1.services.connection_service.pagers.ListConnectionsAsyncPager
google.cloud.bigquery_connection_v1.services.connection_service.pagers.ListConnectionsPager
ListConnectionsPager( method: typing.Callable[ [...], google.cloud.bigquery_connection_v1.types.connection.ListConnectionsResponse, ], request: google.cloud.bigquery_connection_v1.types.connection.ListConnectionsRequest, response: google.cloud.bigquery_connection_v1.types.connection.ListConnectionsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )Instantiate the pager.
See more: google.cloud.bigquery_connection_v1.services.connection_service.pagers.ListConnectionsPager