Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource

The "migrationExecutions" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ServicesResource.MigrationExecutionsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DataprocMetastore.v2alpha
Assembly: Google.Apis.DataprocMetastore.v2alpha.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
In this article
Back to top Generated by DocFX