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."],[[["This document details the `TranscoderServiceConnection` class, which provides an interface for virtual methods in `TranscoderServiceClient`, allowing for the injection of custom behavior during testing."],["The latest release candidate version available is 2.37.0-rc, with a comprehensive list of previous versions extending back to 2.11.0, all of which link to the same class documentation."],["The `TranscoderServiceConnection` class facilitates various actions related to video transcoding jobs and templates, including creation, listing, retrieval, and deletion."],["The class methods include `CreateJob`, `ListJobs`, `GetJob`, `DeleteJob`, `CreateJobTemplate`, `ListJobTemplates`, `GetJobTemplate`, and `DeleteJobTemplate`, each accepting request objects as parameters and providing return values with `Status`, `StatusOr` or `StreamRange`."],["Users can create concrete instances using `MakeTranscoderServiceConnection()` or utilize `video_transcoder_v1_mocks::MockTranscoderServiceConnection` for mocking purposes."]]],[]]