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` 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."]]],[]]