...

Package migration

import "google.golang.org/genproto/googleapis/cloud/bigquery/migration/v2"
Overview
Index

Overview ▾

Package migration aliases all exported identifiers in package "cloud.google.com/go/bigquery/migration/apiv2/migrationpb".

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

Index ▾

Constants
Variables
func RegisterMigrationServiceServer(s *grpc.Server, srv MigrationServiceServer)
type AzureSynapseDialect
type BigQueryDialect
type CreateMigrationWorkflowRequest
type DeleteMigrationWorkflowRequest
type Dialect
type Dialect_AzureSynapseDialect
type Dialect_BigqueryDialect
type Dialect_HiveqlDialect
type Dialect_MysqlDialect
type Dialect_NetezzaDialect
type Dialect_OracleDialect
type Dialect_PostgresqlDialect
type Dialect_PrestoDialect
type Dialect_RedshiftDialect
type Dialect_SnowflakeDialect
type Dialect_SparksqlDialect
type Dialect_SqlServerDialect
type Dialect_TeradataDialect
type Dialect_VerticaDialect
type ErrorDetail
type ErrorLocation
type GetMigrationSubtaskRequest
type GetMigrationWorkflowRequest
type HiveQLDialect
type ListMigrationSubtasksRequest
type ListMigrationSubtasksResponse
type ListMigrationWorkflowsRequest
type ListMigrationWorkflowsResponse
type MigrationServiceClient
    func NewMigrationServiceClient(cc grpc.ClientConnInterface) MigrationServiceClient
type MigrationServiceServer
type MigrationSubtask
type MigrationSubtask_State
type MigrationTask
type MigrationTask_State
type MigrationTask_TranslationConfigDetails
type MigrationWorkflow
type MigrationWorkflow_State
type MySQLDialect
type NameMappingKey
type NameMappingKey_Type
type NameMappingValue
type NetezzaDialect
type ObjectNameMapping
type ObjectNameMappingList
type OracleDialect
type Point
type PostgresqlDialect
type PrestoDialect
type RedshiftDialect
type ResourceErrorDetail
type SQLServerDialect
type SnowflakeDialect
type SourceEnv
type SparkSQLDialect
type StartMigrationWorkflowRequest
type TeradataDialect
type TeradataDialect_Mode
type TimeInterval
type TimeSeries
type TranslationConfigDetails
type TranslationConfigDetails_GcsSourcePath
type TranslationConfigDetails_GcsTargetPath
type TranslationConfigDetails_NameMappingList
type TypedValue
type TypedValue_BoolValue
type TypedValue_DistributionValue
type TypedValue_DoubleValue
type TypedValue_Int64Value
type TypedValue_StringValue
type UnimplementedMigrationServiceServer
type VerticaDialect

Package files

alias.go

Constants

Deprecated: Please use consts in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

