[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eJobs.JobsBase\u003c/code\u003e class in the Cloud Run Admin v2 API is version 2.13.0, with documentation available for previous versions dating back to 1.0.0-beta02.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eJobs.JobsBase\u003c/code\u003e is an abstract base class for server-side implementations of Jobs in the \u003ccode\u003eGoogle.Cloud.Run.V2\u003c/code\u003e namespace, part of the \u003ccode\u003eGoogle.Cloud.Run.V2.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThis class provides methods to manage Cloud Run Jobs, including creating, deleting, getting, listing, running, and updating Jobs, all of which take a request and server call context as parameters and return a task with a response.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eJobs.JobsBase\u003c/code\u003e class supports IAM (Identity and Access Management) policies, allowing for setting, getting, and testing permissions related to a specific Job.\u003c/p\u003e\n"],["\u003cp\u003eThe methods within the class include CreateJob, DeleteJob, GetJob, ListJobs, RunJob, UpdateJob, GetIamPolicy, SetIamPolicy, and TestIamPermissions, providing a comprehensive suite of tools for managing jobs and their access control policies.\u003c/p\u003e\n"]]],[],null,["# Cloud Run Admin v2 API - Class Jobs.JobsBase (2.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.16.0 (latest)](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.15.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.15.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.14.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.14.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.13.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.13.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.12.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.12.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.11.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.11.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.10.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.10.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.9.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.8.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.7.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.6.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.5.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.4.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.3.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.2.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.1.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Run.V2/2.0.0/Google.Cloud.Run.V2.Jobs.JobsBase)\n- [1.0.0-beta02](/dotnet/docs/reference/Google.Cloud.Run.V2/1.0.0-beta02/Google.Cloud.Run.V2.Jobs.JobsBase) \n\n [BindServiceMethod(typeof(Jobs), \"BindService\")]\n public abstract class Jobs.JobsBase\n\nReference documentation and code samples for the Cloud Run Admin v2 API class Jobs.JobsBase.\n\nBase class for server-side implementations of Jobs \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e Jobs.JobsBase \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Run.V2](/dotnet/docs/reference/Google.Cloud.Run.V2/latest/Google.Cloud.Run.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.Run.V2.dll\n\nMethods\n-------\n\n### CreateJob(CreateJobRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e CreateJob(CreateJobRequest request, ServerCallContext context)\n\nCreates a Job.\n\n### DeleteJob(DeleteJobRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e DeleteJob(DeleteJobRequest request, ServerCallContext context)\n\nDeletes a Job.\n\n### GetIamPolicy(GetIamPolicyRequest, ServerCallContext)\n\n public virtual Task\u003cPolicy\u003e GetIamPolicy(GetIamPolicyRequest request, ServerCallContext context)\n\nGets the IAM Access Control policy currently in effect for the given Job.\nThis result does not include any inherited policies.\n\n### GetJob(GetJobRequest, ServerCallContext)\n\n public virtual Task\u003cJob\u003e GetJob(GetJobRequest request, ServerCallContext context)\n\nGets information about a Job.\n\n### ListJobs(ListJobsRequest, ServerCallContext)\n\n public virtual Task\u003cListJobsResponse\u003e ListJobs(ListJobsRequest request, ServerCallContext context)\n\nLists Jobs. Results are sorted by creation time, descending.\n\n### RunJob(RunJobRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e RunJob(RunJobRequest request, ServerCallContext context)\n\nTriggers creation of a new Execution of this Job.\n\n### SetIamPolicy(SetIamPolicyRequest, ServerCallContext)\n\n public virtual Task\u003cPolicy\u003e SetIamPolicy(SetIamPolicyRequest request, ServerCallContext context)\n\nSets the IAM Access control policy for the specified Job. Overwrites\nany existing policy.\n\n### TestIamPermissions(TestIamPermissionsRequest, ServerCallContext)\n\n public virtual Task\u003cTestIamPermissionsResponse\u003e TestIamPermissions(TestIamPermissionsRequest request, ServerCallContext context)\n\nReturns permissions that a caller has on the specified Project.\n\nThere are no permissions required for making this API call.\n\n### UpdateJob(UpdateJobRequest, ServerCallContext)\n\n public virtual Task\u003cOperation\u003e UpdateJob(UpdateJobRequest request, ServerCallContext context)\n\nUpdates a Job."]]