BigQuery Migration V2 API - Module Google::Cloud::Bigquery::Migration::V2::MigrationService::Paths (v0.10.0)

Reference documentation and code samples for the BigQuery Migration V2 API module Google::Cloud::Bigquery::Migration::V2::MigrationService::Paths.

Path helper methods for the MigrationService API.

Methods

#location_path

def location_path(project:, location:) -> ::String

Create a fully-qualified Location resource string.

The resource will be in the following format:

projects/{project}/locations/{location}

Parameters
  • project (String)
  • location (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#migration_subtask_path

def migration_subtask_path(project:, location:, workflow:, subtask:) -> ::String

Create a fully-qualified MigrationSubtask resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/workflows/{workflow}/subtasks/{subtask}

Parameters
  • project (String)
  • location (String)
  • workflow (String)
  • subtask (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)

#migration_workflow_path

def migration_workflow_path(project:, location:, workflow:) -> ::String

Create a fully-qualified MigrationWorkflow resource string.

The resource will be in the following format:

projects/{project}/locations/{location}/workflows/{workflow}

Parameters
  • project (String)
  • location (String)
  • workflow (String)
Returns
  • (::String)
Raises
  • (::ArgumentError)