const (
    MigrationSubtask_ACTIVE             = src.MigrationSubtask_ACTIVE
    MigrationSubtask_FAILED             = src.MigrationSubtask_FAILED
    MigrationSubtask_PAUSED             = src.MigrationSubtask_PAUSED
    MigrationSubtask_RUNNING            = src.MigrationSubtask_RUNNING
    MigrationSubtask_STATE_UNSPECIFIED  = src.MigrationSubtask_STATE_UNSPECIFIED
    MigrationSubtask_SUCCEEDED          = src.MigrationSubtask_SUCCEEDED
    MigrationTask_FAILED                = src.MigrationTask_FAILED
    MigrationTask_ORCHESTRATING         = src.MigrationTask_ORCHESTRATING
    MigrationTask_PAUSED                = src.MigrationTask_PAUSED
    MigrationTask_PENDING               = src.MigrationTask_PENDING
    MigrationTask_RUNNING               = src.MigrationTask_RUNNING
    MigrationTask_STATE_UNSPECIFIED     = src.MigrationTask_STATE_UNSPECIFIED
    MigrationTask_SUCCEEDED             = src.MigrationTask_SUCCEEDED
    MigrationWorkflow_COMPLETED         = src.MigrationWorkflow_COMPLETED
    MigrationWorkflow_DRAFT             = src.MigrationWorkflow_DRAFT
    MigrationWorkflow_PAUSED            = src.MigrationWorkflow_PAUSED
    MigrationWorkflow_RUNNING           = src.MigrationWorkflow_RUNNING
    MigrationWorkflow_STATE_UNSPECIFIED = src.MigrationWorkflow_STATE_UNSPECIFIED
    NameMappingKey_ATTRIBUTE            = src.NameMappingKey_ATTRIBUTE
    NameMappingKey_ATTRIBUTE_ALIAS      = src.NameMappingKey_ATTRIBUTE_ALIAS
    NameMappingKey_DATABASE             = src.NameMappingKey_DATABASE
    NameMappingKey_FUNCTION             = src.NameMappingKey_FUNCTION
    NameMappingKey_RELATION             = src.NameMappingKey_RELATION
    NameMappingKey_RELATION_ALIAS       = src.NameMappingKey_RELATION_ALIAS
    NameMappingKey_SCHEMA               = src.NameMappingKey_SCHEMA
    NameMappingKey_TYPE_UNSPECIFIED     = src.NameMappingKey_TYPE_UNSPECIFIED
    TeradataDialect_BTEQ                = src.TeradataDialect_BTEQ
    TeradataDialect_MODE_UNSPECIFIED    = src.TeradataDialect_MODE_UNSPECIFIED
    TeradataDialect_SQL                 = src.TeradataDialect_SQL
)

Variables

Deprecated: Please use vars in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

var (
    File_google_cloud_bigquery_migration_v2_migration_entities_proto      = src.File_google_cloud_bigquery_migration_v2_migration_entities_proto
    File_google_cloud_bigquery_migration_v2_migration_error_details_proto = src.File_google_cloud_bigquery_migration_v2_migration_error_details_proto
    File_google_cloud_bigquery_migration_v2_migration_metrics_proto       = src.File_google_cloud_bigquery_migration_v2_migration_metrics_proto
    File_google_cloud_bigquery_migration_v2_migration_service_proto       = src.File_google_cloud_bigquery_migration_v2_migration_service_proto
    File_google_cloud_bigquery_migration_v2_translation_config_proto      = src.File_google_cloud_bigquery_migration_v2_translation_config_proto
    MigrationSubtask_State_name                                           = src.MigrationSubtask_State_name
    MigrationSubtask_State_value                                          = src.MigrationSubtask_State_value
    MigrationTask_State_name                                              = src.MigrationTask_State_name
    MigrationTask_State_value                                             = src.MigrationTask_State_value
    MigrationWorkflow_State_name                                          = src.MigrationWorkflow_State_name
    MigrationWorkflow_State_value                                         = src.MigrationWorkflow_State_value
    NameMappingKey_Type_name                                              = src.NameMappingKey_Type_name
    NameMappingKey_Type_value                                             = src.NameMappingKey_Type_value
    TeradataDialect_Mode_name                                             = src.TeradataDialect_Mode_name
    TeradataDialect_Mode_value                                            = src.TeradataDialect_Mode_value
)

func RegisterMigrationServiceServer

func RegisterMigrationServiceServer(s *grpc.Server, srv MigrationServiceServer)

Deprecated: Please use funcs in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type AzureSynapseDialect

The dialect definition for Azure Synapse.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type AzureSynapseDialect = src.AzureSynapseDialect

type BigQueryDialect

The dialect definition for BigQuery.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type BigQueryDialect = src.BigQueryDialect

type CreateMigrationWorkflowRequest

Request to create a migration workflow resource.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type CreateMigrationWorkflowRequest = src.CreateMigrationWorkflowRequest

type DeleteMigrationWorkflowRequest

A request to delete a previously created migration workflow.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type DeleteMigrationWorkflowRequest = src.DeleteMigrationWorkflowRequest

type Dialect

The possible dialect options for translation.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type Dialect = src.Dialect

type Dialect_AzureSynapseDialect

type Dialect_AzureSynapseDialect = src.Dialect_AzureSynapseDialect

type Dialect_BigqueryDialect

type Dialect_BigqueryDialect = src.Dialect_BigqueryDialect

type Dialect_HiveqlDialect

type Dialect_HiveqlDialect = src.Dialect_HiveqlDialect

