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-21 UTC."],[[["The page details the `TranscoderServiceConnection` class, which offers virtual methods corresponding to each user-facing overload set in `TranscoderServiceClient`."],["This `TranscoderServiceConnection` interface enables users to implement custom behaviors, especially useful for testing with mock objects like `MockTranscoderServiceConnection`."],["A variety of versions are documented, from the latest 2.37.0-rc down to 2.11.0, each linking to its respective `TranscoderServiceConnection` class documentation."],["The provided documentation encompasses functions such as `CreateJob`, `ListJobs`, `GetJob`, `DeleteJob`, `CreateJobTemplate`, `ListJobTemplates`, `GetJobTemplate`, and `DeleteJobTemplate`, each with their respective request parameter and return types."],["To create a concrete instance of the `TranscoderServiceConnection`, you can use the `MakeTranscoderServiceConnection()` function."]]],[]]