ProjectsRegionsJobsResource class
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
-
cancel(CancelJobRequest request, String projectId, String region, String jobId, {String? $fields})
→ Future<Job>
-
Starts a job cancellation request.
-
delete(String projectId, String region, String jobId, {String? $fields})
→ Future<Empty>
-
Deletes the job from the project.
-
get(String projectId, String region, String jobId, {String? $fields})
→ Future<Job>
-
Gets the resource representation for a job in a project.
-
getIamPolicy(GetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Gets the access control policy for a resource.
-
list(String projectId, String region, {String? clusterName, String? filter, String? jobStateMatcher, int? pageSize, String? pageToken, String? $fields})
→ Future<ListJobsResponse>
-
Lists regions/{region}/jobs in a project.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(Job request, String projectId, String region, String jobId, {String? updateMask, String? $fields})
→ Future<Job>
-
Updates a job in a project.
-
setIamPolicy(SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<Policy>
-
Sets the access control policy on the specified resource.
-
submit(SubmitJobRequest request, String projectId, String region, {String? $fields})
→ Future<Job>
-
Submits a job to a cluster.
-
submitAsOperation(SubmitJobRequest request, String projectId, String region, {String? $fields})
→ Future<Operation>
-
Submits job to a cluster.
-
testIamPermissions(TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified resource.
-
toString()
→ String
-
A string representation of this object.
inherited