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 outlines the `TranscoderServiceConnection` object, which works in conjunction with `TranscoderServiceClient` for video transcoding operations."],["The interface provides virtual methods that mirror the user-facing overload sets in `TranscoderServiceClient`, allowing for custom behavior injection during testing."],["Users can create a concrete instance of `TranscoderServiceConnection` using `MakeTranscoderServiceConnection()`, and mocking is supported via `MockTranscoderServiceConnection`."],["The document details numerous virtual functions within `TranscoderServiceConnection`, such as `CreateJob`, `ListJobs`, `GetJob`, `DeleteJob`, `CreateJobTemplate`, `ListJobTemplates`, `GetJobTemplate`, and `DeleteJobTemplate`."],["Each method takes a specific request object as a parameter and either returns a `Status` or `StatusOr` object, or a `StreamRange` object."]]],[]]