ProjectsLocationsImportJobsResource class

Constructors

ProjectsLocationsImportJobsResource(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
importDataFiles ProjectsLocationsImportJobsImportDataFilesResource
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(ImportJob request, String parent, {String? importJobId, String? requestId, String? $fields}) Future<Operation>
Creates an import job.
delete(String name, {bool? force, String? requestId, String? $fields}) Future<Operation>
Deletes an import job.
get(String name, {String? view, String? $fields}) Future<ImportJob>
Gets the details of an import job.
list(String parent, {String? filter, String? orderBy, int? pageSize, String? pageToken, String? view, String? $fields}) Future<ListImportJobsResponse>
Lists all import jobs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(ImportJob request, String name, {String? requestId, String? updateMask, String? $fields}) Future<Operation>
Updates an import job.
run(RunImportJobRequest request, String name, {String? $fields}) Future<Operation>
Runs an import job.
toString() String
A string representation of this object.
inherited
validate(ValidateImportJobRequest request, String name, {String? $fields}) Future<Operation>
Validates an import job.

Operators

operator ==(Object other) bool
The equality operator.
inherited