type Dialect_MysqlDialect

type Dialect_MysqlDialect = src.Dialect_MysqlDialect

type Dialect_NetezzaDialect

type Dialect_NetezzaDialect = src.Dialect_NetezzaDialect

type Dialect_OracleDialect

type Dialect_OracleDialect = src.Dialect_OracleDialect

type Dialect_PostgresqlDialect

type Dialect_PostgresqlDialect = src.Dialect_PostgresqlDialect

type Dialect_PrestoDialect

type Dialect_PrestoDialect = src.Dialect_PrestoDialect

type Dialect_RedshiftDialect

type Dialect_RedshiftDialect = src.Dialect_RedshiftDialect

type Dialect_SnowflakeDialect

type Dialect_SnowflakeDialect = src.Dialect_SnowflakeDialect

type Dialect_SparksqlDialect

type Dialect_SparksqlDialect = src.Dialect_SparksqlDialect

type Dialect_SqlServerDialect

type Dialect_SqlServerDialect = src.Dialect_SqlServerDialect

type Dialect_TeradataDialect

type Dialect_TeradataDialect = src.Dialect_TeradataDialect

type Dialect_VerticaDialect

type Dialect_VerticaDialect = src.Dialect_VerticaDialect

type ErrorDetail

Provides details for errors, e.g. issues that where encountered when processing a subtask.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ErrorDetail = src.ErrorDetail

type ErrorLocation

Holds information about where the error is located.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ErrorLocation = src.ErrorLocation

type GetMigrationSubtaskRequest

A request to get a previously created migration subtasks.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type GetMigrationSubtaskRequest = src.GetMigrationSubtaskRequest

type GetMigrationWorkflowRequest

A request to get a previously created migration workflow.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type GetMigrationWorkflowRequest = src.GetMigrationWorkflowRequest

type HiveQLDialect

The dialect definition for HiveQL.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type HiveQLDialect = src.HiveQLDialect

type ListMigrationSubtasksRequest

A request to list previously created migration subtasks.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ListMigrationSubtasksRequest = src.ListMigrationSubtasksRequest

type ListMigrationSubtasksResponse

Response object for a `ListMigrationSubtasks` call.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ListMigrationSubtasksResponse = src.ListMigrationSubtasksResponse

type ListMigrationWorkflowsRequest

A request to list previously created migration workflows.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ListMigrationWorkflowsRequest = src.ListMigrationWorkflowsRequest

type ListMigrationWorkflowsResponse

Response object for a `ListMigrationWorkflows` call.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ListMigrationWorkflowsResponse = src.ListMigrationWorkflowsResponse

type MigrationServiceClient

MigrationServiceClient is the client API for MigrationService 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/migration/apiv2/migrationpb

type MigrationServiceClient = src.MigrationServiceClient

func NewMigrationServiceClient

func NewMigrationServiceClient(cc grpc.ClientConnInterface) MigrationServiceClient

Deprecated: Please use funcs in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MigrationServiceServer

MigrationServiceServer is the server API for MigrationService service.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MigrationServiceServer = src.MigrationServiceServer

type MigrationSubtask

A subtask for a migration which carries details about the configuration of the subtask. The content of the details should not matter to the end user, but is a contract between the subtask creator and subtask worker.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MigrationSubtask = src.MigrationSubtask

type MigrationSubtask_State

Possible states of a migration subtask.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MigrationSubtask_State = src.MigrationSubtask_State

type MigrationTask

A single task for a migration which has details about the configuration of the task.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MigrationTask = src.MigrationTask

type MigrationTask_State

Possible states of a migration task.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MigrationTask_State = src.MigrationTask_State

type MigrationTask_TranslationConfigDetails

type MigrationTask_TranslationConfigDetails = src.MigrationTask_TranslationConfigDetails

type MigrationWorkflow

A migration workflow which specifies what needs to be done for an EDW migration.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MigrationWorkflow = src.MigrationWorkflow

type MigrationWorkflow_State

Possible migration workflow states.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MigrationWorkflow_State = src.MigrationWorkflow_State

type MySQLDialect

The dialect definition for MySQL.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type MySQLDialect = src.MySQLDialect

