...

Package connection

import "google.golang.org/genproto/googleapis/cloud/bigquery/connection/v1"
Overview
Index

Overview ▾

Package connection aliases all exported identifiers in package "cloud.google.com/go/bigquery/connection/apiv1/connectionpb".

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.

Constants

Deprecated: Please use consts in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

const (
    CloudSqlProperties_DATABASE_TYPE_UNSPECIFIED = src.CloudSqlProperties_DATABASE_TYPE_UNSPECIFIED
    CloudSqlProperties_MYSQL                     = src.CloudSqlProperties_MYSQL
    CloudSqlProperties_POSTGRES                  = src.CloudSqlProperties_POSTGRES
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

var (
    CloudSqlProperties_DatabaseType_name                      = src.CloudSqlProperties_DatabaseType_name
    CloudSqlProperties_DatabaseType_value                     = src.CloudSqlProperties_DatabaseType_value
    File_google_cloud_bigquery_connection_v1_connection_proto = src.File_google_cloud_bigquery_connection_v1_connection_proto
)

func RegisterConnectionServiceServer

func RegisterConnectionServiceServer(s *grpc.Server, srv ConnectionServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type AwsAccessRole

Authentication method for Amazon Web Services (AWS) that uses Google owned Google service account to assume into customer's AWS IAM Role.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type AwsAccessRole = src.AwsAccessRole

type 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.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type AwsCrossAccountRole = src.AwsCrossAccountRole

type AwsProperties

Connection properties specific to Amazon Web Services (AWS).

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type AwsProperties = src.AwsProperties

type AwsProperties_AccessRole

type AwsProperties_AccessRole = src.AwsProperties_AccessRole

type AwsProperties_CrossAccountRole

type AwsProperties_CrossAccountRole = src.AwsProperties_CrossAccountRole

type AzureProperties

Container for connection properties specific to Azure.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type AzureProperties = src.AzureProperties

type CloudResourceProperties

Container for connection properties for delegation of access to GCP resources.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type CloudResourceProperties = src.CloudResourceProperties

type CloudSpannerProperties

Connection properties specific to Cloud Spanner.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type CloudSpannerProperties = src.CloudSpannerProperties

type CloudSqlCredential

Credential info for the Cloud SQL.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type CloudSqlCredential = src.CloudSqlCredential

type CloudSqlProperties

Connection properties specific to the Cloud SQL.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type CloudSqlProperties = src.CloudSqlProperties

type CloudSqlProperties_DatabaseType

Supported Cloud SQL database types.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type CloudSqlProperties_DatabaseType = src.CloudSqlProperties_DatabaseType

type Connection

Configuration parameters to establish connection with an external data source, except the credential attributes.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type Connection = src.Connection

type ConnectionServiceClient

ConnectionServiceClient is the client API for ConnectionService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type ConnectionServiceClient = src.ConnectionServiceClient

func NewConnectionServiceClient

func NewConnectionServiceClient(cc grpc.ClientConnInterface) ConnectionServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type ConnectionServiceServer

ConnectionServiceServer is the server API for ConnectionService service.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type ConnectionServiceServer = src.ConnectionServiceServer

type Connection_Aws

type Connection_Aws = src.Connection_Aws

type Connection_Azure

type Connection_Azure = src.Connection_Azure

type Connection_CloudResource

type Connection_CloudResource = src.Connection_CloudResource

type Connection_CloudSpanner

type Connection_CloudSpanner = src.Connection_CloudSpanner

type Connection_CloudSql

type Connection_CloudSql = src.Connection_CloudSql

type CreateConnectionRequest

The request for [ConnectionService.CreateConnection][google.cloud.bigquery.connection.v1.ConnectionService.CreateConnection].

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type CreateConnectionRequest = src.CreateConnectionRequest

type DeleteConnectionRequest

The request for [ConnectionService.DeleteConnectionRequest][].

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type DeleteConnectionRequest = src.DeleteConnectionRequest

type GetConnectionRequest

The request for [ConnectionService.GetConnection][google.cloud.bigquery.connection.v1.ConnectionService.GetConnection].

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type GetConnectionRequest = src.GetConnectionRequest

type ListConnectionsRequest

The request for [ConnectionService.ListConnections][google.cloud.bigquery.connection.v1.ConnectionService.ListConnections].

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type ListConnectionsRequest = src.ListConnectionsRequest

type ListConnectionsResponse

The response for [ConnectionService.ListConnections][google.cloud.bigquery.connection.v1.ConnectionService.ListConnections].

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type ListConnectionsResponse = src.ListConnectionsResponse

type UnimplementedConnectionServiceServer

UnimplementedConnectionServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type UnimplementedConnectionServiceServer = src.UnimplementedConnectionServiceServer

type UpdateConnectionRequest

The request for [ConnectionService.UpdateConnection][google.cloud.bigquery.connection.v1.ConnectionService.UpdateConnection].

Deprecated: Please use types in: cloud.google.com/go/bigquery/connection/apiv1/connectionpb

type UpdateConnectionRequest = src.UpdateConnectionRequest