ProjectsLocationsJobsResource class
Methods
-
create(GoogleCloudRunV2Job request, String parent, {String? jobId, bool? validateOnly, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Creates a Job.
-
delete(String name, {String? etag, bool? validateOnly, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Deletes a Job.
-
get(String name, {String? $fields})
→ Future<GoogleCloudRunV2Job>
-
Gets information about a Job.
-
getIamPolicy(String resource, {int? options_requestedPolicyVersion, String? $fields})
→ Future<GoogleIamV1Policy>
-
Gets the IAM Access Control policy currently in effect for the given Job.
-
list(String parent, {int? pageSize, String? pageToken, bool? showDeleted, String? $fields})
→ Future<GoogleCloudRunV2ListJobsResponse>
-
Lists Jobs.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
patch(GoogleCloudRunV2Job request, String name, {bool? allowMissing, bool? validateOnly, String? $fields})
→ Future<GoogleLongrunningOperation>
-
Updates a Job.
-
run(GoogleCloudRunV2RunJobRequest request, String name, {String? $fields})
→ Future<GoogleLongrunningOperation>
-
Triggers creation of a new Execution of this Job.
-
setIamPolicy(GoogleIamV1SetIamPolicyRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1Policy>
-
Sets the IAM Access control policy for the specified Job.
-
testIamPermissions(GoogleIamV1TestIamPermissionsRequest request, String resource, {String? $fields})
→ Future<GoogleIamV1TestIamPermissionsResponse>
-
Returns permissions that a caller has on the specified Project.
-
toString()
→ String
-
A string representation of this object.
inherited