This interface defines virtual methods for each of the user-facing overload sets in TranscoderServiceClient. This allows users to inject custom behavior (e.g., with a Google Mock object) when writing tests that use objects of type TranscoderServiceClient.
[[["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-03-14 UTC."],[[["This document details the `TranscoderServiceConnection` object, which acts as an interface for the `TranscoderServiceClient` and allows for the injection of custom behavior in testing environments."],["The latest release candidate for the Transcoder Service API is version 2.37.0-rc, with a list of previous stable releases available, ranging back to version 2.11.0."],["The `TranscoderServiceConnection` object defines a series of virtual methods for operations such as creating, listing, getting, and deleting jobs and job templates."],["Users can create a concrete instance of `TranscoderServiceConnection` using `MakeTranscoderServiceConnection()` or utilize the `MockTranscoderServiceConnection` for mocking purposes."],["The available functions such as CreateJob, ListJobs, GetJob, DeleteJob, CreateJobTemplate, ListJobTemplates, GetJobTemplate, and DeleteJobTemplate all require the proper request parameters for their respective functions."]]],[]]