Summary of entries of Classes for bigquerymigration.
Classes
MigrationServiceAsyncClient
Service to handle EDW migrations.
MigrationServiceClient
Service to handle EDW migrations.
ListMigrationSubtasksAsyncPager
A pager for iterating through list_migration_subtasks
requests.
This class thinly wraps an initial
ListMigrationSubtasksResponse object, and
provides an __aiter__
method to iterate through its
migration_subtasks
field.
If there are more pages, the __aiter__
method will make additional
ListMigrationSubtasks
requests and continue to iterate
through the migration_subtasks
field on the
corresponding responses.
All the usual ListMigrationSubtasksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMigrationSubtasksPager
A pager for iterating through list_migration_subtasks
requests.
This class thinly wraps an initial
ListMigrationSubtasksResponse object, and
provides an __iter__
method to iterate through its
migration_subtasks
field.
If there are more pages, the __iter__
method will make additional
ListMigrationSubtasks
requests and continue to iterate
through the migration_subtasks
field on the
corresponding responses.
All the usual ListMigrationSubtasksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMigrationWorkflowsAsyncPager
A pager for iterating through list_migration_workflows
requests.
This class thinly wraps an initial
ListMigrationWorkflowsResponse object, and
provides an __aiter__
method to iterate through its
migration_workflows
field.
If there are more pages, the __aiter__
method will make additional
ListMigrationWorkflows
requests and continue to iterate
through the migration_workflows
field on the
corresponding responses.
All the usual ListMigrationWorkflowsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMigrationWorkflowsPager
A pager for iterating through list_migration_workflows
requests.
This class thinly wraps an initial
ListMigrationWorkflowsResponse object, and
provides an __iter__
method to iterate through its
migration_workflows
field.
If there are more pages, the __iter__
method will make additional
ListMigrationWorkflows
requests and continue to iterate
through the migration_workflows
field on the
corresponding responses.
All the usual ListMigrationWorkflowsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
AzureSynapseDialect
The dialect definition for Azure Synapse.
BigQueryDialect
The dialect definition for BigQuery.
CreateMigrationWorkflowRequest
Request to create a migration workflow resource.
DB2Dialect
The dialect definition for DB2.
DeleteMigrationWorkflowRequest
A request to delete a previously created migration workflow.
Dialect
The possible dialect options for translation.
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
ErrorDetail
Provides details for errors, e.g. issues that where encountered when processing a subtask.
ErrorLocation
Holds information about where the error is located.
GcsReportLogMessage
A record in the aggregate CSV report for a migration workflow
GetMigrationSubtaskRequest
A request to get a previously created migration subtasks.
GetMigrationWorkflowRequest
A request to get a previously created migration workflow.
GreenplumDialect
The dialect definition for Greenplum.
HiveQLDialect
The dialect definition for HiveQL.
ListMigrationSubtasksRequest
A request to list previously created migration subtasks.
ListMigrationSubtasksResponse
Response object for a ListMigrationSubtasks
call.
ListMigrationWorkflowsRequest
A request to list previously created migration workflows.
ListMigrationWorkflowsResponse
Response object for a ListMigrationWorkflows
call.
Literal
Literal data.
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
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.
State
Possible states of a migration subtask.
MigrationTask
A single task for a migration which has details about the configuration of the task.
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
State
Possible states of a migration task.
MigrationTaskResult
The migration task result.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
MigrationWorkflow
A migration workflow which specifies what needs to be done for an EDW migration.
State
Possible migration workflow states.
TasksEntry
The abstract base class for a message.
MySQLDialect
The dialect definition for MySQL.
NameMappingKey
The potential components of a full name mapping that will be mapped during translation in the source data warehouse.
Type
The type of the object that is being mapped.
NameMappingValue
The potential components of a full name mapping that will be mapped during translation in the target data warehouse.
NetezzaDialect
The dialect definition for Netezza.
ObjectNameMapping
Represents a key-value pair of NameMappingKey to NameMappingValue to represent the mapping of SQL names from the input value to desired output.
ObjectNameMappingList
Represents a map of name mappings using a list of key:value proto messages of existing name to desired output name.
OracleDialect
The dialect definition for Oracle.
Point
A single data point in a time series.
PostgresqlDialect
The dialect definition for Postgresql.
PrestoDialect
The dialect definition for Presto.
RedshiftDialect
The dialect definition for Redshift.
ResourceErrorDetail
Provides details for errors and the corresponding resources.
SQLServerDialect
The dialect definition for SQL Server.
SQLiteDialect
The dialect definition for SQLite.
SnowflakeDialect
The dialect definition for Snowflake.
SourceEnv
Represents the default source environment values for the translation.
SourceEnvironment
Represents the default source environment values for the translation.
SourceSpec
Represents one path to the location that holds source data.
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
SourceTargetMapping
Represents one mapping from a source SQL to a target SQL.
SparkSQLDialect
The dialect definition for SparkSQL.
StartMigrationWorkflowRequest
A request to start a previously created migration workflow.
TargetSpec
Represents one path to the location that holds target data.
TeradataDialect
The dialect definition for Teradata.
Mode
The sub-dialect options for Teradata.
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.
TimeSeries
The metrics object for a SubTask.
TranslationConfigDetails
The translation config to capture necessary settings for a translation task and subtask.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
TranslationDetails
The translation details to capture the necessary settings for a translation job.
TranslationReportRecord
Details about a record.
Severity
The severity type of the record.
TranslationTaskResult
Translation specific result details from the migration task.
TypedValue
A single strongly-typed value.
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
VerticaDialect
The dialect definition for Vertica.
MigrationServiceAsyncClient
Service to handle EDW migrations.
MigrationServiceClient
Service to handle EDW migrations.
ListMigrationSubtasksAsyncPager
A pager for iterating through list_migration_subtasks
requests.
This class thinly wraps an initial
ListMigrationSubtasksResponse object, and
provides an __aiter__
method to iterate through its
migration_subtasks
field.
If there are more pages, the __aiter__
method will make additional
ListMigrationSubtasks
requests and continue to iterate
through the migration_subtasks
field on the
corresponding responses.
All the usual ListMigrationSubtasksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMigrationSubtasksPager
A pager for iterating through list_migration_subtasks
requests.
This class thinly wraps an initial
ListMigrationSubtasksResponse object, and
provides an __iter__
method to iterate through its
migration_subtasks
field.
If there are more pages, the __iter__
method will make additional
ListMigrationSubtasks
requests and continue to iterate
through the migration_subtasks
field on the
corresponding responses.
All the usual ListMigrationSubtasksResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMigrationWorkflowsAsyncPager
A pager for iterating through list_migration_workflows
requests.
This class thinly wraps an initial
ListMigrationWorkflowsResponse object, and
provides an __aiter__
method to iterate through its
migration_workflows
field.
If there are more pages, the __aiter__
method will make additional
ListMigrationWorkflows
requests and continue to iterate
through the migration_workflows
field on the
corresponding responses.
All the usual ListMigrationWorkflowsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
ListMigrationWorkflowsPager
A pager for iterating through list_migration_workflows
requests.
This class thinly wraps an initial
ListMigrationWorkflowsResponse object, and
provides an __iter__
method to iterate through its
migration_workflows
field.
If there are more pages, the __iter__
method will make additional
ListMigrationWorkflows
requests and continue to iterate
through the migration_workflows
field on the
corresponding responses.
All the usual ListMigrationWorkflowsResponse attributes are available on the pager. If multiple requests are made, only the most recent response is retained, and thus used for attribute lookup.
SqlTranslationServiceAsyncClient
Provides other SQL dialects to GoogleSQL translation operations.
SqlTranslationServiceClient
Provides other SQL dialects to GoogleSQL translation operations.
AssessmentOrchestrationResultDetails
Details for an assessment task orchestration result.
AssessmentTaskDetails
Assessment task config.
BteqOptions
BTEQ translation task related settings.
FileReplacementMapEntry
The abstract base class for a message.
CreateMigrationWorkflowRequest
Request to create a migration workflow resource.
DatasetReference
Reference to a BigQuery dataset.
DeleteMigrationWorkflowRequest
A request to delete a previously created migration workflow.
ErrorDetail
Provides details for errors, e.g. issues that where encountered when processing a subtask.
ErrorLocation
Holds information about where the error is located.
Filter
The filter applied to fields of translation details.
GetMigrationSubtaskRequest
A request to get a previously created migration subtasks.
GetMigrationWorkflowRequest
A request to get a previously created migration workflow.
IdentifierSettings
Settings related to SQL identifiers.
IdentifierCase
The identifier case type.
IdentifierRewriteMode
The SQL identifier rewrite mode.
ListMigrationSubtasksRequest
A request to list previously created migration subtasks.
ListMigrationSubtasksResponse
Response object for a ListMigrationSubtasks
call.
ListMigrationWorkflowsRequest
A request to list previously created migration workflows.
ListMigrationWorkflowsResponse
Response object for a ListMigrationWorkflows
call.
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.
State
Possible states of a migration subtask.
MigrationTask
A single task for a migration which has details about the configuration of the task.
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
State
Possible states of a migration task.
MigrationTaskOrchestrationResult
Additional information from the orchestrator when it is done with the task orchestration.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
MigrationWorkflow
A migration workflow which specifies what needs to be done for an EDW migration.
State
Possible migration workflow states.
TasksEntry
The abstract base class for a message.
Point
A single data point in a time series.
ResourceErrorDetail
Provides details for errors and the corresponding resources.
SqlTranslationError
The detailed error object if the SQL translation job fails.
SqlTranslationErrorType
The error type of the SQL translation job.
SqlTranslationErrorDetail
Structured error object capturing the error message and the location in the source text where the error occurs.
SqlTranslationWarning
The detailed warning object if the SQL translation job is completed but not semantically correct.
StartMigrationWorkflowRequest
A request to start a previously created migration workflow.
TeradataOptions
Teradata SQL specific translation task related settings.
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.
TimeSeries
The metrics object for a SubTask.
TranslateQueryRequest
The request of translating a SQL query to Standard SQL.
SqlTranslationSourceDialect
Supported SQL translation source dialects.
TranslateQueryResponse
The response of translating a SQL query to Standard SQL.
TranslationFileMapping
Mapping between an input and output file to be translated in a subtask.
TranslationTaskDetails
The translation task config to capture necessary settings for a translation task and subtask.
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
FileEncoding
The file encoding types.
SpecialTokenMapEntry
The abstract base class for a message.
TokenType
The special token data type.
TypedValue
A single strongly-typed value.
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
Modules
pagers
API documentation for bigquery_migration_v2.services.migration_service.pagers
module.
pagers
API documentation for bigquery_migration_v2alpha.services.migration_service.pagers
module.