Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource

The "importDataFiles" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.MigrationCenterAPI.v1
Assembly: Google.Apis.MigrationCenterAPI.v1.dll
Syntax
public class ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource

Constructors

ImportDataFilesResource(IClientService)

Constructs a new resource.

Declaration
public ImportDataFilesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(ImportDataFile, string)

Creates an import data file.

Declaration
public virtual ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource.CreateRequest Create(ImportDataFile body, string parent)
Parameters
Type Name Description
ImportDataFile body

The body of the request.

string parent

Required. Name of the parent of the ImportDataFile.

Returns
Type Description
ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource.CreateRequest

Delete(string)

Delete an import data file.

Declaration
public virtual ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. Name of the ImportDataFile to delete.

Returns
Type Description
ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource.DeleteRequest

Get(string)

Gets an import data file.

Declaration
public virtual ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. Name of the ImportDataFile.

Returns
Type Description
ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource.GetRequest

List(string)

List import data files.

Declaration
public virtual ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Name of the parent of the ImportDataFiles resource.

Returns
Type Description
ProjectsResource.LocationsResource.ImportJobsResource.ImportDataFilesResource.ListRequest
In this article
Back to top Generated by DocFX