ProjectsLocationsAssetsExportJobsResource class

Constructors

ProjectsLocationsAssetsExportJobsResource(ApiRequester client)

Properties

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

Methods

create(AssetsExportJob request, String parent, {String? assetsExportJobId, String? requestId, String? $fields}) Future<Operation>
Creates a new assets export job.
delete(String name, {String? $fields}) Future<Operation>
Deletes an assets export job.
get(String name, {String? $fields}) Future<AssetsExportJob>
Gets the details of an assets export job.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<ListAssetsExportJobsResponse>
Lists all the assets export jobs in a given project and location.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
run(RunAssetsExportJobRequest request, String name, {String? $fields}) Future<Operation>
Runs an assets export job, returning an AssetsExportJobExecution.
toString() String
A string representation of this object.
inherited

Operators

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