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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 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."]]],[]]