[[["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-28 UTC."],[[["\u003cp\u003eThis document provides reference information for the \u003ccode\u003eTranscoderService.TranscoderServiceBase\u003c/code\u003e class within the Google Cloud Video Transcoder V1 API, with the latest version being 2.9.0.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTranscoderService.TranscoderServiceBase\u003c/code\u003e class serves as the base for server-side implementations of the \u003ccode\u003eTranscoderService\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe API supports various methods, including creating, deleting, getting, and listing jobs and job templates using methods like \u003ccode\u003eCreateJob\u003c/code\u003e, \u003ccode\u003eDeleteJob\u003c/code\u003e, \u003ccode\u003eGetJob\u003c/code\u003e, and \u003ccode\u003eListJobs\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class inherits base functionality from the .NET \u003ccode\u003eobject\u003c/code\u003e class and its associated methods, such as \u003ccode\u003eGetHashCode\u003c/code\u003e, \u003ccode\u003eGetType\u003c/code\u003e, and \u003ccode\u003eToString\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eEach method, such as \u003ccode\u003eCreateJob\u003c/code\u003e, \u003ccode\u003eGetJob\u003c/code\u003e, and \u003ccode\u003eListJobs\u003c/code\u003e, require a request object and a \u003ccode\u003eServerCallContext\u003c/code\u003e to operate and return a task wrapping a specific response object, or an \u003ccode\u003eEmpty\u003c/code\u003e object in the case of deletes.\u003c/p\u003e\n"]]],[],null,["# Transcoder v1 API - Class TranscoderService.TranscoderServiceBase (2.10.0)\n\nVersion latestkeyboard_arrow_down\n\n- [2.10.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/latest/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.9.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.9.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.8.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.8.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.7.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.7.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.6.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.6.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.5.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.5.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.4.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.4.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.3.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.3.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.2.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.2.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.1.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.1.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/2.0.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/1.0.0/Google.Cloud.Video.Transcoder.V1.TranscoderService.TranscoderServiceBase) \n\n [BindServiceMethod(typeof(TranscoderService), \"BindService\")]\n public abstract class TranscoderService.TranscoderServiceBase\n\nReference documentation and code samples for the Transcoder v1 API class TranscoderService.TranscoderServiceBase.\n\nBase class for server-side implementations of TranscoderService \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e TranscoderService.TranscoderServiceBase \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.Video.Transcoder.V1](/dotnet/docs/reference/Google.Cloud.Video.Transcoder.V1/latest/Google.Cloud.Video.Transcoder.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.Transcoder.V1.dll\n\nMethods\n-------\n\n### CreateJob(CreateJobRequest, ServerCallContext)\n\n public virtual Task\u003cJob\u003e CreateJob(CreateJobRequest request, ServerCallContext context)\n\nCreates a job in the specified region.\n\n### CreateJobTemplate(CreateJobTemplateRequest, ServerCallContext)\n\n public virtual Task\u003cJobTemplate\u003e CreateJobTemplate(CreateJobTemplateRequest request, ServerCallContext context)\n\nCreates a job template in the specified region.\n\n### DeleteJob(DeleteJobRequest, ServerCallContext)\n\n public virtual Task\u003cEmpty\u003e DeleteJob(DeleteJobRequest request, ServerCallContext context)\n\nDeletes a job.\n\n### DeleteJobTemplate(DeleteJobTemplateRequest, ServerCallContext)\n\n public virtual Task\u003cEmpty\u003e DeleteJobTemplate(DeleteJobTemplateRequest request, ServerCallContext context)\n\nDeletes a job template.\n\n### GetJob(GetJobRequest, ServerCallContext)\n\n public virtual Task\u003cJob\u003e GetJob(GetJobRequest request, ServerCallContext context)\n\nReturns the job data.\n\n### GetJobTemplate(GetJobTemplateRequest, ServerCallContext)\n\n public virtual Task\u003cJobTemplate\u003e GetJobTemplate(GetJobTemplateRequest request, ServerCallContext context)\n\nReturns the job template data.\n\n### ListJobTemplates(ListJobTemplatesRequest, ServerCallContext)\n\n public virtual Task\u003cListJobTemplatesResponse\u003e ListJobTemplates(ListJobTemplatesRequest request, ServerCallContext context)\n\nLists job templates in the specified region.\n\n### ListJobs(ListJobsRequest, ServerCallContext)\n\n public virtual Task\u003cListJobsResponse\u003e ListJobs(ListJobsRequest request, ServerCallContext context)\n\nLists jobs in the specified region."]]