type NameMappingKey

The potential components of a full name mapping that will be mapped during translation in the source data warehouse.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type NameMappingKey = src.NameMappingKey

type NameMappingKey_Type

The type of the object that is being mapped.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type NameMappingKey_Type = src.NameMappingKey_Type

type NameMappingValue

The potential components of a full name mapping that will be mapped during translation in the target data warehouse.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type NameMappingValue = src.NameMappingValue

type NetezzaDialect

The dialect definition for Netezza.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type NetezzaDialect = src.NetezzaDialect

type ObjectNameMapping

Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ObjectNameMapping = src.ObjectNameMapping

type ObjectNameMappingList

Represents a map of name mappings using a list of key:value proto messages of existing name to desired output name.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ObjectNameMappingList = src.ObjectNameMappingList

type OracleDialect

The dialect definition for Oracle.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type OracleDialect = src.OracleDialect

type Point

A single data point in a time series.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type Point = src.Point

type PostgresqlDialect

The dialect definition for Postgresql.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type PostgresqlDialect = src.PostgresqlDialect

type PrestoDialect

The dialect definition for Presto.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type PrestoDialect = src.PrestoDialect

type RedshiftDialect

The dialect definition for Redshift.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type RedshiftDialect = src.RedshiftDialect

type ResourceErrorDetail

Provides details for errors and the corresponding resources.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type ResourceErrorDetail = src.ResourceErrorDetail

type SQLServerDialect

The dialect definition for SQL Server.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type SQLServerDialect = src.SQLServerDialect

type SnowflakeDialect

The dialect definition for Snowflake.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type SnowflakeDialect = src.SnowflakeDialect

type SourceEnv

Represents the default source environment values for the translation.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type SourceEnv = src.SourceEnv

type SparkSQLDialect

The dialect definition for SparkSQL.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type SparkSQLDialect = src.SparkSQLDialect

type StartMigrationWorkflowRequest

A request to start a previously created migration workflow.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type StartMigrationWorkflowRequest = src.StartMigrationWorkflowRequest

type TeradataDialect

The dialect definition for Teradata.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type TeradataDialect = src.TeradataDialect

type TeradataDialect_Mode

The sub-dialect options for Teradata.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type TeradataDialect_Mode = src.TeradataDialect_Mode

type TimeInterval

A time interval extending just after a start time through an end time. If the start time is the same as the end time, then the interval represents a single point in time.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type TimeInterval = src.TimeInterval

type TimeSeries

The metrics object for a SubTask.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type TimeSeries = src.TimeSeries

type TranslationConfigDetails

The translation config to capture necessary settings for a translation task and subtask.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type TranslationConfigDetails = src.TranslationConfigDetails

type TranslationConfigDetails_GcsSourcePath

type TranslationConfigDetails_GcsSourcePath = src.TranslationConfigDetails_GcsSourcePath

type TranslationConfigDetails_GcsTargetPath

type TranslationConfigDetails_GcsTargetPath = src.TranslationConfigDetails_GcsTargetPath

type TranslationConfigDetails_NameMappingList

type TranslationConfigDetails_NameMappingList = src.TranslationConfigDetails_NameMappingList

type TypedValue

A single strongly-typed value.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type TypedValue = src.TypedValue

type TypedValue_BoolValue

type TypedValue_BoolValue = src.TypedValue_BoolValue

type TypedValue_DistributionValue

type TypedValue_DistributionValue = src.TypedValue_DistributionValue

type TypedValue_DoubleValue

type TypedValue_DoubleValue = src.TypedValue_DoubleValue

type TypedValue_Int64Value

type TypedValue_Int64Value = src.TypedValue_Int64Value

type TypedValue_StringValue

type TypedValue_StringValue = src.TypedValue_StringValue

type UnimplementedMigrationServiceServer

UnimplementedMigrationServiceServer can be embedded to have forward compatible implementations.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type UnimplementedMigrationServiceServer = src.UnimplementedMigrationServiceServer

type VerticaDialect

The dialect definition for Vertica.

Deprecated: Please use types in: cloud.google.com/go/bigquery/migration/apiv2/migrationpb

type VerticaDialect = src.VerticaDialect