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}
- project (String)
- location (String)
- (::String)
- (::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}
- project (String)
- location (String)
- workflow (String)
- subtask (String)
- (::String)
- (::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}
- project (String)
- location (String)
- workflow (String)
- (::String)
- (::ArgumentError)