Class ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource
The "migrationExecutions" collection of methods.
Inherited Members
Namespace: Google.Apis.DataprocMetastore.v2beta
Assembly: Google.Apis.DataprocMetastore.v2beta.dll
Syntax
public class ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource
Constructors
MigrationExecutionsResource(IClientService)
Constructs a new resource.
Declaration
public MigrationExecutionsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
Delete(string)
Deletes a single migration execution.
Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.DeleteRequest Delete(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The relative resource name of the migrationExecution to delete, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.DeleteRequest |
Get(string)
Gets details of a single migration execution.
Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The relative resource name of the migration execution to retrieve, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions/{migration_execution_id}. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.GetRequest |
List(string)
Lists migration executions on a service.
Declaration
public virtual ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The relative resource name of the service whose migration executions to list, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}/migrationExecutions. |
Returns
| Type | Description |
|---|---|
| ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource.ListRequest |