migration

package
v0.0.0-...-8c6c420 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

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

View Source
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
)

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

Variables

View Source
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
)

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

Functions

func RegisterMigrationServiceServer deprecated

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

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

Types

type AzureSynapseDialect deprecated

type AzureSynapseDialect = src.AzureSynapseDialect

The dialect definition for Azure Synapse.

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

type BigQueryDialect deprecated

type BigQueryDialect = src.BigQueryDialect

The dialect definition for BigQuery.

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

type CreateMigrationWorkflowRequest deprecated

type CreateMigrationWorkflowRequest = src.CreateMigrationWorkflowRequest

Request to create a migration workflow resource.

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

type DeleteMigrationWorkflowRequest deprecated

type DeleteMigrationWorkflowRequest = src.DeleteMigrationWorkflowRequest

A request to delete a previously created migration workflow.

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

type Dialect deprecated

type Dialect = src.Dialect

The possible dialect options for translation.

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

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 deprecated

type ErrorDetail = src.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 ErrorLocation deprecated

type ErrorLocation = src.ErrorLocation

Holds information about where the error is located.

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

type GetMigrationSubtaskRequest deprecated

type GetMigrationSubtaskRequest = src.GetMigrationSubtaskRequest

A request to get a previously created migration subtasks.

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

type GetMigrationWorkflowRequest deprecated

type GetMigrationWorkflowRequest = src.GetMigrationWorkflowRequest

A request to get a previously created migration workflow.

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

type HiveQLDialect deprecated

type HiveQLDialect = src.HiveQLDialect

The dialect definition for HiveQL.

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

type ListMigrationSubtasksRequest deprecated

type ListMigrationSubtasksRequest = src.ListMigrationSubtasksRequest

A request to list previously created migration subtasks.

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

type ListMigrationSubtasksResponse deprecated

type ListMigrationSubtasksResponse = src.ListMigrationSubtasksResponse

Response object for a `ListMigrationSubtasks` call.

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

type ListMigrationWorkflowsRequest deprecated

type ListMigrationWorkflowsRequest = src.ListMigrationWorkflowsRequest

A request to list previously created migration workflows.

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

type ListMigrationWorkflowsResponse deprecated

type ListMigrationWorkflowsResponse = src.ListMigrationWorkflowsResponse

Response object for a `ListMigrationWorkflows` call.

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

type MigrationServiceClient deprecated

type MigrationServiceClient = src.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

func NewMigrationServiceClient deprecated

func NewMigrationServiceClient(cc grpc.ClientConnInterface) MigrationServiceClient

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

type MigrationServiceServer deprecated

type MigrationServiceServer = src.MigrationServiceServer

MigrationServiceServer is the server API for MigrationService service.

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

type MigrationSubtask deprecated

type MigrationSubtask = src.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_State deprecated

type MigrationSubtask_State = src.MigrationSubtask_State

Possible states of a migration subtask.

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

type MigrationTask deprecated

type MigrationTask = src.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_State deprecated

type MigrationTask_State = src.MigrationTask_State

Possible states of a migration task.

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

type MigrationTask_TranslationConfigDetails

type MigrationTask_TranslationConfigDetails = src.MigrationTask_TranslationConfigDetails

type MigrationWorkflow deprecated

type MigrationWorkflow = src.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_State deprecated

type MigrationWorkflow_State = src.MigrationWorkflow_State

Possible migration workflow states.

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

type MySQLDialect deprecated

type MySQLDialect = src.MySQLDialect

The dialect definition for MySQL.

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

type NameMappingKey deprecated

type NameMappingKey = src.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_Type deprecated

type NameMappingKey_Type = src.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 NameMappingValue deprecated

type NameMappingValue = src.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 NetezzaDialect deprecated

type NetezzaDialect = src.NetezzaDialect

The dialect definition for Netezza.

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

type ObjectNameMapping deprecated

type ObjectNameMapping = src.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 ObjectNameMappingList deprecated

type ObjectNameMappingList = src.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 OracleDialect deprecated

type OracleDialect = src.OracleDialect

The dialect definition for Oracle.

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

type Point deprecated

type Point = src.Point

A single data point in a time series.

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

type PostgresqlDialect deprecated

type PostgresqlDialect = src.PostgresqlDialect

The dialect definition for Postgresql.

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

type PrestoDialect deprecated

type PrestoDialect = src.PrestoDialect

The dialect definition for Presto.

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

type RedshiftDialect deprecated

type RedshiftDialect = src.RedshiftDialect

The dialect definition for Redshift.

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

type ResourceErrorDetail deprecated

type ResourceErrorDetail = src.ResourceErrorDetail

Provides details for errors and the corresponding resources.

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

type SQLServerDialect deprecated

type SQLServerDialect = src.SQLServerDialect

The dialect definition for SQL Server.

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

type SnowflakeDialect deprecated

type SnowflakeDialect = src.SnowflakeDialect

The dialect definition for Snowflake.

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

type SourceEnv deprecated

type SourceEnv = src.SourceEnv

Represents the default source environment values for the translation.

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

type SparkSQLDialect deprecated

type SparkSQLDialect = src.SparkSQLDialect

The dialect definition for SparkSQL.

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

type StartMigrationWorkflowRequest deprecated

type StartMigrationWorkflowRequest = src.StartMigrationWorkflowRequest

A request to start a previously created migration workflow.

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

type TeradataDialect deprecated

type TeradataDialect = src.TeradataDialect

The dialect definition for Teradata.

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

type TeradataDialect_Mode deprecated

type TeradataDialect_Mode = src.TeradataDialect_Mode

The sub-dialect options for Teradata.

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

type TimeInterval deprecated

type TimeInterval = src.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 TimeSeries deprecated

type TimeSeries = src.TimeSeries

The metrics object for a SubTask.

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

type TranslationConfigDetails deprecated

type TranslationConfigDetails = src.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_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 deprecated

type TypedValue = src.TypedValue

A single strongly-typed value.

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

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 deprecated

type UnimplementedMigrationServiceServer = src.UnimplementedMigrationServiceServer

UnimplementedMigrationServiceServer can be embedded to have forward compatible implementations.

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

type VerticaDialect deprecated

type VerticaDialect = src.VerticaDialect

The dialect definition for Vertica.

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL