JobsResource class

Constructors

JobsResource(ApiRequester client)

Properties

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

Methods

create(Job request, {String? onBehalfOfContentOwner, String? $fields}) Future<Job>
Creates a job and returns it.
delete(String jobId, {String? onBehalfOfContentOwner, String? $fields}) Future<Empty>
Deletes a job.
get(String jobId, {String? onBehalfOfContentOwner, String? $fields}) Future<Job>
Gets a job.
list({bool? includeSystemManaged, String? onBehalfOfContentOwner, int? pageSize, String? pageToken, String? $fields}) Future<ListJobsResponse>
Lists jobs.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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